Skip to content

Commit c5eec14

Browse files
fix links (#2029)
Co-authored-by: Devin Logan <devinannlogan@gmail.com>
1 parent d92cadc commit c5eec14

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

fern/products/docs/pages/ai/mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To connect to your MCP server:
4848

4949
AI agents can access your documentation, including authenticated documentation, directly via HTTP. Fern serves content as clean Markdown for token efficiency.
5050

51-
For authenticated sites, agents obtain a JWT via [`/api/fern-docs/get-jwt`](/learn/docs/ai-features/mcp-server/api-reference/get-jwt) with a Fern API key to access the protected documentation content and search functionality.
51+
For authenticated sites, agents obtain a JWT via [`/api/fern-docs/get-jwt`](/learn/docs/fern-api-reference/get-jwt) with a Fern API key to access the protected documentation content and search functionality.
5252

5353
```bash Access protected content
5454
curl https://docs.example.com/platform/overview \

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ Container for grouping multiple buttons together.
540540

541541
<Accordion title=".fern-copy-button">
542542

543-
Button for copying code snippets or text, appears on hover over [code blocks](/learn/docs/component-library/default-components/code-blocks).
543+
Button for copying code snippets or text, appears on hover over [code blocks](/learn/docs/writing-content/components/code-blocks).
544544

545545
```css Default CSS
546546
.fern-copy-button {
@@ -569,7 +569,7 @@ Button for expanding code blocks or collapsible content, appears on [code blocks
569569

570570
## Card components
571571

572-
Selectors for [card-style content blocks](/learn/docs/component-library/default-components/cards) with interactive and elevated variants.
572+
Selectors for [card-style content blocks](/learn/docs/writing-content/components/cards) with interactive and elevated variants.
573573

574574
<AccordionGroup>
575575
<Accordion title=".fern-card">
@@ -1209,7 +1209,7 @@ Icon at the end of selection item (e.g., arrow).
12091209

12101210
<Accordion title=".fern-product-selector">
12111211

1212-
Container for product selection dropdown applied to the FernDropdown component wrapper. Custom styling can be applied for specific layouts. See the [fern-api/docs repo `styles.css` file](https://github.com/fern-api/docs/blob/main/fern/styles.css) for advanced customization examples.
1212+
Container for product selection dropdown applied to the FernDropdown component wrapper. Custom styling can be applied for specific layouts. See the [fern-api/docs repo `styles.css` file](https://github.com/fern-api/docs/blob/main/fern/assets/styles.css) for advanced customization examples.
12131213

12141214
```css Default CSS
12151215
.fern-product-selector {
@@ -1227,14 +1227,14 @@ Container for product selection dropdown applied to the FernDropdown component w
12271227

12281228
<Accordion title=".fern-product-selector-radio-group">
12291229

1230-
Radio button group within the product selector dropdown. Can be customized with CSS grid for multi-column layouts. See the [fern-api/docs repo `styles.css` file](https://github.com/fern-api/docs/blob/main/fern/styles.css) for examples.
1230+
Radio button group within the product selector dropdown. Can be customized with CSS grid for multi-column layouts. See the [fern-api/docs repo `styles.css` file](https://github.com/fern-api/docs/blob/main/fern/assets/styles.css) for examples.
12311231

12321232
</Accordion>
12331233
</AccordionGroup>
12341234

12351235
## Accordion components
12361236

1237-
Selectors for [expandable accordion containers](/learn/docs/component-library/default-components/accordions), items, triggers, and animations.
1237+
Selectors for [expandable accordion containers](/learn/docs/writing-content/components/accordions), items, triggers, and animations.
12381238

12391239
<AccordionGroup>
12401240
<Accordion title=".fern-accordion">
@@ -1497,7 +1497,7 @@ Corner element where horizontal and vertical scrollbars meet.
14971497

14981498
## Badge components
14991499

1500-
Selectors for [small labels and status indicators](/learn/docs/component-library/default-components/badges), including HTTP method and status code badges.
1500+
Selectors for [small labels and status indicators](/learn/docs/writing-content/components/badges), including HTTP method and status code badges.
15011501

15021502
<AccordionGroup>
15031503
<Accordion title=".fern-docs-badge">
@@ -1594,7 +1594,7 @@ Styled link element in documentation content. External links automatically get a
15941594

15951595
<Accordion title=".fern-callout">
15961596

1597-
Highlighted [callout](/learn/docs/component-library/default-components/callouts) box for important information. Each intent has matching background, border, and text colors, and icons within callouts are automatically colored.
1597+
Highlighted [callout](/learn/docs/writing-content/components/callouts) box for important information. Each intent has matching background, border, and text colors, and icons within callouts are automatically colored.
15981598

15991599
```css Default CSS
16001600
.fern-callout {
@@ -1624,7 +1624,7 @@ Highlighted [callout](/learn/docs/component-library/default-components/callouts)
16241624

16251625
<Accordion title=".fern-steps">
16261626

1627-
Container for [step-by-step instructions](/learn/docs/component-library/default-components/steps).
1627+
Container for [step-by-step instructions](/learn/docs/writing-content/components/steps).
16281628

16291629
```css Default CSS
16301630
.fern-steps {
@@ -1640,7 +1640,7 @@ Container for [step-by-step instructions](/learn/docs/component-library/default-
16401640

16411641
<Accordion title=".fern-step">
16421642

1643-
Single step in [steps component](/learn/docs/component-library/default-components/steps).
1643+
Single step in [steps component](/learn/docs/writing-content/components/steps).
16441644

16451645
```css Default CSS
16461646
.fern-step > .fern-anchor {
@@ -1654,7 +1654,7 @@ Single step in [steps component](/learn/docs/component-library/default-component
16541654

16551655
<Accordion title=".fern-anchor">
16561656

1657-
Anchor link for [deep linking to sections](/learn/docs/component-library/default-components/anchor). Positioned absolutely within step components and includes a `.fern-anchor-icon` child element with hover and copied states.
1657+
Anchor link for [deep linking to sections](/learn/docs/writing-content/components/anchor). Positioned absolutely within step components and includes a `.fern-anchor-icon` child element with hover and copied states.
16581658

16591659
```css Default CSS
16601660
a.fern-anchor {
@@ -1724,7 +1724,7 @@ Root container for table component with card-style styling. Used for custom tabl
17241724

17251725
<Accordion title=".fern-table">
17261726

1727-
Styled table element with consistent spacing and borders. Supports a `.sticky` modifier for [sticky table headers](/learn/docs/component-library/default-components/sticky-tables) that remain visible during scrolling.
1727+
Styled table element with consistent spacing and borders. Supports a `.sticky` modifier for [sticky table headers](/learn/docs/writing-content/components/sticky-tables) that remain visible during scrolling.
17281728

17291729
```css Default CSS
17301730
.fern-table {
@@ -1842,7 +1842,7 @@ Metadata for API property (type, required, etc.).
18421842

18431843
## Utility components
18441844

1845-
Selectors for miscellaneous utility elements like highlights, [icons](/learn/docs/component-library/default-components/icons), [tooltips](/learn/docs/component-library/default-components/tooltips), and footer.
1845+
Selectors for miscellaneous utility elements like highlights, [icons](/learn/docs/writing-content/components/icons), [tooltips](/learn/docs/writing-content/components/tooltips), and footer.
18461846

18471847
<AccordionGroup>
18481848
<Accordion title=".fern-highlight">
@@ -1978,7 +1978,7 @@ Child element within collapsible content for nested collapsible sections. Automa
19781978

19791979
<Accordion title=".fern-runnable-endpoint">
19801980

1981-
[Interactive API endpoint that can be executed](/learn/docs/component-library/default-components/runnable-endpoint) in API playground features. Provides special styling for lists, buttons, and disabled inputs within the component.
1981+
[Interactive API endpoint that can be executed](/learn/docs/writing-content/components/runnable-endpoint) in API playground features. Provides special styling for lists, buttons, and disabled inputs within the component.
19821982

19831983
```css Default CSS
19841984
.fern-runnable-endpoint ul {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This page covers how to customize your docs with CSS, JavaScript, and custom com
88

99
## Custom CSS
1010

11-
You can add custom CSS to your docs to further customize the look and feel. The defined class names are applied across all MDX files. See the [CSS selectors reference](/learn/docs/component-library/custom-components/css-selectors) for a complete list of available `.fern-*` selectors.
11+
You can add custom CSS to your docs to further customize the look and feel. The defined class names are applied across all MDX files. See the [CSS selectors reference](/learn/docs/customization/css-selectors-reference) for a complete list of available `.fern-*` selectors.
1212

1313
<Steps>
1414
### Create `styles.css`
@@ -72,7 +72,7 @@ to display.
7272
```
7373
</CodeBlock>
7474

75-
You can target other Fern UI components using their CSS class names. See the [CSS selectors reference](/learn/docs/component-library/custom-components/css-selectors) for all available selectors, or use your browser's developer tools to inspect elements.
75+
You can target other Fern UI components using their CSS class names. See the [CSS selectors reference](/learn/docs/customization/css-selectors-reference) for all available selectors, or use your browser's developer tools to inspect elements.
7676
</Accordion>
7777
<Accordion title="Adding custom styling">
7878

0 commit comments

Comments
 (0)