Skip to content

Commit 8972e3e

Browse files
authored
feat: put note in snippet and reference on two pages (#83)
1 parent 15f25c8 commit 8972e3e

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

fern/docs/pages/get-started/overview.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,7 @@ Official SDKs are available for popular languages. Each SDK handles authenticati
123123
Contact our team for help
124124
</Card>
125125
</CardGroup>
126+
127+
---
128+
129+
<Markdown src="/snippets/note.mdx" />

fern/docs/pages/welcome.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,4 @@ Have questions or need help? We're here for you:
7171

7272
---
7373

74-
<Note>
75-
This is a demonstration of documentation built with [Fern](https://buildwithfern.com). You can [use this template](https://github.com/fern-api/docs-starter-openapi) as a starting point for your own API documentation.
76-
</Note>
74+
<Markdown src="/snippets/note.mdx" />

fern/snippets/note.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Note>
2+
This is a demonstration of documentation built with [Fern](https://buildwithfern.com). You can [use this template](https://github.com/fern-api/docs-starter-openapi) as a starting point for your own API documentation.
3+
</Note>

0 commit comments

Comments
 (0)