-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
32 lines (25 loc) · 891 Bytes
/
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
copyright: Maintained by <a href="https://discord.gg/bbQ9Jm8" target="_blank">SC2Mapster community</a>
site_name: StarCraft II Editor Tutorials
site_url: https://s2editor-guides.readthedocs.io
site_favicon: img/favicon.png
repo_url: https://github.com/SC2Mapster/blizzard-tutorials
repo_name: GitHub
theme:
name: readthedocs
custom_dir: theme/
include_homepage_in_sidebar: false
sticky_navigation: true
collapse_navigation: false
navigation_depth: 4
markdown_extensions:
markdown.extensions.toc:
permalink: true
smarty: {}
admonition: {}
extra_css:
- css/custom.css
# this will be needed once we upgrade to mkdocs 1.6
# https://github.com/mkdocs/mkdocs/blob/0998fec7eb32d269f02c6d87071d6163c251db30/docs/about/release-notes.md#mkdocs-theme
# extra_javascript:
# - https://code.jquery.com/jquery-3.7.1.min.js
dev_addr: '127.0.0.1:8001'