Skip to content

Commit a77be5f

Browse files
chore: Update docs.yml to use tabs layout (#71)
1 parent 1eea93e commit a77be5f

File tree

1 file changed

+31
-21
lines changed

1 file changed

+31
-21
lines changed

fern/docs.yml

Lines changed: 31 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,39 @@ title: Plant Store
77
layout:
88
searchbar-placement: header
99
page-width: full
10+
tabs-placement: header
1011

11-
navigation:
12-
- section: Get Started
13-
contents:
14-
- page: Welcome
15-
path: docs/pages/welcome.mdx
16-
- page: Concepts
17-
path: docs/pages/concepts.mdx
18-
- page: SDKs
19-
path: docs/pages/sdks.mdx
20-
slug: sdks
21-
- api: API Reference
22-
23-
navbar-links:
24-
- type: minimal
25-
text: Fork this repo
26-
url: https://github.com/fern-api/docs-starter
27-
- type: filled
28-
text: Get a demo
29-
url: https://buildwithfern.com/contact?utm_campaign=demo&utm_medium=plantstore&utm_source=navbar
30-
- type: github
31-
value: https://github.com/fern-api/fern
12+
tabs:
13+
home:
14+
display-name: Home
15+
icon: home
16+
guides:
17+
display-name: Guides
18+
icon: book
19+
API Reference:
20+
display-name: API Reference
21+
icon: puzzle
3222

23+
navigation:
24+
- tab: home
25+
layout:
26+
- section: Get Started
27+
contents:
28+
- page: Welcome
29+
path: docs/pages/welcome.mdx
30+
- tab: guides
31+
layout:
32+
- section: Learn
33+
contents:
34+
- page: Concepts
35+
path: docs/pages/concepts.mdx
36+
- page: SDKs
37+
path: docs/pages/sdks.mdx
38+
slug: sdks
39+
- tab: API Reference
40+
layout:
41+
- api: API Reference
42+
3343
colors:
3444
accentPrimary:
3545
dark: "#81C784"

0 commit comments

Comments
 (0)