-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathmkdocs.yml
177 lines (167 loc) · 5.25 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
site_name: Documentation
site_url: !ENV [SITE_URL, 'https://developers.eveonline.com/docs/']
repo_url: !ENV [GITHUB_REPO_URL, 'https://github.com/esi/esi-docs']
repo_name: !ENV [GITHUB_REPOSITORY, 'esi/esi-docs']
edit_uri: edit/main/docs/
hooks:
- scripts/generate-snippets.py
nav:
- Home:
- Welcome: index.md
- Resources: resources/index.md
- Support: support.md
- ID Ranges: resources/id-ranges.md
- Services:
- "ESI": services/esi/index.md
- "Image Server": services/image-server/index.md
- "Static Data Export": services/sde/index.md
- "Single-Sign-On": services/sso/index.md
- Guides and Examples:
- Useful Formulae: guides/useful-formulae.md
- Community: community/community-services.md
not_in_nav: |
community/*/index.md
theme:
name: material
logo: assets/images/eve-logo.svg
custom_dir: overrides
favicon: assets/images/favicon.ico
palette:
scheme: eveonline
font: false
features:
- content.action.view
- content.tooltips
- content.tabs.link
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.path
- navigation.tabs
- navigation.tracking
- search.suggest
- search.highlight
- toc.follow
- toc.integrate
watch:
- overrides
- snippets
- main.py
extra_css:
- assets/stylesheet/font.css
- assets/stylesheet/theme.css
extra_javascript:
- assets/javascript/theme.js
- assets/javascript/mathjax.js
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/11.0.0/mermaid.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.2.2/es5/tex-mml-chtml.min.js
extra:
homepage: /
analytics:
provider: custom
property: !ENV [GTM_ID, 'GTM-XXXXXXX']
footer:
title: Follow EVE Online
socials:
- icon: facebook-f
url: https://www.facebook.com/eveonline
- icon: twitter
url: https://twitter.com/eveonline
- icon: youtube
url: https://www.youtube.com/channel/UCwF3VyalTHzL0L-GDlwtbRw/
- icon: twitch
url: https://www.twitch.tv/ccp
- icon: discord
url: https://eveonline.com/discord
- icon: instagram
url: https://www.instagram.com/eveonline/
- icon: vk
url: https://vk.com/eveonline
columns:
- title: Play EVE Online
links:
- title: Play for Free
url: https://www.eveonline.com/signup
- title: Download the Game
url: https://www.eveonline.com/download
- title: Upgrade to Omega
url: https://store.eveonline.com/#omega
- title: System Requirements
url: https://support.eveonline.com/hc/en-us/articles/5885219196828-System-Requirements
- title: Starter Guide for Beginners
url: https://www.eveonline.com/eve-academy
- title: Return to EVE
url: https://www.eveonline.com/return
- title: Recover Account
url: https://secure.eveonline.com/RecoverAccount
- title: Current Players
links:
- title: Account Management
url: https://secure.eveonline.com/account
- title: Support
url: https://support.eveonline.com/
- title: Forums
url: https://forums.eveonline.com/
- title: Developers
url: https://developers.eveonline.com/
- title: Recruit a Friend
url: https://www.eveonline.com/recruit
- title: Redeem a Code
url: https://secure.eveonline.com/code-activation
- title: Character Transfer
url: https://secure.eveonline.com/transfer-character
- title: 3rd Party Retailers
url: https://secure.eveonline.com/third-party-retailers
- title: Worlds of EVE
links:
- title: EVE Universe
url: https://universe.eveonline.com
- title: EVE Fanfest
url: https://fanfest.eveonline.com
- title: Merch
url: https://merch.eve.com/
- title: Project Discovery
url: https://www.eveonline.com/discovery/
- title: Site Info
links:
- title: About CCP
url: https://www.ccpgames.com/company/about/
- title: Terms of Service
url: https://community.eveonline.com/support/policies/terms-of-service-en/
- title: Privacy Policy
url: https://community.eveonline.com/support/policies/privacy-policy-en/
- title: RSS Feed
url: https://developers.eveonline.com/feed.xml
plugins:
- search
- tags
- open-in-new-tab
- privacy:
assets: false
- macros:
on_undefined: keep
markdown_extensions:
- abbr
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables