-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
53 lines (46 loc) · 928 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
43
44
45
46
47
48
49
50
51
52
53
site_name: canonical-imports
site_url: https://15r10nk.github.io/canonical-imports/
repo_url: https://github.com/15r10nk/canonical-imports/
edit_uri: edit/main/docs
theme:
name: material
features:
- toc.follow
palette:
primary: teal
watch:
- CONTRIBUTING.md
- CHANGELOG.md
- README.md
nav:
- Introduction: index.md
- Contributing: contributing.md
- Changelog: changelog.md
markdown_extensions:
- toc:
permalink: true
- admonition
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
plugins:
- mkdocstrings:
handlers:
python:
options:
show_root_heading: true
show_source: false
- social
- search
extra:
social:
- icon: fontawesome/brands/twitter
link: https://x.com/15r10nk