From 1a54434c3dcb0576d10f45e4f5e64864ca2aeaca Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:04:45 +0000 Subject: [PATCH 1/2] Fern Editor: Update --- .../docs/getting-started/page-in-one.mdx | 5 +++++ fern/products/docs/docs.yml | 19 ++++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 fern/docs/pages/learn/docs/getting-started/page-in-one.mdx diff --git a/fern/docs/pages/learn/docs/getting-started/page-in-one.mdx b/fern/docs/pages/learn/docs/getting-started/page-in-one.mdx new file mode 100644 index 000000000..20636deed --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/page-in-one.mdx @@ -0,0 +1,5 @@ +--- +title: PAGE IN ONE +slug: learn/docs/getting-started/page-in-one +--- + diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index dc898fec9..9beac5d4f 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -1,5 +1,5 @@ navigation: - - section: Getting started + - section: SECTION 1 contents: - page: Overview path: ./pages/getting-started/overview.mdx @@ -11,9 +11,11 @@ navigation: path: ./pages/getting-started/project-structure.mdx - link: Customer showcase href: https://buildwithfern.com/showcase#docs-customers.alldocs-features + - page: PAGE IN ONE + path: docs/pages/learn/docs/getting-started/page-in-one.mdx - changelog: ./pages/changelog icon: fa-regular fa-clock-rotate-left - - section: Configuration + - section: SECTION 2 contents: - page: What is docs.yml? path: ./pages/customization/what-is-docs-yml.mdx @@ -130,7 +132,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 +220,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 +255,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 hidden: true - section: Developer tools @@ -266,7 +268,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 a05a0d2567352410bd85c615c00282288691c226 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 19:05:15 +0000 Subject: [PATCH 2/2] Fern Editor: Update --- .../docs/pages/learn/docs/configuration/real-page-in-two.mdx | 5 +++++ fern/docs/pages/learn/docs/getting-started/page-in-two.mdx | 5 +++++ fern/products/docs/docs.yml | 4 ++++ 3 files changed, 14 insertions(+) create mode 100644 fern/docs/pages/learn/docs/configuration/real-page-in-two.mdx create mode 100644 fern/docs/pages/learn/docs/getting-started/page-in-two.mdx diff --git a/fern/docs/pages/learn/docs/configuration/real-page-in-two.mdx b/fern/docs/pages/learn/docs/configuration/real-page-in-two.mdx new file mode 100644 index 000000000..ce4ee510e --- /dev/null +++ b/fern/docs/pages/learn/docs/configuration/real-page-in-two.mdx @@ -0,0 +1,5 @@ +--- +title: REAL PAGE IN TWO +slug: learn/docs/configuration/real-page-in-two +--- + diff --git a/fern/docs/pages/learn/docs/getting-started/page-in-two.mdx b/fern/docs/pages/learn/docs/getting-started/page-in-two.mdx new file mode 100644 index 000000000..d4dd1c504 --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/page-in-two.mdx @@ -0,0 +1,5 @@ +--- +title: PAGE IN TWO +slug: learn/docs/getting-started/page-in-two +--- + diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 9beac5d4f..8f128082d 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -13,6 +13,8 @@ navigation: href: https://buildwithfern.com/showcase#docs-customers.alldocs-features - page: PAGE IN ONE path: docs/pages/learn/docs/getting-started/page-in-one.mdx + - page: PAGE IN TWO + path: docs/pages/learn/docs/getting-started/page-in-two.mdx - changelog: ./pages/changelog icon: fa-regular fa-clock-rotate-left - section: SECTION 2 @@ -27,6 +29,8 @@ navigation: path: ./pages/navigation/products.mdx - page: Page-level settings path: ./pages/customization/frontmatter.mdx + - page: REAL PAGE IN TWO + path: docs/pages/learn/docs/configuration/real-page-in-two.mdx - section: Writing content contents: - page: Markdown pages