forked from eveseat/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
91 lines (85 loc) · 3.13 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
# 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
- Basic Installation: installation/basic_installation.md
- Docker Installation: installation/docker_installation.md
- Manual Installation:
- Getting Started: installation/manual/getting_started.md
- CentOS: installation/manual/centos.md
- Debian: installation/manual/debian.md
- Ubuntu: installation/manual/ubuntu.md
- Generic: installation/manual/generic.md
- Webservers:
- General: installation/webservers/general.md
- Nginx: installation/webservers/nginx.md
- Traefik: installation/webservers/traefik.md
- Caddy: installation/webservers/caddy.md
- Apache: installation/webservers/apache.md
- Upgrading:
- General: upgrading/general.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:
- Docker Admin: admin_guides/docker_admin.md
- Role Based Access Control: admin_guides/role_based_access_control.md
- Understanding Tracking: admin_guides/understanding_tracking.md
- Scaled Deployments: admin_guides/scaled_deployments.md
- Developer Guides:
- Developer Installation: developer_guides/developer_installation.md
- General Guide: developer_guides/general_guide.md
- Job Queue Flow: developer_guides/job_queue_flow.md
- Development Tips: developer_guides/development_tips.md
- Core Package Breakdown: developer_guides/core_package_breakdown.md
- Package Development: developer_guides/package_development.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:
primary: 'grey'
accent: 'indigo'
google_analytics:
- 'UA-119530306-1'
- 'auto'
# Customization
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/eveseat/seat'
# Tabs customisation
extra_css:
- css/extra_typo.css
- css/extra_tabs.css
extra_javascript:
- js/extra_tabs.js