diff --git a/src/nav.config.ts b/src/nav.config.ts index cd8a72c0c..4e3997925 100644 --- a/src/nav.config.ts +++ b/src/nav.config.ts @@ -290,6 +290,10 @@ const fullNav: FullNav = { title: 'What is Nitric?', href: '/concepts/introduction', }, + { + title: 'Infrastructure from Code (IfC)', + href: '/concepts/infrastructure-from-code', + }, { title: 'How Nitric works', href: '/concepts/how-nitric-works',