This repository was archived by the owner on Apr 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (61 loc) · 1.88 KB
/
mkdocs.yml
File metadata and controls
65 lines (61 loc) · 1.88 KB
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
site_name: SmoothWAN
site_url: https://smoothwan.com
# repo_url: https://github.com/SmoothWAN/SmoothWAN
# repo_name: SmoothWAN
theme:
name: material
logo: "assets/logo.png"
features:
- navigation.instant
icon:
repo: fontawesome/brands/github-alt
favicon: assets/logo.png
extra_css:
- "styles/extra.css"
plugins: []
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tilde
- attr_list
- def_list
nav:
- Overview: 'index.md'
- Features: 'features.md'
- Downloads: "https://github.com/TalalMash/SmoothWAN/releases"
- 'Quick Setup':
- 'GL.iNet': 'setup-glinet.md'
- 'Raspberry Pi 4 & PC': 'setup-pi4-others.md'
- Discussions (Archive): "https://smoothwan.github.io/SmoothWAN-forum-archive/smoothwan.discourse.group/"
- Tips & Troubleshooting: 'tips.md'
- 'Additional Configurations':
- 'Tailscale' : 'tail.md'
- 'AdGuard Home' : 'adg.md'
- 'VPN over VPN' : 'vpn.md'
- 'Change WAN port to LAN' : 'lan.md'
- 'Change LAN port to WAN' : 'wan.md'
- 'Bypass clients to a specific WAN' : 'wanbyp.md'
- 'Advanced Configurations':
- 'Proxmox Example' : 'proxmox.md'
- 'Install to internal drive': 'intinstall.md'
- 'Cheap unmanaged switch Multi-WAN using MACVLAN' : 'macvlan.md'
- 'Equal bandwidth distribution to connected clients' : 'hostqos.md'
- 'Device Specific Documents':
- 'Flint' : 'flint.md'
- 'Slate AX': 'slate.md'
- 'Raspberry Pi 4': 'rpi4.md'
- 'Tested Hardware': 'tsthw.md'
- 'Wi-Fi, modems, and tethering devices': 'modemtethr.md'
- Self-hosting Alternative:
- Engarde: 'engarde.md'
- TinyFEC: 'tinyfec.md'
- Development Notes: 'devl.md'
- Credits & Donation: 'sponsors.md'