-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
78 lines (71 loc) · 1.83 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: ThoriumDocs
repo_url: https://github.com/UnhappyCodings/thoriumreactors
repo_name: UnhappyCodings/thoriumreactors
nav:
- 'Home': index.md
- 'Ores': ores.md
- 'First Steps': firststeps.md
- 'Recipes': recipes.md
- 'Machines': machines.md
- 'Fuel Production': fuel.md
- 'Reactor': reactor.md
- 'Thermal': thermal.md
- 'Turbine': turbine.md
- 'Integration': integration.md
theme:
name: material
icon:
logo: material/library
repo: fontawesome/brands/github
admonition:
question: fontawesome/solid/border-all
success: fontawesome/solid/question
favicon: img/favicon.png
features:
- toc.follow
- navigation.tracking
- navigation.top
- navigation.indexes
- navigation.tabs
- navigation.footer
- content.code.annotate
- content.code.copy
palette:
- scheme: slate
primary: docs/extra.css
accent: docs/extra.css
plugins:
- search:
lang: en
- glightbox
extra:
social:
- icon: simple/discord
link: https://discord.intelligence-modding.de/
- icon: simple/youtube
link: https://www.youtube.com/channel/UC9k82vSEkI5WxuqhGnyRzfQ
- icon: simple/github
link: https://github.com/unhappycodings/
- icon: simple/curseforge
link: https://curseforge.com/members/unhappywithoutu/
copyright: |
© 2023 <a href="https://github.com/unhappycodings/" target="_blank">UnhappyWithoutU</a>
extra_css:
- extra.css
markdown_extensions:
- mdx_math
- def_list
- attr_list
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
- codehilite:
guess_lang: false
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg