-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
69 lines (63 loc) · 2.04 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
site_name: AstroWarp Docs
site_description: Documentation for AstroWarp
site_author: AstroWarp
site_url: https://docs.astrowarp.net/en/
site_dir: /root/docs-build-astrowarp/en/
copyright: Copyright © 2024 GL Intelligence, Inc
theme:
name: material
logo: images/astrowarp.svg
custom_dir: overrides
features:
- navigation.indexes
- navigation.tabs
- navigation.top
favicon: images/favicon.ico
# Plugins
plugins:
- search
# Customization
extra:
social:
- icon: fontawesome/solid/globe
link: https://www.astrowarp.net/
version:
provider: mike
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.css
- https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/default-skin/default-skin.min.css
# we can use the cdn or files
# - stylesheets/photoswipe.min.css
# - stylesheets/default-skin.min.css
- stylesheets/extra.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.js
- https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe-ui-default.min.js
# we can use the cdn or files
# - javascripts/photoswipe.min.js
# - javascripts/photoswipe-ui-default.min.js
- javascripts/extra.js
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- toc:
permalink: true
- admonition
nav:
- Home: index.md
- Quick Start:
- Overview: quick_start/index.md
- Tutorials:
- Overview: tutorials/index.md
- Remote Access: tutorials/setting_up_astrowarp_with_glinet_routers_remote_access.md
- Remote Networking: tutorials/setting_up_astrowarp_with_glinet_routers_remote_networking.md
- Keep Your Home IP: tutorials/setting_up_astrowarp_with_glinet_routers_keep_ip_home.md
- Aggregation VPN: tutorials/setting_up_astrowarp_with_glinet_routers_aggregation_vpn.md
- Remote Desktop: tutorials/how_to_implement_remote_desktop_on_a_pc.md
- Game Streaming: tutorials/game_stream.md
- FAQ:
- Overview: faq/index.md