-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
41 lines (34 loc) · 814 Bytes
/
mkdocs.yml
File metadata and controls
41 lines (34 loc) · 814 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
38
39
40
41
site_name: My Docs
docs_dir: './docs'
theme:
name: material
palette:
- scheme: slate
features:
- navigation.sections
- navigation.indexes
- navigation.footer
exclude_docs: |
.*
_*
repo_url: https://github.com/stratself/mkdocs-macros-gimmicks
repo_name: stratself/mkdocs-macros-gimmicks
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.inlinehilite
- footnotes
- pymdownx.snippets
plugins:
- search
- macros:
modules: [main,extras]
- awesome-nav
extra:
macro_blob_url: https://github.com/stratself/mkdocs-macros-gimmicks/blob/main/main.py
macro_raw_url: https://raw.githubusercontent.com/stratself/mkdocs-macros-gimmicks/refs/heads/main/main.py
hooks:
- hooks.py