This repository has been archived by the owner on May 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
49 lines (49 loc) · 1.55 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
47
48
49
site_name: Plutus Community Docs
site_url: https://plutus-community.readthedocs.io/en/latest/
repo_url: https://github.com/plutus-community/docs/
theme:
# theme name, windmill
# cleaner for nested content and supporting more than 2 levels of depth
name: windmill
#name: rtd-dropdown
#name: readthedocs
collapse_navigation: true
sticky_navigation: false
navigation_depth: 4
includehidden: true
titles_only: false
features:
- content.code.annotate
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list # For using e.g. [](){:target="_blank"}:
# Navigation is defined in external yml file, which is placed
# in docs/ directory for triggering reload when changed:
INHERIT: docs/mkdocs.navigation.yml
# Plugins to load,
# search:
# if no plugin is defined, search is automatically loaded,
# when any plugin is defined, search needs to be manually defined.
# macros: https://mkdocs-macros-plugin.readthedocs.io
# needed to use jinja2 functionality in mkdocs,
# it is required by the comments system.
plugins:
- search
- macros:
include_dir: docs/includes
# Extra CSS code for the comments system and/or any other future use.
# Be aware that it may overwrite the theme definitions.
extra_css:
- css/extra.css
# Extra JS code to include
# Staticman: https://staticman.net/
# it is required by the comments system.
# Recaptcha:
# it is required by the comments system form.
extra_javascript:
- js/staticman.js
- https://www.google.com/recaptcha/api.js