From daa97f210e6c10628e8a6e891082465f1ba97efb Mon Sep 17 00:00:00 2001 From: Jonathan Leung Date: Fri, 2 Jun 2023 19:25:53 -0400 Subject: [PATCH] Update instructions for how to use navigationLinks I was confused by this for ~2 hours. I didn't realize that navigationStyle: 'custom' needed to be enabled to use the navigationLinks and was digging through the code wondering why navigationLinks were not showing. --- site.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site.config.ts b/site.config.ts index 4b82dc5..cded79c 100644 --- a/site.config.ts +++ b/site.config.ts @@ -49,7 +49,7 @@ export default siteConfig({ pageUrlOverrides: null, // whether to use the default notion navigation style or a custom one with links to - // important pages + // important pages. To use `navigationLinks`, set `navigationStyle` to `custom`. navigationStyle: 'default' // navigationStyle: 'custom', // navigationLinks: [