-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
49 lines (46 loc) · 984 Bytes
/
mkdocs.yaml
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
43
44
45
46
47
48
49
site_name: PlotNado Documentation
nav:
- Home: index.md
- Tutorials:
- Basic Usage: basic_example.ipynb
- Advanced Usage: advanced_example.ipynb
- API Reference: api_reference.md
- Changelog: changelog.md
theme:
name: material
palette:
scheme: default
font:
text: "Roboto"
code: "Roboto Mono"
features:
- content.code.copy
- header.autohide
icon:
repo: fontawesome/brands/git-alt
markdown_extensions:
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight:
use_pygments: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- mkdocs-click
- admonition
- codehilite:
guess_lang: false
plugins:
- search
- mkdocstrings
- literate-nav:
nav_file: SUMMARY.md
- gen-files:
scripts:
- docs/gen_ref_pages.py
- section-index
- mkdocs-jupyter
repo_url: https://github.com/alsmith151/plotnado