From 5089b58267c51f0522fb02fab5f0ee72db99e1a4 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:43:15 +0000 Subject: [PATCH 1/3] Fern Editor: Update --- fern/products/docs/docs.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 4dfdeed4..2d7055b4 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -13,7 +13,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 @@ -130,7 +130,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 @@ -218,9 +218,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 @@ -253,7 +253,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 @@ -265,7 +265,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 - \ No newline at end of file From 66b8f527f87868bb4c42c189c5214cc791e2761f Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:46:31 +0000 Subject: [PATCH 2/3] Fern Editor: Update --- fern/docs/pages/learn/docs/getting-started/one.mdx | 5 +++++ fern/docs/pages/learn/docs/getting-started/three.mdx | 5 +++++ fern/products/docs/docs.yml | 6 +++++- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 fern/docs/pages/learn/docs/getting-started/one.mdx create mode 100644 fern/docs/pages/learn/docs/getting-started/three.mdx diff --git a/fern/docs/pages/learn/docs/getting-started/one.mdx b/fern/docs/pages/learn/docs/getting-started/one.mdx new file mode 100644 index 00000000..17e5e874 --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/one.mdx @@ -0,0 +1,5 @@ +--- +title: ONE +slug: learn/docs/getting-started/one +--- + diff --git a/fern/docs/pages/learn/docs/getting-started/three.mdx b/fern/docs/pages/learn/docs/getting-started/three.mdx new file mode 100644 index 00000000..523dc3ec --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/three.mdx @@ -0,0 +1,5 @@ +--- +title: THREE +slug: learn/docs/getting-started/three +--- + diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 2d7055b4..934f6a0f 100644 --- a/fern/products/docs/docs.yml +++ b/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 + - page: THREE + path: docs/pages/learn/docs/getting-started/three.mdx - page: Overview path: ./pages/getting-started/overview.mdx - page: How it works From 73636f066bb6e14b79e982cccc9ff073e86db075 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 18:48:28 +0000 Subject: [PATCH 3/3] Fern Editor: Update --- fern/docs/pages/learn/sdks/overview/another-page.mdx | 5 +++++ fern/products/sdks/sdks.yml | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 fern/docs/pages/learn/sdks/overview/another-page.mdx diff --git a/fern/docs/pages/learn/sdks/overview/another-page.mdx b/fern/docs/pages/learn/sdks/overview/another-page.mdx new file mode 100644 index 00000000..5bc25982 --- /dev/null +++ b/fern/docs/pages/learn/sdks/overview/another-page.mdx @@ -0,0 +1,5 @@ +--- +title: ANOTHER PAGE +slug: learn/sdks/overview/another-page +--- + diff --git a/fern/products/sdks/sdks.yml b/fern/products/sdks/sdks.yml index ac3c9b61..af1692ed 100644 --- a/fern/products/sdks/sdks.yml +++ b/fern/products/sdks/sdks.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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