generated from mozilla-ai/Blueprint-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
46 lines (42 loc) · 1.04 KB
/
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
43
44
45
46
site_name: Blueprints Docs
repo_url: https://github.com/mozilla-ai/document-to-podcast
repo_name: document-to-podcast
nav:
- Home: index.md
- Getting Started: getting-started.md
- Step-by-Step Guide: step-by-step-guide.md
- Customization Guide: customization.md
- API Reference: api.md
- Future Features & Contributions: future-features-contributions.md
theme:
icon:
repo: fontawesome/brands/github
name: material
palette:
- scheme: default
primary: "#005F6F"
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: "#005F6F"
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
extra_css:
- assets/custom.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true