-
Notifications
You must be signed in to change notification settings - Fork 44
/
mkdocs.yml
104 lines (98 loc) · 3.61 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
97
98
99
100
101
102
103
104
# Information
site_name: 'SeAT Documentation'
site_description: 'Simple EVE Api Tool Documentation'
site_url: 'https://eveseat.github.io/docs'
# Repository
repo_name: 'eveseat/docs'
repo_url: 'https://github.com/eveseat/docs'
# Copyright
copyright: 'Copyright © 2015 - 2020 Leon Jacobs'
# Documentation TOC
nav:
- Home: index.md
- Installation:
- Requirements: installation/requirements.md
- Docker Installation (5.x): installation/docker_installation.md
- Manual Installation (5.x): installation/manual_installation.md
- Older Versions:
- Docker Installation (4.x): installation/old_versions/docker_installation_seat_4.md
- Manual Installation (4.x): installation/old_versions/manual_installation_seat_4.md
- Upgrading:
- General: upgrading/general.md
- From SeAT 4.0:
- Docker: upgrading/from_seat_4_0/docker.md
- Bare metal: upgrading/from_seat_4_0/bare_metal.md
- From SeAT 3.0:
- Docker: upgrading/from_seat_3_0/docker.md
- Bare metal: upgrading/from_seat_3_0/bare_metal.md
- From SeAT 2.0: upgrading/from_seat_2_0.md
- From SeAT 1.0: upgrading/from_seat_1_0.md
- Configuration:
- ESI Configuration: configuration/esi_configuration.md
- Email Setup:
- Mailgun: configuration/email_setup/mailgun.md
- GMail: configuration/email_setup/gmail.md
- Env File Reference: configuration/env_file_reference.md
- EVE Administrative Contact: configuration/eve_administrative_contact.md
- Configuration Overload: configuration/configuration_overload.md
- SDE Overload: configuration/sde_overload.md
- Admin Guides:
- Admin Login: admin_guides/admin_login.md
- Docker Admin: admin_guides/docker_admin.md
- Authorizations: admin_guides/authorizations.md
- Buckets: admin_guides/buckets.md
- Squads: admin_guides/squads.md
- Understanding Tracking: admin_guides/understanding_tracking.md
- Scaled Deployments: admin_guides/scaled_deployments.md
- User Guides:
- Moons Reporter: user_guides/moons_reporter.md
- Developer Guides:
- Developer Installation: developer_guides/developer_installation.md
- Core Package Breakdown: developer_guides/core_package_breakdown.md
- Package Development: developer_guides/package_development.md
- Development Tips: developer_guides/development_tips.md
- Job Queue Flow: developer_guides/job_queue_flow.md
- Notifications Implementation: developer_guides/notifications_implementation.md
- Updating Plugins: developer_guides/updating_plugins.md
- SeAT API: developer_guides/seat_api.md
- Styling: styling.md
- Community Packages: community_packages.md
- Troubleshooting: troubleshooting.md
- About:
- Contact: about/contact.md
- Reporting Bugs: about/reporting_bugs.md
# Theme Configuration
theme:
name: 'material'
palette:
scheme: 'slate'
primary: 'orange'
accent: 'orange'
features:
- content.code.copy
# Customization
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: true
extra:
analytics:
provider: google
property: UA-119530306-1
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/eveseat/seat'
# Tabs customisation
extra_css:
- css/extra_footer.css
- css/extra_typo.css