Skip to content

Commit 5b223c0

Browse files
Kapil GowruKapil Gowru
authored andcommitted
fix: added api-definitions product
1 parent 3fbb1e2 commit 5b223c0

File tree

2 files changed

+23
-17
lines changed

2 files changed

+23
-17
lines changed

fern/products/docs/docs.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -84,19 +84,19 @@ navigation:
8484
- page: Conditionally Rendered Content
8585
hidden: true
8686
path: ./pages/component-library/custom-components/conditional-rendering.mdx
87-
- section: Customization
87+
- section: Configuration
8888
collapsed: true
8989
contents:
9090
- page: What is docs.yml
9191
path: ./pages/customization/what-is-docs-yml.mdx
92-
- page: Frontmatter
92+
- page: Navigation
93+
path: ./pages/navigation/overview.mdx
94+
- page: Versions
95+
path: ./pages/navigation/versions.mdx
96+
- page: Products
97+
path: ./pages/navigation/products.mdx
98+
- page: Page-level settings
9399
path: ./pages/customization/frontmatter.mdx
94-
- page: Search
95-
path: ./pages/customization/search.mdx
96-
- page: User Feedback
97-
path: ./pages/customization/user-feedback.mdx
98-
- page: Custom CSS & JS
99-
path: ./pages/component-library/custom-components/custom-css-js.mdx
100100
- section: Preview & Publish
101101
collapsed: true
102102
contents:
@@ -108,21 +108,21 @@ navigation:
108108
path: ./pages/getting-started/publishing-your-docs.mdx
109109
- page: Setting up your domain
110110
path: ./pages/getting-started/setting-up-your-domain.mdx
111-
- section: Navigation
111+
- section: Customization
112112
collapsed: true
113113
contents:
114-
- page: Overview
115-
path: ./pages/navigation/overview.mdx
116-
- page: Versions
117-
path: ./pages/navigation/versions.mdx
118-
- page: Products
119-
path: ./pages/navigation/products.mdx
120114
- page: Announcement Banner
121115
path: ./pages/navigation/announcement-banner.mdx
122116
- page: Changelogs
123117
path: ./pages/navigation/changelogs.mdx
124118
- page: Hiding Content
125119
path: ./pages/navigation/hiding-content.mdx
120+
- page: Search
121+
path: ./pages/customization/search.mdx
122+
- page: User Feedback
123+
path: ./pages/customization/user-feedback.mdx
124+
- page: Custom CSS & JS
125+
path: ./pages/component-library/custom-components/custom-css-js.mdx
126126
- section: API References
127127
collapsed: true
128128
contents:

fern/products/home/pages/welcome.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,8 @@ import { FernFooter } from "../../../components/FernFooter";
280280
</div>
281281

282282
<div className="community-card">
283-
<img className="m-0 dark:hidden" src="./images/slack-light.svg" alt="Discord Preview" noZoom />
284-
<img className="m-0 hidden dark:block" src="./images/slack-dark.svg" alt="Discord Preview" noZoom />
283+
<img className="m-0 dark:hidden" src="./images/slack-light.svg" alt="Slack Preview" noZoom />
284+
<img className="m-0 hidden dark:block" src="./images/slack-dark.svg" alt="Slack Preview" noZoom />
285285

286286
<h3 className="community-card-title">Slack</h3>
287287
<p className="community-card-description">
@@ -332,6 +332,12 @@ import { FernFooter } from "../../../components/FernFooter";
332332

333333
Email us
334334
</a>
335+
<a className="fern-button outlined normal gap-2 a-btn" href="https://buildwithfern.com/book-demo">
336+
<img src="./images/email-light.svg" alt="Email" className="h-4 w-4 dark:hidden" noZoom />
337+
<img src="./images/email-dark.svg" alt="Email" className="h-4 w-4 hidden dark:block" noZoom />
338+
339+
Book a demo
340+
</a>
335341
</div>
336342
</div>
337343

0 commit comments

Comments
 (0)