forked from criteo-forks/rook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
119 lines (119 loc) · 3.41 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
site_name: Rook Ceph Documentation
docs_dir: Documentation/
site_url: 'https://rook.io'
repo_url: https://github.com/rook/rook
edit_uri: edit/master/Documentation/
site_author: Rook Authors
site_description: "Rook Ceph Documentation"
use_directory_urls: true
copyright: |
<a class="logo" href="/">
<img src="https://rook.io/images/rook-logo-small.svg" alt="rook.io logo" />
</a>
<p>
© Rook Authors 2022. Documentation distributed under
<a href="https://creativecommons.org/licenses/by/4.0">CC-BY-4.0</a>.
</p>
<p>
© 2022 The Linux Foundation. All rights reserved. The Linux Foundation has
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
</p>
theme:
name: material
custom_dir: .docs/overrides/
font: false
favicon: https://rook.io/images/favicon_192x192.png
logo: https://rook.io/images/rook-logo.svg
palette:
- scheme: 'default'
primary: 'rook-blue'
accent: 'deep orange'
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: 'slate'
primary: 'rook-blue'
accent: 'red'
toggle:
icon: material/toggle-switch
name: Switch to light mode
icon:
repo: fontawesome/brands/github
features:
- content.tabs.link
- instant
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- tabs
extra_css:
- stylesheets/extra.css
plugins:
- search
- exclude:
glob:
- README.md
- awesome-pages
- macros:
module_name: .docs/macros/includes/main
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
#js_files: []
- redirects:
redirect_maps:
README.md: Getting-Started/intro.md
- mike:
# these fields are all optional; the defaults are as below...
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`
markdown_extensions:
- admonition
- attr_list
- def_list
- footnotes
- meta
- toc:
permalink: true
- tables
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
use_pygments: true
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences
- pymdownx.tabbed
extra:
version:
provider: mike
default: latest-release
social:
- icon: fontawesome/brands/slack
link: https://slack.rook.io/
- icon: fontawesome/brands/twitter
link: https://twitter.com/rook_io
- icon: fontawesome/solid/envelopes-bulk
link: 'https://groups.google.com/forum/#!forum/rook-dev'
- icon: fontawesome/brands/medium
link: https://blog.rook.io/