Skip to content

Commit d7faab6

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: cleaned up cards and added duotone icons
1 parent b0b7f03 commit d7faab6

File tree

5 files changed

+114
-261
lines changed

5 files changed

+114
-261
lines changed

fern/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
instances:
22
- url: fern-v2.docs.buildwithfern.com
3+
edit-this-page:
4+
github:
5+
owner: fern
6+
repo: docs
7+
branch: main
38

49
title: Fern
510

@@ -118,4 +123,4 @@ layout:
118123
page-width: 1504px
119124
header-height: 75px
120125
searchbar-placement: header
121-
tabs-placement: header
126+
tabs-placement: header

fern/products/docs/docs.yml

Lines changed: 86 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,90 @@
11
navigation:
2-
- section: Guides
2+
- section: Getting Started
33
contents:
4-
- section: Getting Started
5-
contents:
6-
- page: Overview
7-
path: ./pages/guides/getting-started/overview.mdx
8-
- page: Quickstart
9-
path: ./pages/guides/getting-started/quickstart.mdx
10-
- page: Migrate from an existing site
11-
path: ./pages/guides/getting-started/migrate-from-existing-site.mdx
12-
- page: Setting up your domain
13-
path: ./pages/guides/getting-started/setting-up-your-domain.mdx
14-
- page: Customer Showcase
15-
path: ./pages/guides/getting-started/customer-showcase.mdx
16-
- section: Reference
17-
contents:
18-
- page: What is docs.yml
19-
path: ./pages/guides/reference/what-is-docs-yml.mdx
20-
- page: Frontmatter
21-
path: ./pages/guides/reference/frontmatter.mdx
22-
- section: Navigation
23-
contents:
24-
- page: Overview
25-
path: ./pages/guides/navigation/overview.mdx
26-
- page: Tabs
27-
path: ./pages/guides/navigation/tabs.mdx
28-
- page: Versions
29-
path: ./pages/guides/navigation/versions.mdx
30-
- page: Products
31-
path: ./pages/guides/navigation/products.mdx
32-
- page: Changelogs
33-
path: ./pages/guides/navigation/changelogs.mdx
34-
- page: API References
35-
path: ./pages/guides/navigation/api-references.mdx
36-
- page: Hiding Content
37-
path: ./pages/guides/navigation/hiding-content.mdx
38-
- section: SEO
39-
contents:
40-
- page: Configuring Slugs
41-
path: ./pages/guides/seo/configuring-slugs.mdx
42-
- page: Redirects
43-
path: ./pages/guides/seo/redirects.mdx
44-
- page: SEO Metadata
45-
path: ./pages/guides/seo/seo-metadata.mdx
46-
- page: Ilms.txt
47-
path: ./pages/guides/seo/ilms-txt.mdx
48-
- section: Authentication
49-
contents:
50-
- page: SSO
51-
path: ./pages/guides/authentication/sso.mdx
52-
- page: RBAC
53-
path: ./pages/guides/authentication/rbac.mdx
54-
- page: API Key Injection
55-
path: ./pages/guides/authentication/api-key-injection.mdx
56-
- section: Enterprise
57-
contents:
58-
- page: Self-hosted
59-
path: ./pages/guides/enterprise/self-hosted.mdx
60-
- section: Integrations
61-
contents:
62-
- section: Analytics
63-
contents:
64-
- page: Google
65-
path: ./pages/guides/integrations/analytics/google.mdx
66-
- page: PostHog
67-
path: ./pages/guides/integrations/analytics/posthog.mdx
68-
- page: Fullstory
69-
path: ./pages/guides/integrations/analytics/fullstory.mdx
70-
- page: Segment
71-
path: ./pages/guides/integrations/analytics/segment.mdx
72-
- section: Support
73-
contents:
74-
- page: Postman
75-
path: ./pages/guides/integrations/support/postman.mdx
76-
- page: Postman
77-
path: ./pages/guides/integrations/postman.mdx
78-
- page: Feature Flags
79-
path: ./pages/guides/integrations/feature-flags.mdx
80-
- page: Self-hosted
81-
path: ./pages/guides/integrations/self-hosted.mdx
4+
- page: Overview
5+
path: ./pages/guides/getting-started/overview.mdx
6+
- page: Quickstart
7+
path: ./pages/guides/getting-started/quickstart.mdx
8+
- page: Migrate from an existing site
9+
path: ./pages/guides/getting-started/migrate-from-existing-site.mdx
10+
- page: Setting up your domain
11+
path: ./pages/guides/getting-started/setting-up-your-domain.mdx
12+
- page: Customer Showcase
13+
path: ./pages/guides/getting-started/customer-showcase.mdx
14+
- section: Reference
15+
collapsed: true
16+
contents:
17+
- page: What is docs.yml
18+
path: ./pages/guides/reference/what-is-docs-yml.mdx
19+
- page: Frontmatter
20+
path: ./pages/guides/reference/frontmatter.mdx
21+
- section: Navigation
22+
collapsed: true
23+
contents:
24+
- page: Overview
25+
path: ./pages/guides/navigation/overview.mdx
26+
- page: Tabs
27+
path: ./pages/guides/navigation/tabs.mdx
28+
- page: Versions
29+
path: ./pages/guides/navigation/versions.mdx
30+
- page: Products
31+
path: ./pages/guides/navigation/products.mdx
32+
- page: Changelogs
33+
path: ./pages/guides/navigation/changelogs.mdx
34+
- page: API References
35+
path: ./pages/guides/navigation/api-references.mdx
36+
- page: Hiding Content
37+
path: ./pages/guides/navigation/hiding-content.mdx
38+
- section: SEO
39+
collapsed: true
40+
contents:
41+
- page: Configuring Slugs
42+
path: ./pages/guides/seo/configuring-slugs.mdx
43+
- page: Redirects
44+
path: ./pages/guides/seo/redirects.mdx
45+
- page: SEO Metadata
46+
path: ./pages/guides/seo/seo-metadata.mdx
47+
- page: Ilms.txt
48+
path: ./pages/guides/seo/ilms-txt.mdx
49+
- section: Authentication
50+
collapsed: true
51+
contents:
52+
- page: SSO
53+
path: ./pages/guides/authentication/sso.mdx
54+
- page: RBAC
55+
path: ./pages/guides/authentication/rbac.mdx
56+
- page: API Key Injection
57+
path: ./pages/guides/authentication/api-key-injection.mdx
58+
- section: Enterprise
59+
collapsed: true
60+
contents:
61+
- page: Self-hosted
62+
path: ./pages/guides/enterprise/self-hosted.mdx
63+
- section: Analytics
64+
collapsed: true
65+
contents:
66+
- page: Google
67+
path: ./pages/guides/integrations/analytics/google.mdx
68+
- page: PostHog
69+
path: ./pages/guides/integrations/analytics/posthog.mdx
70+
- page: Fullstory
71+
path: ./pages/guides/integrations/analytics/fullstory.mdx
72+
- page: Segment
73+
path: ./pages/guides/integrations/analytics/segment.mdx
74+
- section: Support
75+
collapsed: true
76+
contents:
77+
- page: Postman
78+
path: ./pages/guides/integrations/support/postman.mdx
79+
- section: Integrations
80+
collapsed: true
81+
contents:
82+
- page: Postman
83+
path: ./pages/guides/integrations/postman.mdx
84+
- page: Feature Flags
85+
path: ./pages/guides/integrations/feature-flags.mdx
86+
- page: Self-hosted
87+
path: ./pages/guides/integrations/self-hosted.mdx
8288
- section: Component Library
8389
contents:
8490
- page: Overview
@@ -136,6 +142,7 @@ navigation:
136142
- page: Custom React Components
137143
path: ./pages/component-library/custom-components/custom-react-components.mdx
138144
- section: Changelog
145+
collapsed: true
139146
contents:
140147
- page: Overview
141148
path: ./pages/changelog/overview.mdx

fern/products/docs/pages/component-library/custom-components/custom-react-components.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Custom React Components
33
description: Integrate your own React components into documentation.
4+
edit-this-page: true
45
---
56

67
# Custom React Components

0 commit comments

Comments
 (0)