We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5089b58 commit 66b8f52Copy full SHA for 66b8f52
fern/docs/pages/learn/docs/getting-started/one.mdx
@@ -0,0 +1,5 @@
1
+---
2
+title: ONE
3
+slug: learn/docs/getting-started/one
4
5
+
fern/docs/pages/learn/docs/getting-started/three.mdx
+title: THREE
+slug: learn/docs/getting-started/three
fern/products/docs/docs.yml
@@ -1,6 +1,10 @@
navigation:
- - section: Getting started
+ - section: TWO (FIRST SECTION)
contents:
+ - page: ONE
+ path: docs/pages/learn/docs/getting-started/one.mdx
6
+ - page: THREE
7
+ path: docs/pages/learn/docs/getting-started/three.mdx
8
- page: Overview
9
path: ./pages/getting-started/overview.mdx
10
- page: How it works
0 commit comments