Skip to content

Commit 0a3a8fd

Browse files
authored
chore: Feat/homepage v2 (#16)
1 parent 1452330 commit 0a3a8fd

31 files changed

+879
-157
lines changed

fern/assets/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,3 +157,5 @@ div:has(> .fern-product-selector-radio-group):before {
157157
}
158158
}
159159
}
160+
161+

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ colors:
107107
dark: "#393A40"
108108
light: "#E0E1E6"
109109
header-background:
110-
dark: "#19191B"
110+
dark: "#111113"
111111
light: "#FFFFFF"
112112
card-background:
113113
dark: "#222325"

fern/images/.DS_Store

0 Bytes
Binary file not shown.

fern/products/docs/docs.yml

Lines changed: 82 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -1,84 +1,88 @@
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
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: Integrations
64+
collapsed: true
65+
contents:
66+
- section: Analytics
5767
contents:
58-
- page: Self-hosted
59-
path: ./pages/guides/enterprise/self-hosted.mdx
60-
- section: Integrations
68+
- page: Google
69+
path: ./pages/guides/integrations/analytics/google.mdx
70+
- page: PostHog
71+
path: ./pages/guides/integrations/analytics/posthog.mdx
72+
- page: Fullstory
73+
path: ./pages/guides/integrations/analytics/fullstory.mdx
74+
- page: Segment
75+
path: ./pages/guides/integrations/analytics/segment.mdx
76+
- section: Support
6177
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
7678
- 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
79+
path: ./pages/guides/integrations/support/postman.mdx
80+
- page: Postman
81+
path: ./pages/guides/integrations/postman.mdx
82+
- page: Feature Flags
83+
path: ./pages/guides/integrations/feature-flags.mdx
84+
- page: Self-hosted
85+
path: ./pages/guides/integrations/self-hosted.mdx
8286
- section: Component Library
8387
contents:
8488
- page: Overview
@@ -135,7 +139,5 @@ navigation:
135139
path: ./pages/component-library/custom-components/reusable-snippets.mdx
136140
- page: Custom React Components
137141
path: ./pages/component-library/custom-components/custom-react-components.mdx
138-
- section: Changelog
139-
contents:
140-
- page: Overview
141-
path: ./pages/changelog/overview.mdx
142+
- page: Changelog
143+
path: ./pages/changelog/overview.mdx

fern/products/home/pages/images/Slack Icon.svg

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

fern/products/home/pages/images/ai-search-preview-dark.svg

Lines changed: 57 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)