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/component-library/writing-content/markdown-basics.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
@@ -15,7 +15,7 @@ Throughout this documentation, "Markdown" refers to both Markdown and MDX. [MDX]
15
15
16
16
Add pages manually to your documentation by creating Markdown (`.md`) or MDX (`.mdx`) files. New to Markdown? See [Markdown Guide: Getting started](https://www.markdownguide.org/getting-started/).
17
17
18
-
Place your pages inside your `fern/` folder and link to them from your [navigation settings](/learn/docs/building-your-docs/navigation) in the `docs.yml` file.
18
+
Place your pages inside your `fern/` folder and link to them from your [navigation settings](/learn/docs/configuration/navigation) in the `docs.yml` file.
19
19
20
20
In the example below, the MDX files are inside a folder named `pages/`.
21
21
@@ -60,7 +60,7 @@ Use a `/` character to begin a relative URL to another page on your docs site. T
60
60
61
61
<CodeBlock title='Relative link example'>
62
62
```mdx
63
-
Read the [Introduction](/learn/overview/introduction).
63
+
Read the [Introduction](/learn/sdks/overview/introduction).
Copy file name to clipboardExpand all lines: fern/products/docs/pages/navigation/announcement-banner.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
@@ -9,7 +9,7 @@ An announcement banner is a great way to draw attention to new features and prod
9
9
10
10
```yaml docs.yml
11
11
announcement:
12
-
message: "π New feature: Announcements are available! (<a href=\"https://buildwithfern.com/learn/docs/building-your-docs/announcements\" target=\"_blank\">Learn more</a>) π"
12
+
message: "π New feature: Announcements are available! (<a href=\"https://buildwithfern.com/learn/docs/customization/announcement-banner\" target=\"_blank\">Learn more</a>) π"
13
13
```
14
14
15
15
Markdown and HTML is supported in the announcement message. You can include links, images, and other formatting. [Custom CSS](/docs/customization/custom-css-js#custom-css) can be used to customize the style of the announcement.
0 commit comments