Skip to content

Commit daa97f2

Browse files
authored
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.
1 parent 6e5aa56 commit daa97f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default siteConfig({
4949
pageUrlOverrides: null,
5050

5151
// whether to use the default notion navigation style or a custom one with links to
52-
// important pages
52+
// important pages. To use `navigationLinks`, set `navigationStyle` to `custom`.
5353
navigationStyle: 'default'
5454
// navigationStyle: 'custom',
5555
// navigationLinks: [

0 commit comments

Comments
 (0)