-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
85 lines (69 loc) · 2 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
site_name: Godot Community DE
copyright: Copyright © 2024 Holger Winter / Kuhn Chris / Roman Huber
use_directory_urls: false
site_url: https://godotcommunityde.github.io/
extra_css:
- css/gdcde.css
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/Tr7Ma6E
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/GodotCommunityDE/
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@godotcommunityde
- icon: fontawesome/brands/github
link: https://github.com/GodotCommunityDE
theme:
name: material # readthedocs, windmill, material
palette:
scheme: slate
#primary: blue
accent: indigo
#custom_dir: communityde
language: de
logo: img/icon_de.png
favicon: img/icon.png
features:
#- header.autohide
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.top # Nach oben Button anzeigen
#- toc.integrate # Submenü wird im Menü angezeigt
- content.code.copy # Kopieren für Codeblöcke anzeigen
- content.code.annotate # Annotationen innerhalb Code Blöcken
plugins:
- search:
lang: de
- blogging:
dirs:
- blog/news
locale: de
time_format: '%Y-%m-%d' # %H:%M:%S' # The format used to display the time
meta_time_format: '%Y-%m-%d %H:%M:%S' # The format used to parse the time from meta
#- awesome-pages
markdown_extensions:
- attr_list
- meta # Für Metadaten wie "hide" in den Headern
- def_list
- md_in_html
- pymdownx.highlight:
use_pygments: true
linenums: true
anchor_linenums: true
linenums_style: table #pymdownx-inline
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde