Skip to content

Commit 2613a2e

Browse files
Fern Editor: Update
1 parent ab6217a commit 2613a2e

File tree

2 files changed

+53
-31
lines changed

2 files changed

+53
-31
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title: Page in Getting started
3+
slug: learn/docs/getting-started/page-in-getting-started
4+
---
5+

fern/products/docs/docs.yml

Lines changed: 48 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ navigation:
1111
path: ./pages/getting-started/project-structure.mdx
1212
- link: Customer showcase
1313
href: https://buildwithfern.com/showcase#docs-customers.alldocs-features
14+
- page: Page in Getting started
15+
path: docs/pages/learn/docs/getting-started/page-in-getting-started.mdx
1416
- changelog: ./pages/changelog
1517
icon: fa-regular fa-clock-rotate-left
1618
- section: Configuration
@@ -19,6 +21,9 @@ navigation:
1921
path: ./pages/customization/what-is-docs-yml.mdx
2022
- page: Navigation
2123
path: ./pages/navigation/overview.mdx
24+
- page: Tabs and tab variants
25+
path: ./pages/navigation/tabs.mdx
26+
slug: tabs
2227
- page: Versions
2328
path: ./pages/navigation/versions.mdx
2429
- page: Products
@@ -35,75 +40,81 @@ navigation:
3540
- page: Overview
3641
path: ./pages/component-library/default-components/overview.mdx
3742
icon: fa-duotone fa-book
38-
- page: Accordions
43+
- page: Accordion
3944
path: ./pages/component-library/default-components/accordions.mdx
4045
icon: fa-duotone fa-chevron-down
41-
- page: Accordion Groups
42-
path: ./pages/component-library/default-components/accordion-groups.mdx
43-
icon: fa-duotone fa-chevrons-down
46+
slug: accordions
4447
- page: Anchor
4548
path: ./pages/component-library/default-components/anchor.mdx
4649
icon: fa-duotone fa-link
4750
- page: Aside
4851
path: ./pages/component-library/default-components/aside.mdx
4952
icon: fa-regular fa-comment-dots
50-
- page: Badges
53+
- page: Badge
5154
path: ./pages/component-library/default-components/badges.mdx
5255
icon: fa-regular fa-ribbon
56+
slug: badges
5357
- page: Button
5458
path: ./pages/component-library/default-components/button.mdx
5559
icon: fa-duotone fa-arrow-pointer
56-
- page: Callouts
60+
- page: Callout
5761
path: ./pages/component-library/default-components/callouts.mdx
5862
icon: fa-duotone fa-exclamation-triangle
59-
- page: Cards
63+
slug: callouts
64+
- page: Card
6065
path: ./pages/component-library/default-components/cards.mdx
6166
icon: fa-duotone fa-id-card
62-
- page: Card Groups
63-
path: ./pages/component-library/default-components/card-groups.mdx
64-
icon: fa-duotone fa-grid-2
65-
- page: Code Blocks
67+
slug: cards
68+
- page: Code block
6669
path: ./pages/component-library/default-components/code-blocks.mdx
6770
icon: fa-duotone fa-code
71+
slug: code-blocks
6872
- page: Embed
6973
path: ./pages/component-library/default-components/embed.mdx
7074
icon: fa-duotone fa-window-restore
71-
- page: Endpoint Request Snippet
75+
- page: Endpoint request snippet
7276
path: ./pages/component-library/default-components/endpoint-request-snippet.mdx
7377
icon: fa-duotone fa-arrow-up
7478
slug: request-snippet
75-
- page: Endpoint Response Snippet
79+
- page: Endpoint response snippet
7680
path: ./pages/component-library/default-components/endpoint-response-snippet.mdx
7781
icon: fa-duotone fa-arrow-down
7882
slug: response-snippet
79-
- page: Endpoint Schema Snippet
83+
- page: Endpoint schema snippet
8084
path: ./pages/component-library/default-components/endpoint-schema-snippet.mdx
8185
icon: fa-duotone fa-sitemap
8286
slug: schema-snippet
83-
- page: Runnable Endpoint
84-
path: ./pages/component-library/default-components/runnable-endpoint.mdx
85-
icon: fa-duotone fa-play-circle
86-
- page: Frames
87+
- page: Frame
8788
path: ./pages/component-library/default-components/frames.mdx
8889
icon: fa-duotone fa-window-maximize
89-
- page: Icons
90+
slug: frames
91+
- page: Icon
9092
path: ./pages/component-library/default-components/icons.mdx
9193
icon: fa-duotone fa-icons
92-
- page: Parameter Fields
94+
slug: icons
95+
- page: Parameter field
9396
path: ./pages/component-library/default-components/parameter-fields.mdx
9497
icon: fa-duotone fa-list
95-
- page: Steps
98+
slug: parameter-fields
99+
- page: Runnable endpoint
100+
path: ./pages/component-library/default-components/runnable-endpoint.mdx
101+
icon: fa-duotone fa-play-circle
102+
- page: Step
96103
path: ./pages/component-library/default-components/steps.mdx
97104
icon: fa-duotone fa-list-ol
98-
- page: Sticky tables
105+
slug: steps
106+
- page: Sticky table
99107
path: ./pages/component-library/default-components/sticky-tables.mdx
100108
icon: fa-duotone fa-table
101-
- page: Tabs
109+
slug: sticky-tables
110+
- page: Tab
102111
path: ./pages/component-library/default-components/tabs.mdx
103112
icon: fa-duotone fa-folder-open
104-
- page: Tooltips
113+
slug: tabs
114+
- page: Tooltip
105115
path: ./pages/component-library/default-components/tooltips.mdx
106116
icon: fa-duotone fa-comment
117+
slug: tooltips
107118
- page: Fern Editor
108119
path: ./pages/component-library/writing-content/visual-editor.mdx
109120
slug: fern-editor
@@ -130,7 +141,7 @@ navigation:
130141
- section: Preview & publish
131142
collapsed: true
132143
contents:
133-
- page: Previewing changes locally
144+
- page: Previewing changes locally
134145
path: ./pages/getting-started/preview-changes-locally.mdx
135146
- page: Previewing changes in a PR
136147
path: ./pages/getting-started/pr-preview.mdx
@@ -153,6 +164,13 @@ navigation:
153164
path: ./pages/customization/user-feedback.mdx
154165
- page: Custom CSS & JS
155166
path: ./pages/component-library/custom-components/custom-css-js.mdx
167+
- section: Accessibility
168+
collapsed: true
169+
contents:
170+
- page: Overview
171+
path: ./pages/accessibility/overview.mdx
172+
- page: Keyboard shortcuts
173+
path: ./pages/accessibility/keyboard-shortcuts.mdx
156174
- section: API references
157175
collapsed: true
158176
contents:
@@ -218,9 +236,9 @@ navigation:
218236
path: ./pages/api-references/autopopulate-api-key.mdx
219237
- page: SSO
220238
path: ./pages/authentication/sso.mdx
221-
- section: Self-hosted
222-
collapsed: true
223-
contents:
239+
- section: Self-hosted
240+
collapsed: true
241+
contents:
224242
- page: Overview
225243
path: ./pages/enterprise/self-hosted.mdx
226244
- page: Set up self-hosted documentation
@@ -253,7 +271,7 @@ navigation:
253271
slug: analytics/mixpanel
254272
- page: Postman
255273
path: ./pages/integrations/postman.mdx
256-
- page: LaunchDarkly feature flags
274+
- page: LaunchDarkly feature flags
257275
path: ./pages/integrations/feature-flags.mdx
258276
hidden: true
259277
- section: Developer tools
@@ -266,7 +284,6 @@ navigation:
266284
- page: GitLab
267285
path: ./pages/developer-tools/gitlab.mdx
268286
- page: Vale
269-
path: ./pages/developer-tools/vale.mdx
287+
path: ./pages/developer-tools/vale.mdx
270288
- page: View Markdown
271289
path: ./pages/developer-tools/view-markdown.mdx
272-

0 commit comments

Comments
 (0)