Skip to content

Commit ba014cb

Browse files
Add navigation tabs (#33)
1 parent d423769 commit ba014cb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

mkdocs.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ theme:
55
palette:
66
primary: deep orange
77
accent: deep orange
8+
9+
features:
10+
- navigation.tabs
11+
12+
nav:
13+
- Betterproto2:
14+
- index.md
15+
- Quick start: quick-start.md
16+
- API: api.md
17+
- Migrating: migrating.md
18+
- Betterproto2 compiler: https://betterproto.github.io/python-betterproto2-compiler/
819

920
plugins:
1021
- search

0 commit comments

Comments
 (0)