This repository was archived by the owner on Aug 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
56 lines (51 loc) · 1.19 KB
/
mkdocs.yml
File metadata and controls
56 lines (51 loc) · 1.19 KB
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
# Project information
site_name: "mkdocs-versioning"
site_description: "Documentation for mkdocs-versioning plugin"
plugins:
- search
- git-revision-date-localized:
type: datetime
- mkdocs-versioning:
version: 0.4.0
exclude_from_nav: ["images"]
# Repository
repo_name: "mkdocs-versioning"
repo_url: "https://github.com/zayd62/mkdocs-versioning"
theme:
name: material
palette:
scheme: slate
features:
- tabs
icon:
logo: octicons/versions-24
favicon: images/favicon.svg
font:
text: Roboto
code: Roboto Mono
nav:
- Home: "index.md"
- Detail:
- How it works: "reference/index.md"
- Step by Step Example: "reference/step_by_step.md"
- Config Options: "reference/config_options.md"
- CLI Options: "reference/cli.md"
- Troubleshooting: "troubleshooting.md"
- Version Selector: "../"
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- toc:
permalink: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tabbed