forked from smooth80/msys2.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
96 lines (91 loc) · 2.7 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
site_name: MSYS2
site_description: Software Distribution and Building Platform for Windows
docs_dir: web/
theme:
name: material
logo: 'logo.svg'
favicon: 'favicon.ico'
palette:
primary: 'indigo'
accent: 'indigo'
features:
- navigation.instant
custom_dir: overrides
extra_css:
- 'stylesheets/extra.css'
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/msys2'
- icon: 'fontawesome/brands/gitter'
link: 'https://gitter.im/msys2/msys2'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/msys2org'
site_url: https://www.msys2.org
repo_url: https://github.com/msys2/msys2.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:
- 'Getting Started': index.md
- news.md
- Package Index: https://packages.msys2.org
- Documentation:
# For users of MSYS2 which just use the provided software
# or develop their software using MSYS2 provided packages/tools.
- docs/what-is-msys2.md
- docs/who-is-using-msys2.md
- docs/environments.md
- docs/ci.md
- docs/terminals.md
- docs/package-management.md
- docs/filesystem-paths.md
- Development:
# For MSYS2 developers, maintaining, creating packages, porting packages,
# infrastructure, mirrors etc and everything else.
- dev/mirrors.md
- dev/keyring.md
- Other Topics:
# Old stuff that should ideally move to the above categories in the future
- wiki/Home.md
- wiki/Contributing-to-MSYS2.md
- wiki/Creating-Packages.md
- wiki/Devtopics.md
- wiki/Distributing.md
- wiki/FAQ.md
- wiki/GDB-qtcreator.md
- wiki/History.md
- wiki/How-does-MSYS2-differ-from-Cygwin.md
- wiki/Launchers.md
- wiki/MSYS2-installation.md
- wiki/MSYS2-introduction.md
- wiki/MSYS2-reinstallation.md
- wiki/Packages.md
- wiki/Porting.md
- wiki/Setting-up-SSHd.md
- wiki/Signing-packages.md
- wiki/Sudo.md
- wiki/Terminals.md
- wiki/JIT-Debugging.md
- 'contact.md'
- 'codeofconduct.md'