You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/ai/mcp-server.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ To connect to your MCP server:
48
48
49
49
AI agents can access your documentation, including authenticated documentation, directly via HTTP. Fern serves content as clean Markdown for token efficiency.
50
50
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.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/component-library/custom-components/css-selectors.mdx
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -540,7 +540,7 @@ Container for grouping multiple buttons together.
540
540
541
541
<Accordiontitle=".fern-copy-button">
542
542
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).
544
544
545
545
```css Default CSS
546
546
.fern-copy-button {
@@ -569,7 +569,7 @@ Button for expanding code blocks or collapsible content, appears on [code blocks
569
569
570
570
## Card components
571
571
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.
573
573
574
574
<AccordionGroup>
575
575
<Accordiontitle=".fern-card">
@@ -1209,7 +1209,7 @@ Icon at the end of selection item (e.g., arrow).
1209
1209
1210
1210
<Accordiontitle=".fern-product-selector">
1211
1211
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.
1213
1213
1214
1214
```css Default CSS
1215
1215
.fern-product-selector {
@@ -1227,14 +1227,14 @@ Container for product selection dropdown applied to the FernDropdown component w
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.
1231
1231
1232
1232
</Accordion>
1233
1233
</AccordionGroup>
1234
1234
1235
1235
## Accordion components
1236
1236
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.
1238
1238
1239
1239
<AccordionGroup>
1240
1240
<Accordiontitle=".fern-accordion">
@@ -1497,7 +1497,7 @@ Corner element where horizontal and vertical scrollbars meet.
1497
1497
1498
1498
## Badge components
1499
1499
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.
1501
1501
1502
1502
<AccordionGroup>
1503
1503
<Accordiontitle=".fern-docs-badge">
@@ -1594,7 +1594,7 @@ Styled link element in documentation content. External links automatically get a
1594
1594
1595
1595
<Accordiontitle=".fern-callout">
1596
1596
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.
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).
1628
1628
1629
1629
```css Default CSS
1630
1630
.fern-steps {
@@ -1640,7 +1640,7 @@ Container for [step-by-step instructions](/learn/docs/component-library/default-
1640
1640
1641
1641
<Accordiontitle=".fern-step">
1642
1642
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).
1644
1644
1645
1645
```css Default CSS
1646
1646
.fern-step>.fern-anchor {
@@ -1654,7 +1654,7 @@ Single step in [steps component](/learn/docs/component-library/default-component
1654
1654
1655
1655
<Accordiontitle=".fern-anchor">
1656
1656
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.
1658
1658
1659
1659
```css Default CSS
1660
1660
a.fern-anchor {
@@ -1724,7 +1724,7 @@ Root container for table component with card-style styling. Used for custom tabl
1724
1724
1725
1725
<Accordiontitle=".fern-table">
1726
1726
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.
1728
1728
1729
1729
```css Default CSS
1730
1730
.fern-table {
@@ -1842,7 +1842,7 @@ Metadata for API property (type, required, etc.).
1842
1842
1843
1843
## Utility components
1844
1844
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.
1846
1846
1847
1847
<AccordionGroup>
1848
1848
<Accordiontitle=".fern-highlight">
@@ -1978,7 +1978,7 @@ Child element within collapsible content for nested collapsible sections. Automa
1978
1978
1979
1979
<Accordiontitle=".fern-runnable-endpoint">
1980
1980
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.
Copy file name to clipboardExpand all lines: fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This page covers how to customize your docs with CSS, JavaScript, and custom com
8
8
9
9
## Custom CSS
10
10
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.
12
12
13
13
<Steps>
14
14
### Create `styles.css`
@@ -72,7 +72,7 @@ to display.
72
72
```
73
73
</CodeBlock>
74
74
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.
0 commit comments