sing-box/mkdocs.yml

110 lines
3.4 KiB
YAML
Raw Normal View History

2022-07-08 09:01:38 +00:00
site_name: sing-box
site_author: nekohasekai
repo_url: https://github.com/SagerNet/sing-box
repo_name: SagerNet/sing-box
2022-07-09 07:04:04 +00:00
copyright: Copyright © 2022 nekohasekai
site_description: The universal proxy platform.
remote_branch: docs
2022-07-08 09:01:38 +00:00
edit_uri: ""
theme:
name: material
icon:
logo: material/tools
palette:
- scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.indexes
- navigation.expand
- navigation.sections
- header.autohide
nav:
2022-08-08 12:57:50 +00:00
- Getting Started:
- index.md
- Change Log: changelog.md
2022-07-08 09:01:38 +00:00
- Configuration:
- configuration/index.md
- Log: configuration/log.md
- DNS:
- configuration/dns/index.md
- DNS Server: configuration/dns/server.md
- DNS Rule: configuration/dns/rule.md
- Inbound:
- configuration/inbound/index.md
2022-07-08 10:48:43 +00:00
- Direct: configuration/inbound/direct.md
2022-07-08 10:10:39 +00:00
- Mixed: configuration/inbound/mixed.md
- Socks: configuration/inbound/socks.md
- HTTP: configuration/inbound/http.md
- Shadowsocks: configuration/inbound/shadowsocks.md
2022-08-01 09:02:13 +00:00
- VMess: configuration/inbound/vmess.md
2022-08-08 12:57:50 +00:00
- Trojan: configuration/inbound/trojan.md
2022-07-15 00:42:02 +00:00
- Tun: configuration/inbound/tun.md
- Redirect: configuration/inbound/redirect.md
- TProxy: configuration/inbound/tproxy.md
2022-07-08 10:48:43 +00:00
- Outbound:
- configuration/outbound/index.md
- Direct: configuration/outbound/direct.md
- Block: configuration/outbound/block.md
- Socks: configuration/outbound/socks.md
- HTTP: configuration/outbound/http.md
- Shadowsocks: configuration/outbound/shadowsocks.md
2022-08-01 09:02:13 +00:00
- VMess: configuration/outbound/vmess.md
2022-08-08 12:57:50 +00:00
- Trojan: configuration/outbound/trojan.md
2022-07-23 01:29:37 +00:00
- DNS: configuration/outbound/dns.md
- Selector: configuration/outbound/selector.md
2022-07-08 12:15:45 +00:00
- Route:
- configuration/route/index.md
- GeoIP: configuration/route/geoip.md
- Geosite: configuration/route/geosite.md
- Route Rule: configuration/route/rule.md
2022-07-17 07:11:26 +00:00
- Protocol Sniff: configuration/route/sniff.md
2022-07-19 23:36:06 +00:00
- Experimental: configuration/experimental.md
2022-07-27 04:03:07 +00:00
- Shared:
- TLS: configuration/shared/tls.md
- Multiplex: configuration/shared/multiplex.md
2022-07-08 14:44:42 +00:00
- Examples:
- examples/index.md
2022-08-08 12:57:50 +00:00
- Linux Server Installation: examples/linux-server-installation.md
2022-07-08 14:44:42 +00:00
- Shadowsocks Server: examples/ss-server.md
- Shadowsocks Client: examples/ss-client.md
- Shadowsocks Tun: examples/ss-tun.md
2022-07-23 01:29:37 +00:00
- DNS Hijack: examples/dns-hijack.md
2022-07-09 06:44:48 +00:00
- Benchmark: benchmark.md
2022-07-08 09:01:38 +00:00
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- admonition
2022-07-08 09:01:38 +00:00
- attr_list
- md_in_html
- footnotes
2022-07-08 10:48:43 +00:00
- def_list
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
2022-07-08 09:01:38 +00:00
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SagerNet/sing-box
generator: false