-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
58 lines (53 loc) · 1.25 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
site_name: ByteNet
repo_name: ffrostfall/ByteNet
repo_url: https://github.com/ffrostflame/ByteNet
nav:
- Home: index.md
- Documentation:
- Packets:
- definePacket: api/functions/definePacket.md
- DataTypes:
- Primitives: api/dataTypes/Primitives.md
- Specials: api/dataTypes/Specials.md
theme:
name: material
favicon: assets/favicon.png
logo: assets/bytenetLogo.png
palette:
scheme: slate
primary: custom
accent: white
font:
text: Arial
code: Fira Code
features:
- content.code.copy
- navigation.tabs
- navigation.top
- navigation.sections
- navigation.instant
- navigation.indexes
- search.suggest
- search.highlight
icon:
repo: octicons/mark-github-16
extra_css:
- css/colors.css
- css/codeblocks.css
- css/global.css
- css/homepage.css
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.extra
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg