Skip to content

Commit ebea5c1

Browse files
authored
Move Project Structure (Docs) page into Getting Started section (#337)
1 parent 22074da commit ebea5c1

File tree

4 files changed

+7
-176
lines changed

4 files changed

+7
-176
lines changed

fern/docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,9 +325,6 @@ redirects:
325325
- source: /learn/docs/getting-started/global-configuration
326326
destination: /learn/docs/customization/what-is-docs-yml
327327
permanent: true
328-
- source: /learn/docs/getting-started/project-structure
329-
destination: /learn/docs/customization/project-structure
330-
permanent: true
331328
- source: /learn/docs/getting-started/development
332329
destination: /learn/docs/preview-publish/previewing-changes-locally
333330
permanent: true

fern/products/docs/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ navigation:
55
path: ./pages/getting-started/overview.mdx
66
- page: Quickstart
77
path: ./pages/getting-started/quickstart.mdx
8+
- page: Project Structure
9+
path: ./pages/getting-started/project-structure.mdx
810
- link: Customer Showcase
911
href: https://buildwithfern.com/customers
1012
- section: Writing Content
@@ -87,8 +89,6 @@ navigation:
8789
contents:
8890
- page: What is docs.yml
8991
path: ./pages/customization/what-is-docs-yml.mdx
90-
- page: Project Structure
91-
path: ./pages/customization/project-structure.mdx
9292
- page: Frontmatter
9393
path: ./pages/customization/frontmatter.mdx
9494
- page: Search

fern/products/docs/pages/customization/project-structure.mdx

Lines changed: 0 additions & 166 deletions
This file was deleted.

fern/products/home/pages/welcome.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ import { FernFooter } from "../../../components/FernFooter";
148148
Quickstart
149149
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
150150
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
151+
</a>
152+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/getting-started/project-structure">
153+
Set up your project structure
154+
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
155+
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
151156
</a>
152157
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/writing-content/components/overview">
153158
See all available components
@@ -164,11 +169,6 @@ import { FernFooter } from "../../../components/FernFooter";
164169
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
165170
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
166171
</a>
167-
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/customization/project-structure">
168-
Setup your project structure
169-
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
170-
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
171-
</a>
172172
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/authentication/rbac">
173173
Control role-based access
174174
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />

0 commit comments

Comments
 (0)