forked from mingw-w64/mingw-w64.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (52 loc) · 1.15 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
site_name: MinGW-w64
site_description: GCC for Windows 64 & 32 bits
docs_dir: web/
theme:
logo: logo.svg
name: material
favicon: logo.svg
font:
text: Roboto
code: Roboto Mono
palette:
primary: 'white'
accent: 'indigo'
features:
- navigation.instant
extra_css:
- 'stylesheets/extra.css'
site_url: https://www.mingw-w64.org
repo_url: https://github.com/mingw-w64/mingw-w64.github.io
edit_uri: edit/source/web/
markdown_extensions:
- meta
- attr_list
- codehilite
- sane_lists
- admonition
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
nav:
- 'Overview': index.md
- changelog.md
- downloads.md
- contribute.md
- support.md
- donate.md
- Documentation:
- docs/overview.md
- docs/configure.md