-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) · 1.21 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
site_name: XMUX Help
site_description: XMUX Help Center
repo_url: https://github.com/XMUMY/XMUX
edit_uri: https://github.com/XMUMY/docs/tree/master/docs
copyright: Copytight © 2019-2023 XMUX Authors. Contents are licensed under CC-BY-NC-SA 4.0.
nav:
- Home: index.md
- Application:
- Get Started: app/get-started.md
- Online Attendance: app/online-attendance.md
- Changelog:
- 3.2.0: app/changelog/3.2.0.md
- Terms of Service: app/terms.md
- Privacy: app/privacy.md
- About: app/about.md
- Campus:
- Links: campus/links.md
- About: campus/about.md
- Developer:
- Architecture: developer/architecture.md
- Contributors: developer/contributors.md
- CLA: developer/cla.md
- Documents:
- Get Started: developer/docs/get-started.md
- Structure: developer/docs/structure.md
- Website:
- Get Started: developer/website/get-started.md
theme:
name: material
features:
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences