-
Notifications
You must be signed in to change notification settings - Fork 7
/
mkdocs.yml
42 lines (36 loc) · 929 Bytes
/
mkdocs.yml
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
35
36
37
38
39
40
41
42
site_name: BGraph
site_description: Build Graphs - Exploring AOSP Unified Depedency Graphs
repo_url: "https://github.com/quarkslab/bgraph"
repo_name: "quarkslab/bgraph"
theme:
name: material
palette:
scheme: slate
nav:
- Overview: index.md
- Installation: installation.md
- Docker: docker.md
- Building: building.md
- Querying: query.md
- Innerworkings: explanations.md
- Contribution: contribute.md
- Roadmap: roadmap.md
- Limitations: limitations.md
- API Reference:
- builder: reference/builder/builder.md
- parsers: reference/parsers/parsers.md
- viewer: reference/viewer/viewer.md
- utils: reference/utils.md
markdown_extensions:
- admonition
- pymdownx.superfences
- pymdownx.highlight
plugins:
- mkdocstrings:
handlers:
python:
selection:
docstring_style: "restructured-text"
watch:
- src/bgraph
- search