-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
45 lines (40 loc) · 983 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
site_name: mkdocs-badges
repo_url: https://github.com/six-two/mkdocs-badges
theme:
name: material
features:
- content.code.copy
- navigation.footer
nav:
# Hide the index page -> would otherwise result in two mkdocs-badges links
- "": index.md
- setup.md
- badges.md
- styling.md
- migration.md
- "Tests":
- test/basic.md
- test/install.md
- test/invalid.md
- test/tags.md
- test/theme.md
plugins:
- search
- badges:
tag_page_link: /test/tags/
install_badge_data: tests/extra-install-badges.json
# async: False
# disable_warnings: True
- tags:
tags_file: test/tags.md
# SEE https://squidfunk.github.io/mkdocs-material/reference/admonitions/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/stylesheets/custom.css