Skip to content
Merged
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
3 changes: 0 additions & 3 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,9 +325,6 @@ redirects:
- source: /learn/docs/getting-started/global-configuration
destination: /learn/docs/customization/what-is-docs-yml
permanent: true
- source: /learn/docs/getting-started/project-structure
destination: /learn/docs/customization/project-structure
permanent: true
- source: /learn/docs/getting-started/development
destination: /learn/docs/preview-publish/previewing-changes-locally
permanent: true
Expand Down
4 changes: 2 additions & 2 deletions fern/products/docs/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ navigation:
path: ./pages/getting-started/overview.mdx
- page: Quickstart
path: ./pages/getting-started/quickstart.mdx
- page: Project Structure
path: ./pages/getting-started/project-structure.mdx
- link: Customer Showcase
href: https://buildwithfern.com/customers
- section: Writing Content
Expand Down Expand Up @@ -87,8 +89,6 @@ navigation:
contents:
- page: What is docs.yml
path: ./pages/customization/what-is-docs-yml.mdx
- page: Project Structure
path: ./pages/customization/project-structure.mdx
- page: Frontmatter
path: ./pages/customization/frontmatter.mdx
- page: Search
Expand Down
166 changes: 0 additions & 166 deletions fern/products/docs/pages/customization/project-structure.mdx

This file was deleted.

10 changes: 5 additions & 5 deletions fern/products/home/pages/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,11 @@ import { FernFooter } from "../../../components/FernFooter";
Quickstart
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
</a>
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/getting-started/project-structure">
Set up your project structure
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
</a>
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/writing-content/components/overview">
See all available components
Expand All @@ -164,11 +169,6 @@ import { FernFooter } from "../../../components/FernFooter";
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
</a>
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/customization/project-structure">
Setup your project structure
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
</a>
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/authentication/rbac">
Control role-based access
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
Expand Down