From 595b844283088cee1347d3f6051fa09efa9ec2ad Mon Sep 17 00:00:00 2001 From: David Moore Date: Tue, 24 Sep 2024 15:55:21 +1000 Subject: [PATCH] add /infrastructure-from-code --- src/nav.config.ts | 4 ++++ 1 file changed, 4 insertions(+) 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',