We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61c73b8 commit fd85362Copy full SHA for fd85362
1 file changed
mkdocs.yml
@@ -1,12 +1,21 @@
1
site_name: Build Docs
2
+site_url: https://tameronline.github.io/build/
3
+repo_url: https://github.com/TamerOnLine/build
4
+repo_name: TamerOnLine/build
5
+edit_uri: edit/main/docs/
6
+
7
theme:
8
name: material
9
+ features:
10
+ - navigation.instant
11
+ - navigation.tracking
12
+ - navigation.sections
13
+ - search.suggest
14
+ - search.highlight
15
16
nav:
17
- Home: index.md
18
- FAQ: faq.md
- - Usage:
- - Quick Start: usage/quick_start.md
19
- API:
20
- Builder: api/builder.md
21
- Profiles: api/profiles.md
0 commit comments