forked from BreweryTeam/BreweryX
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
120 lines (118 loc) · 2.68 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
site_name: BreweryX
site_author: Jsinco, szarkan
repo_url: https://github.com/BreweryTeam/BreweryX
theme:
language: en
name: material
custom_dir: overrides
palette:
scheme: slate
primary: indigo
features:
- content.tabs.link
# - navigation.instant
# - navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.tracking
- navigation.prune
- navigation.top
- navigation.indexes
- search.suggest
- search.highlight
- toc.follow
- content.action.edit
logo: assets/favicon.jpg
favicon: assets/favicon.jpg
font:
text: Inter
code: Fira Code
markdown_extensions:
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- tables
- pymdownx.critic
- pymdownx.snippets:
auto_append:
- includes/links.md
- toc:
permalink: "#"
separator: "_"
- pymdownx.tabbed:
alternate_style: true
- abbr
- def_list
- md_in_html
- attr_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_css:
- stylesheets/extra.css
- stylesheets/my.css
plugins:
- open-in-new-tab
- search:
lang: en
- minify:
minify_html: true
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
- locale: ru
default: false
name: Русский
build: true
nav_translations:
Documentation: Документация
Config: Конфигурации
Other: Прочее
extra:
# alternate:
# - name: English
# link: /en/
# lang: en
# - name: Русский
# link: /ru/
# lang: ru
status:
new: Recently updated!
inprogress: Article is in progress
social:
- icon: simple/discord
link: https://discord.gg/3FkNaNDnta
name: Discord
- icon: simple/github
link: https://github.com/BreweryTeam/BreweryX
name: Github
nav:
- '': index.md
- Documentation:
- Config:
- en/guide/recipies.md
- en/guide/edit_config.md
- en/guide/default_config.md
- Other:
- en/guide/brewing_guide.md
- en/guide/custom_items.md
- en/guide/default_recipes.md
- API:
- en/api/api.md
- en/api/depenizen.md