File tree Expand file tree Collapse file tree 4 files changed +7
-176
lines changed Expand file tree Collapse file tree 4 files changed +7
-176
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Load Diff This file was deleted.
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments