-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 888 Bytes
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 888 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
42
43
44
45
46
47
site_name: rvx!
site_url: https://mxjp.github.io/rvx
dev_addr: localhost:8080
theme:
name: material
logo: assets/logo.svg
favicon: assets/favicon.svg
features:
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.tabs
- tac.follow
- toc.integrate
- content.tabs.link
- content.code.copy
palette:
scheme: slate
primary: black
accent: blue
extra:
generator: false
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
plugins:
- privacy
- search:
enabled: true
repo_url: https://github.com/mxjp/rvx