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/in-two.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: in two
slug: learn/docs/getting-started/in-two
---

17 changes: 9 additions & 8 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
navigation:
- section: Getting started
- section: two
contents:
- page: Overview
path: ./pages/getting-started/overview.mdx
Expand All @@ -11,6 +11,8 @@ navigation:
path: ./pages/getting-started/project-structure.mdx
- link: Customer showcase
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
- page: in two
path: docs/pages/learn/docs/getting-started/in-two.mdx
- changelog: ./pages/changelog
icon: fa-regular fa-clock-rotate-left
- section: Configuration
Expand Down Expand Up @@ -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
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
hidden: true
- section: Developer tools
Expand All @@ -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

2 changes: 1 addition & 1 deletion fern/products/docs/pages/getting-started/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Fern Docs
subtitle: A website builder for beautiful agent and developer-friendly docs.
subtitle: A website builder for beautiful agent and developer-friendly docs!
---

<div className="docs-homepage">
Expand Down
Loading