diff --git a/fern/docs/pages/learn/docs/getting-started/page-1.mdx b/fern/docs/pages/learn/docs/getting-started/page-1.mdx new file mode 100644 index 00000000..945e623a --- /dev/null +++ b/fern/docs/pages/learn/docs/getting-started/page-1.mdx @@ -0,0 +1,5 @@ +--- +title: page 1 +slug: learn/docs/getting-started/page-1 +--- + diff --git a/fern/products/docs/docs.yml b/fern/products/docs/docs.yml index 4dfdeed4..071754b3 100644 --- a/fern/products/docs/docs.yml +++ b/fern/products/docs/docs.yml @@ -1,6 +1,8 @@ navigation: - section: Getting started contents: + - page: page 1 + path: docs/pages/learn/docs/getting-started/page-1.mdx - page: Overview path: ./pages/getting-started/overview.mdx - page: How it works @@ -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 - section: Developer tools collapsed: true @@ -265,7 +267,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