diff --git a/pages/docs/guides/logging.mdx b/pages/docs/guides/logging.mdx index 69d2ddf26..8933287e3 100644 --- a/pages/docs/guides/logging.mdx +++ b/pages/docs/guides/logging.mdx @@ -1,7 +1,7 @@ import { CodeGroup, VersionBadge } from "src/shared/Docs/mdx"; import { Tag } from "src/shared/Docs/Tag"; -# Logging in Inngest +# Logging in Inngest Log handling can have some caveats when working with serverless runtimes. diff --git a/shared/Docs/navigationStructure.ts b/shared/Docs/navigationStructure.ts index b05014759..65301c8ab 100644 --- a/shared/Docs/navigationStructure.ts +++ b/shared/Docs/navigationStructure.ts @@ -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`, @@ -630,6 +634,10 @@ const sectionHome: (NavGroup | NavLink)[] = [ // }, // ], }, + { + title: "Logging", + href: "/docs/guides/logging", + }, ], }, {