forked from accelleran/drax-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
39 lines (39 loc) · 1.04 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
site_name: dRAX
site_url: https://accelleran.github.io/drax-docs/
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.indexes
- navigation.top
- navigation.tabs
- toc.integrate
markdown_extensions:
- admonition
- attr_list
- pymdownx.highlight
- pymdownx.superfences
- toc:
permalink: ⚓︎
extra:
version:
provider: mike
plugins:
- mike:
version_selector: true # set to false to leave out the version selector
css_dir: css # the directory to put the version selector's CSS
javascript_dir: js # the directory to put the version selector's JS
canonical_version: null # the version for <link rel="canonical">; `null`
# uses the version specified via `mike deploy`
# - enumerate-headings
- section-index
extra_css:
- css/extra.css
nav:
- 'index.md'
- 'core-install/index.md'
- 'kubernetes-install/index.md'
- 'drax-install/index.md'
- 'du-install/index.md'