-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
117 lines (105 loc) · 2.75 KB
/
mkdocs.yml
File metadata and controls
117 lines (105 loc) · 2.75 KB
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
site_name: ForrestHub
site_url: https://forresthub.helceletka.cz
site_author: Jakub Andrýsek
site_description: >-
🎮 ForrestHub je jednoduchá webová platforma umožňující navrhovat hry pro více hráčů které mezí sebou komunikují.
# Repository
repo_name: Helceletka/ForrestHub
repo_url: https://github.com/Helceletka/ForrestHub
theme:
name: material
language: en
logo: graphics/ForrestHub-icon.png
favicon: graphics/ForrestHub-icon.png
features:
- navigation.tabs
- navigation.indexes
- navigation.top
- content.code.copy
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/JakubAndrysek
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/jakub-andrysek/
analytics:
provider: google
property: G-FGPKM4ZKVP
consent:
title: Používáme cookies
description: >-
Cookies používáme pro zapamatování vašich preferencí a zlepšení naší dokumentace. Děkujeme za souhlas!
use_directory_urls: True
plugins:
- search
- open-in-new-tab
- glightbox
- social
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- def_list
- toc:
permalink: True
- admonition
- pymdownx.details
- markdown.extensions.md_in_html
- pymdownx.snippets:
check_paths: true
- pymdownx.blocks.admonition:
types:
- new
- settings
- note
- abstract
- info
- tip
- success
- question
- warning
- failure
- danger
- bug
- example
- quote
- pymdownx.blocks.details:
- pymdownx.blocks.html:
- pymdownx.blocks.definition:
- pymdownx.blocks.tab:
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- 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
nav:
- Home: index.md
- Instalace: install/index.md
- Generování her: game/index.md
- Propojení her: connection/index.md
- Pokročilé funkce: advanced/index.md