-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
78 lines (69 loc) · 1.75 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
site_name: Reversion
site_author: Bundabrg
site_url: https://github.com/Bundabrg/Reversion
site_dir: build/docs
repo_name: Bundabrg/Reversion
repo_url: https://github.com/Bundabrg/Reversion
edit_uri: ""
copyright: 'Copyright (C) 2020 Reversion Developers'
extra_css:
- 'css/mkpdf.css'
# - 'css/version_select.css'
#extra_javascript:
# - 'js/version_select.js'
# More info on this theme: https://squidfunk.github.io/mkdocs-material
theme:
name: 'material'
logo: 'img/header_logo.png'
favicon: 'img/favicon.ico'
palette:
primary: 'indigo'
accent: 'indigo'
features:
- instant
# See the following for docs on these extensions: https://squidfunk.github.io/mkdocs-material/extensions
markdown_extensions:
- codehilite:
linenums: true
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- toc:
permalink: true
# - footnotes
# - metadata
# Bundie's Tip: Disable mkpdfs whilst using `mkdocs serve` on a local machine
plugins:
- search
- exclude:
glob:
- 'theme/*'
# - git-revision-date-localized:
# type: timeago
# - mkpdfs:
# author: Reversion Developers
# toc_title: Table of contents
# output_path: pdf/documentation.pdf
# design: docs/css/pdf.css
# Discord not yet supported but it will be soon
#extra:
# social:
# - type: discord
# link: https://discord.gg/blahblah
nav:
- Introduction: index.md
- Contributing: contributing.md