forked from chat-cz/help
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (36 loc) · 969 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (36 loc) · 969 Bytes
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
site_name: Chat.cz - nápověda
site_description: Nápověda pro chatovací server Chat.cz
site_url: https://help.chat.cz
repo_name: GitHub
repo_url: https://github.com/chat-cz/help
edit_uri: edit/main/docs
nav:
- Úvod: index.md
- Chat:
- Úvod: chat/index.md
- Místnost: chat/mistnost/index.md
- Rezervovaná místnost: chat/rezervovana-mistnost.md
- Diskuze: diskuze/index.md
- Fotogalerie:
- Úvod: fotogalerie/index.md
- Fotka: fotogalerie/fotka.md
- Obecné:
- Úvod: obecne/index.md
- Admini: obecne/admini.md
- Ignorování: obecne/ignorovani.md
- Karma: obecne/karma.md
- Pravidla: obecne/pravidla.md
- Výhody přihlášených: obecne/vyhody-prihlasenych.md
theme:
name: mkdocs
locale: cs
user_color_mode_toggle: auto
custom_dir: custom_theme/
extra_css:
- stylesheets/extra.css
markdown_extensions:
- markdown.extensions.attr_list
hooks:
- hooks/copyright.py
plugins:
- search