Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions fern/docs/pages/learn/docs/getting-started/page-one.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: PAGE ONE
slug: learn/docs/getting-started/page-one
---

61 changes: 31 additions & 30 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ navigation:
path: ./pages/getting-started/quickstart.mdx
- page: Project structure
path: ./pages/getting-started/project-structure.mdx
- page: PAGE ONE
path: docs/pages/learn/docs/getting-started/page-one.mdx
- link: Customer showcase
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
- changelog: ./pages/changelog
Expand All @@ -30,6 +32,20 @@ navigation:
- page: Markdown pages
path: ./pages/component-library/writing-content/markdown.mdx
slug: markdown
- page: Fern Editor
path: ./pages/component-library/writing-content/visual-editor.mdx
slug: fern-editor
- page: Reusable snippets
path: ./pages/component-library/custom-components/reusable-markdown.mdx
- page: Custom React components
path: ./pages/component-library/custom-components/custom-react-components.mdx
- page: Conditionally rendered content
hidden: true
path: ./pages/component-library/custom-components/conditional-rendering.mdx
- page: Component demos
hidden: true
path: ./pages/component-library/demo.mdx
slug: demo
- section: Components
contents:
- page: Overview
Expand Down Expand Up @@ -104,33 +120,19 @@ navigation:
- page: Tooltips
path: ./pages/component-library/default-components/tooltips.mdx
icon: fa-duotone fa-comment
- page: Fern Editor
path: ./pages/component-library/writing-content/visual-editor.mdx
slug: fern-editor
- page: Reusable snippets
path: ./pages/component-library/custom-components/reusable-markdown.mdx
- page: Custom React components
path: ./pages/component-library/custom-components/custom-react-components.mdx
- page: Conditionally rendered content
hidden: true
path: ./pages/component-library/custom-components/conditional-rendering.mdx
- page: Component demos
hidden: true
path: ./pages/component-library/demo.mdx
slug: demo
- section: AI features
contents:
- link: Ask Fern
href: /learn/ask-fern/getting-started/what-is-ask-fern
- page: MCP server for your site
path: ./pages/ai/mcp-server.mdx
slug: mcp-server
- page: Fern Scribe (coming soon)
path: ./pages/ai/scribe.mdx
- link: Ask Fern
href: /learn/ask-fern/getting-started/what-is-ask-fern
- 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
Expand Down Expand Up @@ -163,13 +165,6 @@ navigation:
path: ./pages/api-references/sdk-snippets.mdx
- page: HTTP snippets
path: ./pages/api-references/http-snippets.mdx
- section: API Explorer
slug: api-explorer
contents:
- page: Overview
path: ./pages/api-references/api-explorer.mdx
- page: Auto-populate API keys
path: ./pages/api-references/autopopulate-api-key.mdx
- page: Endpoint errors
path: ./pages/api-references/endpoint-errors.mdx
- page: Audiences
Expand All @@ -189,6 +184,13 @@ navigation:
- page: Generate OpenRPC reference
path: ./pages/api-references/generate-openrpc-ref.mdx
slug: generate-openrpc-ref
- section: API Explorer
slug: api-explorer
contents:
- page: Overview
path: ./pages/api-references/api-explorer.mdx
- page: Auto-populate API keys
path: ./pages/api-references/autopopulate-api-key.mdx
- section: SEO & GEO
slug: seo
collapsed: true
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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

Loading