Skip to content

Commit 69663b2

Browse files
Fern Editor: Update
1 parent 7947063 commit 69663b2

File tree

3 files changed

+37
-27
lines changed

3 files changed

+37
-27
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: PAGE FIVE
3+
slug: learn/docs/getting-started/page-five
4+
---
5+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: PAGE SIX
3+
slug: learn/docs/getting-started/page-six
4+
---
5+

fern/products/docs/docs.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
navigation:
22
- section: Getting started
33
contents:
4-
- page: PAGE THREE
5-
path: docs/pages/learn/docs/getting-started/page-three.mdx
6-
- page: PAGE FOUR
7-
path: docs/pages/learn/docs/getting-started/page-four.mdx
84
- page: Overview
95
path: ./pages/getting-started/overview.mdx
106
- page: How it works
@@ -13,6 +9,10 @@ navigation:
139
path: ./pages/getting-started/quickstart.mdx
1410
- page: Project structure
1511
path: ./pages/getting-started/project-structure.mdx
12+
- page: PAGE FIVE
13+
path: docs/pages/learn/docs/getting-started/page-five.mdx
14+
- page: PAGE SIX
15+
path: docs/pages/learn/docs/getting-started/page-six.mdx
1616
- link: Customer showcase
1717
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
1818
- changelog: ./pages/changelog
@@ -34,6 +34,20 @@ navigation:
3434
- page: Markdown pages
3535
path: ./pages/component-library/writing-content/markdown.mdx
3636
slug: markdown
37+
- page: Fern Editor
38+
path: ./pages/component-library/writing-content/visual-editor.mdx
39+
slug: fern-editor
40+
- page: Reusable snippets
41+
path: ./pages/component-library/custom-components/reusable-markdown.mdx
42+
- page: Custom React components
43+
path: ./pages/component-library/custom-components/custom-react-components.mdx
44+
- page: Conditionally rendered content
45+
hidden: true
46+
path: ./pages/component-library/custom-components/conditional-rendering.mdx
47+
- page: Component demos
48+
hidden: true
49+
path: ./pages/component-library/demo.mdx
50+
slug: demo
3751
- section: Components
3852
contents:
3953
- page: Overview
@@ -108,29 +122,15 @@ navigation:
108122
- page: Tooltips
109123
path: ./pages/component-library/default-components/tooltips.mdx
110124
icon: fa-duotone fa-comment
111-
- page: Fern Editor
112-
path: ./pages/component-library/writing-content/visual-editor.mdx
113-
slug: fern-editor
114-
- page: Reusable snippets
115-
path: ./pages/component-library/custom-components/reusable-markdown.mdx
116-
- page: Custom React components
117-
path: ./pages/component-library/custom-components/custom-react-components.mdx
118-
- page: Conditionally rendered content
119-
hidden: true
120-
path: ./pages/component-library/custom-components/conditional-rendering.mdx
121-
- page: Component demos
122-
hidden: true
123-
path: ./pages/component-library/demo.mdx
124-
slug: demo
125125
- section: AI features
126126
contents:
127-
- link: Ask Fern
128-
href: /learn/ask-fern/getting-started/what-is-ask-fern
129127
- page: MCP server for your site
130128
path: ./pages/ai/mcp-server.mdx
131129
slug: mcp-server
132130
- page: Fern Scribe (coming soon)
133131
path: ./pages/ai/scribe.mdx
132+
- link: Ask Fern
133+
href: /learn/ask-fern/getting-started/what-is-ask-fern
134134
- section: Preview & publish
135135
collapsed: true
136136
contents:
@@ -167,13 +167,6 @@ navigation:
167167
path: ./pages/api-references/sdk-snippets.mdx
168168
- page: HTTP snippets
169169
path: ./pages/api-references/http-snippets.mdx
170-
- section: API Explorer
171-
slug: api-explorer
172-
contents:
173-
- page: Overview
174-
path: ./pages/api-references/api-explorer.mdx
175-
- page: Auto-populate API keys
176-
path: ./pages/api-references/autopopulate-api-key.mdx
177170
- page: Endpoint errors
178171
path: ./pages/api-references/endpoint-errors.mdx
179172
- page: Audiences
@@ -193,6 +186,13 @@ navigation:
193186
- page: Generate OpenRPC reference
194187
path: ./pages/api-references/generate-openrpc-ref.mdx
195188
slug: generate-openrpc-ref
189+
- section: API Explorer
190+
slug: api-explorer
191+
contents:
192+
- page: Overview
193+
path: ./pages/api-references/api-explorer.mdx
194+
- page: Auto-populate API keys
195+
path: ./pages/api-references/autopopulate-api-key.mdx
196196
- section: SEO & GEO
197197
slug: seo
198198
collapsed: true

0 commit comments

Comments
 (0)