Skip to content
Draft
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
---

5 changes: 5 additions & 0 deletions fern/docs/pages/learn/sdks/overview/another-page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: ANOTHER PAGE
slug: learn/sdks/overview/another-page
---

21 changes: 12 additions & 9 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 (FIRST SECTION)
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 All @@ -13,7 +17,7 @@ navigation:
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
- changelog: ./pages/changelog
icon: fa-regular fa-clock-rotate-left
- section: Configuration
- section: SECOND SECTION
contents:
- page: What is docs.yml?
path: ./pages/customization/what-is-docs-yml.mdx
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

12 changes: 7 additions & 5 deletions fern/products/sdks/sdks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
navigation:
- section: Overview
- section: RENAMED
contents:
- page: ANOTHER PAGE
path: docs/pages/learn/sdks/overview/another-page.mdx
- page: Introduction
path: ./introduction.mdx
slug: introduction
Expand Down Expand Up @@ -64,7 +66,7 @@ navigation:
path: ./overview/python/publishing-to-pypi.mdx
slug: publishing
- page: Adding custom code
path: ./overview/python/custom-code.mdx
path: ./overview/python/custom-code.mdx
slug: custom-code
- changelog: ./overview/python/changelog
slug: changelog
Expand All @@ -86,7 +88,7 @@ navigation:
path: ./overview/go/publishing-to-go-package-manager.mdx
slug: publishing
- page: Adding custom code
path: ./overview/go/custom-code.mdx
path: ./overview/go/custom-code.mdx
slug: custom-code
- changelog: ./overview/go/changelog
slug: changelog
Expand Down Expand Up @@ -211,7 +213,7 @@ navigation:
path: ./overview/mcp-server/introduction.mdx
slug: mcp-server
- section: Deep dives
contents:
contents:
- page: SDK user features
path: ./guides/generated-sdk.mdx
- page: Customize method names
Expand Down Expand Up @@ -243,7 +245,7 @@ navigation:
- page: Testing
path: ./guides/testing.mdx
- section: Reference
contents:
contents:
- page: generators.yml
path: ./reference/generators-yml-reference.mdx
slug: generators-yml
Loading