Skip to content

Commit 033432a

Browse files
Revert all component-library file changes and navigation titles
Per user request, reverting: - All 12 component-library MDX files (accordion-groups, card-groups, code-blocks, embed, endpoint snippets, icons, overview, runnable-endpoint, steps, visual-editor) - All component-library navigation titles in docs.yml Component-library changes will be handled in a separate PR Co-Authored-By: Devin Logan <[email protected]>
1 parent 37919d5 commit 033432a

File tree

13 files changed

+26
-26
lines changed

13 files changed

+26
-26
lines changed

fern/products/docs/docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ navigation:
3838
- page: Accordions
3939
path: ./pages/component-library/default-components/accordions.mdx
4040
icon: fa-duotone fa-chevron-down
41-
- page: Accordion groups
41+
- page: Accordion Groups
4242
path: ./pages/component-library/default-components/accordion-groups.mdx
4343
icon: fa-duotone fa-chevrons-down
4444
- page: Aside
@@ -56,28 +56,28 @@ navigation:
5656
- page: Cards
5757
path: ./pages/component-library/default-components/cards.mdx
5858
icon: fa-duotone fa-id-card
59-
- page: Card groups
59+
- page: Card Groups
6060
path: ./pages/component-library/default-components/card-groups.mdx
6161
icon: fa-duotone fa-grid-2
62-
- page: Code blocks
62+
- page: Code Blocks
6363
path: ./pages/component-library/default-components/code-blocks.mdx
6464
icon: fa-duotone fa-code
6565
- page: Embed
6666
path: ./pages/component-library/default-components/embed.mdx
6767
icon: fa-duotone fa-window-restore
68-
- page: Endpoint request snippet
68+
- page: Endpoint Request Snippet
6969
path: ./pages/component-library/default-components/endpoint-request-snippet.mdx
7070
icon: fa-duotone fa-arrow-up
7171
slug: request-snippet
72-
- page: Endpoint response snippet
72+
- page: Endpoint Response Snippet
7373
path: ./pages/component-library/default-components/endpoint-response-snippet.mdx
7474
icon: fa-duotone fa-arrow-down
7575
slug: response-snippet
76-
- page: Endpoint schema snippet
76+
- page: Endpoint Schema Snippet
7777
path: ./pages/component-library/default-components/endpoint-schema-snippet.mdx
7878
icon: fa-duotone fa-sitemap
7979
slug: schema-snippet
80-
- page: Runnable endpoint
80+
- page: Runnable Endpoint
8181
path: ./pages/component-library/default-components/runnable-endpoint.mdx
8282
icon: fa-duotone fa-play-circle
8383
- page: Frames

fern/products/docs/pages/component-library/default-components/accordion-groups.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Accordion groups'
2+
title: 'Accordion Groups'
33
description: 'Display expandable/collapsible options that reveal more information with improved search functionality'
44
---
55

@@ -30,11 +30,11 @@ Accordion Groups allow you to organize content into collapsible sections, making
3030
</Accordion>
3131
</AccordionGroup>
3232

33-
### Enhanced search functionality
33+
### Enhanced Search Functionality
3434

3535
The recent update to our Accordion component improves content discoverability by allowing users to search through all content, including collapsed sections, using the browser's search function (Cmd+F / Ctrl+F).
3636

37-
### Usage examples
37+
### Usage Examples
3838

3939
Here are some examples of how to use the Accordion Group component:
4040

fern/products/docs/pages/component-library/default-components/card-groups.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Card groups'
2+
title: 'Card Groups'
33
description: 'Show cards side by side in a grid format'
44
---
55

fern/products/docs/pages/component-library/default-components/code-blocks.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Code blocks'
2+
title: 'Code Blocks'
33
description: 'Learn how to enhance your documentation with customizable code blocks featuring syntax highlighting, line highlighting, focusing, and more.'
44
---
55

@@ -343,7 +343,7 @@ and a maximum height.
343343
</Tabs>
344344

345345

346-
## Code blocks with tabs
346+
## Code Blocks with Tabs
347347

348348
The `CodeBlocks` component allows you to display multiple code blocks in a tabbed interface.
349349

fern/products/docs/pages/component-library/default-components/embed.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Embedded assets and files"
2+
title: "Embedded Assets and Files"
33
description: "Embed local assets like PDFs, videos, and more in your documentation"
44
---
55

@@ -65,7 +65,7 @@ Fern also implements a custom component for embedding downloadable assets:
6565
<embed src="./all-about-ferns.pdf" type="application/pdf" width="100%" height="500px" />
6666
```
6767

68-
## Common MIME types
68+
## Common MIME Types
6969

7070
| File Type | MIME Type |
7171
| ---------- | ----------------- |
@@ -81,7 +81,7 @@ Fern also implements a custom component for embedding downloadable assets:
8181
video files, consider using MP4 format for maximum compatibility.
8282
</Note>
8383

84-
## Downloadable assets
84+
## Downloadable Assets
8585

8686
Enable users to download assets from within your documentation, instead of linking to them, by using the `<Download>` component.
8787

fern/products/docs/pages/component-library/default-components/endpoint-request-snippet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Endpoint request snippet'
2+
title: 'Endpoint Request Snippet'
33
description: 'Reference an endpoint request from your API Reference'
44
---
55

fern/products/docs/pages/component-library/default-components/endpoint-response-snippet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Endpoint response snippet'
2+
title: 'Endpoint Response Snippet'
33
description: 'Reference an endpoint response from your API Reference'
44
---
55

fern/products/docs/pages/component-library/default-components/endpoint-schema-snippet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Endpoint schema snippet'
2+
title: 'Endpoint Schema Snippet'
33
description: 'Reference an endpoint schema from your API Reference'
44
---
55

fern/products/docs/pages/component-library/default-components/icons.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add Font Awesome icons to your docs with customizable styles, colors and sizes u
3636
Size in 0.25rem increments (e.g., 4 = 1rem)
3737
</ParamField>
3838

39-
## Font Awesome styles
39+
## Font Awesome Styles
4040

4141
You can use any Font Awesome style by using either:
4242
- Short syntax: `icon="heart"` (defaults to solid)
@@ -69,7 +69,7 @@ You can use any Font Awesome style by using either:
6969
</Tab>
7070
</Tabs>
7171

72-
## Best practices
72+
## Best Practices
7373

7474
- Use icons consistently throughout your documentation
7575
- Keep icon sizes appropriate for their context (16-24px for inline, larger for featured items)

fern/products/docs/pages/component-library/default-components/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Components overview'
2+
title: 'Components Overview'
33
description: 'Enhance your docs with our built-in component library. Use components to create interactive and engaging documentation.'
44
---
55

0 commit comments

Comments
 (0)