@@ -9,6 +9,8 @@ navigation:
99 path : ./pages/getting-started/quickstart.mdx
1010 - page : Project structure
1111 path : ./pages/getting-started/project-structure.mdx
12+ - page : ONE
13+ path : docs/pages/learn/docs/getting-started/one.mdx
1214 - link : Customer showcase
1315 href : https://buildwithfern.com/showcase#docs-customers.alldocs-features
1416 - changelog : ./pages/changelog
@@ -30,6 +32,20 @@ navigation:
3032 - page : Markdown pages
3133 path : ./pages/component-library/writing-content/markdown.mdx
3234 slug : markdown
35+ - page : Fern Editor
36+ path : ./pages/component-library/writing-content/visual-editor.mdx
37+ slug : fern-editor
38+ - page : Reusable snippets
39+ path : ./pages/component-library/custom-components/reusable-markdown.mdx
40+ - page : Custom React components
41+ path : ./pages/component-library/custom-components/custom-react-components.mdx
42+ - page : Conditionally rendered content
43+ hidden : true
44+ path : ./pages/component-library/custom-components/conditional-rendering.mdx
45+ - page : Component demos
46+ hidden : true
47+ path : ./pages/component-library/demo.mdx
48+ slug : demo
3349 - section : Components
3450 contents :
3551 - page : Overview
@@ -104,33 +120,19 @@ navigation:
104120 - page : Tooltips
105121 path : ./pages/component-library/default-components/tooltips.mdx
106122 icon : fa-duotone fa-comment
107- - page : Fern Editor
108- path : ./pages/component-library/writing-content/visual-editor.mdx
109- slug : fern-editor
110- - page : Reusable snippets
111- path : ./pages/component-library/custom-components/reusable-markdown.mdx
112- - page : Custom React components
113- path : ./pages/component-library/custom-components/custom-react-components.mdx
114- - page : Conditionally rendered content
115- hidden : true
116- path : ./pages/component-library/custom-components/conditional-rendering.mdx
117- - page : Component demos
118- hidden : true
119- path : ./pages/component-library/demo.mdx
120- slug : demo
121123 - section : AI features
122124 contents :
123- - link : Ask Fern
124- href : /learn/ask-fern/getting-started/what-is-ask-fern
125125 - page : MCP server for your site
126126 path : ./pages/ai/mcp-server.mdx
127127 slug : mcp-server
128128 - page : Fern Scribe (coming soon)
129129 path : ./pages/ai/scribe.mdx
130+ - link : Ask Fern
131+ href : /learn/ask-fern/getting-started/what-is-ask-fern
130132 - section : Preview & publish
131133 collapsed : true
132134 contents :
133- - page : Previewing changes locally
135+ - page : Previewing changes locally
134136 path : ./pages/getting-started/preview-changes-locally.mdx
135137 - page : Previewing changes in a PR
136138 path : ./pages/getting-started/pr-preview.mdx
@@ -163,13 +165,6 @@ navigation:
163165 path : ./pages/api-references/sdk-snippets.mdx
164166 - page : HTTP snippets
165167 path : ./pages/api-references/http-snippets.mdx
166- - section : API Explorer
167- slug : api-explorer
168- contents :
169- - page : Overview
170- path : ./pages/api-references/api-explorer.mdx
171- - page : Auto-populate API keys
172- path : ./pages/api-references/autopopulate-api-key.mdx
173168 - page : Endpoint errors
174169 path : ./pages/api-references/endpoint-errors.mdx
175170 - page : Audiences
@@ -189,6 +184,13 @@ navigation:
189184 - page : Generate OpenRPC reference
190185 path : ./pages/api-references/generate-openrpc-ref.mdx
191186 slug : generate-openrpc-ref
187+ - section : API Explorer
188+ slug : api-explorer
189+ contents :
190+ - page : Overview
191+ path : ./pages/api-references/api-explorer.mdx
192+ - page : Auto-populate API keys
193+ path : ./pages/api-references/autopopulate-api-key.mdx
192194 - section : SEO & GEO
193195 slug : seo
194196 collapsed : true
@@ -218,9 +220,9 @@ navigation:
218220 path : ./pages/api-references/autopopulate-api-key.mdx
219221 - page : SSO
220222 path : ./pages/authentication/sso.mdx
221- - section : Self-hosted
222- collapsed : true
223- contents :
223+ - section : Self-hosted
224+ collapsed : true
225+ contents :
224226 - page : Overview
225227 path : ./pages/enterprise/self-hosted.mdx
226228 - page : Set up self-hosted documentation
@@ -253,7 +255,7 @@ navigation:
253255 slug : analytics/mixpanel
254256 - page : Postman
255257 path : ./pages/integrations/postman.mdx
256- - page : LaunchDarkly feature flags
258+ - page : LaunchDarkly feature flags
257259 path : ./pages/integrations/feature-flags.mdx
258260 - section : Developer tools
259261 collapsed : true
@@ -265,7 +267,6 @@ navigation:
265267 - page : GitLab
266268 path : ./pages/developer-tools/gitlab.mdx
267269 - page : Vale
268- path : ./pages/developer-tools/vale.mdx
270+ path : ./pages/developer-tools/vale.mdx
269271 - page : View Markdown
270272 path : ./pages/developer-tools/view-markdown.mdx
271-
0 commit comments