-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
128 lines (118 loc) · 3.26 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
121
122
123
124
125
126
127
128
site_name: About CivBot — discord bot for Civilization V game.
site_url: https://djimontyp.github.io/CivBot-docs/
nav:
- CivBot: index.md
- Getting started: getting_started.md
- Commands:
- /game:
- create: commands/game_create.md
- join: commands/game_join.md
- leave: commands/game_leave.md
- kick: commands/game_kick.md
- refresh: commands/game_refresh.md
- States: states.md
- Config: config.md
theme:
icon:
logo: fontawesome/solid/robot
translate: fontawesome/regular/globe
language: en
name: material
features:
- navigation.tabs
# - navigation.instant
- navigation.indexes
- navigation.tracking
- navigation.path
- navigation.expand
- navigation.top
- toc.follow
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
palette:
- scheme: orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
primary: orange
accent: red
- scheme: grey
toggle:
icon: material/weather-night
name: Switch to light mode
primary: black
accent: orange
plugins:
- search
- mkdocstrings
- tags
- i18n:
docs_structure: folder
languages:
- locale: en
name: English
build: true
default: true
- locale: uk
name: Ukrainian
build: true
site_name: CivBot — discord bot для гри Civilization V.
nav_translations:
Commands: Команди
Getting started: Початок роботи
/game: /гра
create: створити
join: приєднатися
leave: покинути
kick: вигнати
refresh: оновити
States: Стани
Config: Налаштування
- locale: ru
name: Russian
build: true
site_name: CivBot — discord bot для игры Civilization V.
nav_translations:
Commands: Команды
Getting started: Начало работы
/game: /игра
create: создать
join: присоединиться
leave: покинуть
kick: выгнать
refresh: обновить
States: Статусы
Config: Настройки
extra:
analytics:
provider: google
property: G-FJ3QBDSVV9
markdown_extensions:
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- admonition
- attr_list
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- 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
copyright: |
© 2023 <a href="https://maks-naumenko.com" target="_blank" rel="noopener">Maks Naumenko</a>