-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (30 loc) · 784 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (30 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
site_name: panini
site_url: https://github.com/ihucos/panini
repo_url: https://github.com/ihucos/panini
nav:
- Quickstart: index.md
- Tutorial: tutorial.md
- Reference:
- Section Types: drivers.md
- Section Type Declaration: section_type_declaration.md
- Global Keys: global_keys.md
- Recipes:
- Local Environment Variables: localenvs.md
- Environment Variables Inheritance: baseenvs.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
theme:
palette:
primary: "blue grey"
name: material
logo: "assets/panini.png"
features:
- content.code.copy
- navigation.sections