Skip to content

Commit

Permalink
fix(docs): restore logging & send events from functions in the nav (#988
Browse files Browse the repository at this point in the history
)
  • Loading branch information
charlypoly authored Nov 8, 2024
1 parent 4441161 commit 8133114
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/guides/logging.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CodeGroup, VersionBadge } from "src/shared/Docs/mdx";
import { Tag } from "src/shared/Docs/Tag";

# Logging in Inngest <VersionBadge version="v2.0.0+" />
# Logging in Inngest

Log handling can have some caveats when working with serverless runtimes.

Expand Down
8 changes: 8 additions & 0 deletions shared/Docs/navigationStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,10 @@ const sectionHome: (NavGroup | NavLink)[] = [
title: "Multiple Triggers",
href: `/docs/guides/multiple-triggers`,
},
{
title: "Sending events from functions",
href: `/docs/guides/sending-events-from-functions`,
},
{
title: "Batching events",
href: `/docs/guides/batching`,
Expand Down Expand Up @@ -630,6 +634,10 @@ const sectionHome: (NavGroup | NavLink)[] = [
// },
// ],
},
{
title: "Logging",
href: "/docs/guides/logging",
},
],
},
{
Expand Down

0 comments on commit 8133114

Please sign in to comment.