Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 4e953bb

Browse files
committed
Include link to betterproto2 docs
1 parent 2395340 commit 4e953bb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

mkdocs.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
site_name: Betterproto2 Compiler
1+
site_name: Betterproto2
22
site_url: https://betterproto.github.io/python-betterproto2-compiler/
33
theme:
44
name: material
55
palette:
66
primary: deep orange
77
accent: deep orange
88

9+
features:
10+
- navigation.tabs
11+
12+
nav:
13+
- Betterproto2: https://betterproto.github.io/python-betterproto2/
14+
- Betterproto2 compiler:
15+
- index.md
16+
- Getting started: getting-started.md
17+
918
plugins:
1019
- mkdocstrings
1120

0 commit comments

Comments
 (0)