-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (77 loc) · 2.13 KB
/
mkdocs.yml
File metadata and controls
77 lines (77 loc) · 2.13 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: ReviOS Frequently Asked Questions
copyright: Neither the creator and maintainer of this website, nor the team behind Revision and ReviOS is responsible for your PC, your data and files, your actions and what you do based on this website's information and advice given on the Discord server. Use ReviOS at your own risk.
nav:
- Home: 'index.md'
- ReviOS related questions: 'related.md'
- Not ReviOS related questions: 'not-related.md'
- How to install ReviOS: 'install.md'
- How to install drivers: 'drivers.md'
- How to upgrade ReviOS: 'upgrade.md'
- Archived questions: 'archive.md'
theme:
name: material
language: en
logo: img/revision_crop.png
favicon: favicon.ico
palette:
scheme: slate
primary: indigo
accent: light blue
font:
text: Inter
code: Roboto Mono
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.indexes
# - navigation.expand
- navigation.top
- navigation.instant
- navigation.tracking
- toc.follow
# - toc.integrate
markdown_extensions:
- admonition
- toc:
permalink: true
# toc_depth: 3
- tables
- attr_list
- md_in_html
- pymdownx.caret
- pymdownx.details
- pymdownx.highlight:
linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra:
generator: true
social:
- icon: octicons/person-16
link: https://discord.com/users/310497849274007553
name: Dawe24#1229
- icon: material/web
link: https://www.revi.cc/
name: Revision website
- icon: fontawesome/brands/discord
link: https://discord.gg/962y4pU
name: Revision Discord
plugins:
- search
- redirects:
redirect_maps:
'after-install.md': 'index.md'
'before-install.md': 'index.md'
'discord.md': 'https://discord.gg/962y4pU'
- git-revision-date
- glightbox:
draggable: false