From e82e0b0545ca94ecb68d877e5a27b49bb7247465 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 21:10:52 +0000 Subject: [PATCH] Fern Editor: Update --- .../getting-started/new-section/new-page.mdx | 6 ++++++ fern/products/docs/docs.yml | 16 +++++++++------- 2 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 fern/docs/pages/learn/docs/getting-started/new-section/new-page.mdx diff --git a/fern/docs/pages/learn/docs/getting-started/new-section/new-page.mdx b/fern/docs/pages/learn/docs/getting-started/new-section/new-page.mdx new file mode 100644 index 000000000..4fea4e740 --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/new-section/new-page.mdx @@ -0,0 +1,6 @@ +--- +title: NEW PAGE +slug: learn/docs/getting-started/new-section/new-page +--- + +HELLO diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 5b3ea2c62..ef8dc6c90 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -14,6 +14,10 @@ navigation: path: ./pages/getting-started/project-structure.mdx - link: Customer showcase href: https://buildwithfern.com/showcase#docs-customers.alldocs-features + - section: NEW SECTION + contents: + - page: NEW PAGE + path: ../../docs/pages/learn/docs/getting-started/new-section/new-page.mdx - changelog: ./pages/changelog icon: fa-regular fa-clock-rotate-left - section: Configuration @@ -316,9 +320,9 @@ navigation: contents: - page: Overview path: ./pages/security/overview.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 @@ -367,7 +371,7 @@ 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 - section: Resources @@ -419,7 +423,7 @@ navigation: hidden: true - slackAskFern: hidden: true - - section: "Fern Writer API" + - section: Fern Writer API referenced-packages: - slackScribe contents: [] @@ -427,7 +431,5 @@ navigation: hidden: true - website: hidden: true - # must be included to use the schema component - api: API reference api-name: docs-yml -