-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (40 loc) · 892 Bytes
/
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
# Site config
site_name: Roblox humanoid bugs
site_url: https://robloxhumanoids.github.io
site_description: Documentation for known humanoid bugs
site_author: Jayden Charbonneau
# Repo config
repo_name: Humanoid Issues
repo_url: https://github.com/robloxhumanoids/Humanoid-Issues
edit_uri: ""
# Theme
theme:
name: 'material'
palette:
primary: 'Light Blue'
accent: 'Dark Blue'
logo: img/Humanoid_Icon.png
feature:
tabs: false
extra_css:
- stylesheets/dark_theme.css
- stylesheets/codehilite.css
# Navigation
nav:
- Home : index.md
- Humanoid Bugs : Bugs.md
- Symptoms : Symptoms.md
# Extensions
markdown_extensions:
- admonition
- codehilite:
linenums: true
guess_lang: false
pygments_style: 'monokai'
noclasses: false
- def_list
- meta
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji