Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/docs/pages/learn/docs/getting-started/one.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: ONE
slug: learn/docs/getting-started/one
---

5 changes: 5 additions & 0 deletions fern/docs/pages/learn/docs/getting-started/three.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: THREE
slug: learn/docs/getting-started/three
---

19 changes: 11 additions & 8 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
navigation:
- section: Getting started
- section: TWO
contents:
- page: ONE
path: docs/pages/learn/docs/getting-started/one.mdx
- page: THREE
path: docs/pages/learn/docs/getting-started/three.mdx
- page: Overview
path: ./pages/getting-started/overview.mdx
- page: How it works
Expand Down Expand Up @@ -130,7 +134,7 @@ navigation:
- section: Preview & publish
collapsed: true
contents:
- page: Previewing changes locally
- page: Previewing changes locally
path: ./pages/getting-started/preview-changes-locally.mdx
- page: Previewing changes in a PR
path: ./pages/getting-started/pr-preview.mdx
Expand Down Expand Up @@ -218,9 +222,9 @@ navigation:
path: ./pages/api-references/autopopulate-api-key.mdx
- page: SSO
path: ./pages/authentication/sso.mdx
- section: Self-hosted
collapsed: true
contents:
- section: Self-hosted
collapsed: true
contents:
- page: Overview
path: ./pages/enterprise/self-hosted.mdx
- page: Set up self-hosted documentation
Expand Down Expand Up @@ -253,7 +257,7 @@ navigation:
slug: analytics/mixpanel
- page: Postman
path: ./pages/integrations/postman.mdx
- page: LaunchDarkly feature flags
- page: LaunchDarkly feature flags
path: ./pages/integrations/feature-flags.mdx
- section: Developer tools
collapsed: true
Expand All @@ -265,7 +269,6 @@ navigation:
- page: GitLab
path: ./pages/developer-tools/gitlab.mdx
- page: Vale
path: ./pages/developer-tools/vale.mdx
path: ./pages/developer-tools/vale.mdx
- page: View Markdown
path: ./pages/developer-tools/view-markdown.mdx

Loading