From b68ffa034799ee27630f1a53aa8440601cbd7720 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:59:14 +0000 Subject: [PATCH] Fern Editor: Update --- .../pages/learn/docs/getting-started/one.mdx | 5 +++++ .../learn/docs/getting-started/three.mdx | 5 +++++ fern/products/docs/docs.yml | 19 +++++++++++-------- 3 files changed, 21 insertions(+), 8 deletions(-) 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 000000000..17e5e8749 --- /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 000000000..523dc3ece --- /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 4dfdeed47..3b1e92ebe 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -1,5 +1,5 @@ navigation: - - section: Getting started + - section: TWO contents: - page: Overview path: ./pages/getting-started/overview.mdx @@ -9,6 +9,10 @@ navigation: path: ./pages/getting-started/quickstart.mdx - page: Project structure path: ./pages/getting-started/project-structure.mdx + - page: ONE + path: docs/pages/learn/docs/getting-started/one.mdx + - page: THREE + path: docs/pages/learn/docs/getting-started/three.mdx - link: Customer showcase href: https://buildwithfern.com/showcase#docs-customers.alldocs-features - changelog: ./pages/changelog @@ -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 @@ -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 @@ -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 @@ -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 - \ No newline at end of file