-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (32 loc) · 712 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (32 loc) · 712 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
35
36
37
site_name: codecrumbs
site_url: https://15r10nk.github.io/codecrumbs/
repo_url: https://github.com/15r10nk/codecrumbs/
edit_uri: edit/main/docs
watch:
- src/codecrumbs
theme:
name: material
nav:
- Introduction: introduction.md
- Workflow: workflow.md
- cli: cli.md
- Reference: reference.md
# TODO: add documentation again
# - Documentation: documentation.md
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: false