This repository was archived by the owner on Jun 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
47 lines (42 loc) · 1.34 KB
/
mkdocs.yml
File metadata and controls
47 lines (42 loc) · 1.34 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
# Information
site_name: 'Krypted Platform'
site_description: 'Online gaming community platform for EVE Online and other MMOs.'
site_url: 'https://kryptedgaming.github.io/krypted/'
# Repository
repo_name: 'KryptedGaming/krypted'
repo_url: 'https://github.com/KryptedGaming/krypted'
# Theme Configuration
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'white'
# Navigation
nav:
- Overview: index.md
- Features: features/index.md
- Installation: installation/index.md
- Administration: administration/index.md
- Upgrading:
- Upgrading to 4.2.x: upgrading/4.2.x.md
- Upgrading to 4.3.x: upgrading/4.3.x.md
- User Guide:
- Groups: user_guide/groups.md
- Group Requests: user_guide/group_requests.md
- Applications: user_guide/applications.md
- Extensions:
- EVE Online Connector: user_guide/extensions/django_eveonline_connector.md
- Discord Connector: user_guide/extensions/django_discord_connector.md
- Privacy: user_guide/privacy.md
- API Reference:
- REST v2: user_guide/rest.md
- Contributing:
- Environment: contributing/environment.md
- Special Sauce: contributing/special_sauce.md
- Mentorship: contributing/mentorship.md
# Styling
extra_css:
- css/krypted.css
# Extensions
markdown_extensions:
- admonition