sing-box/mkdocs.yml

180 lines
5.6 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:
2022-08-24 04:08:51 +00:00
# - navigation.instant
2022-07-08 09:01:38 +00:00
- 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
2022-08-19 11:02:32 +00:00
- Features: features.md
- Support: support.md
2022-08-08 12:57:50 +00:00
- Change Log: changelog.md
2022-07-08 09:01:38 +00:00
- Configuration:
- configuration/index.md
2022-08-28 04:45:38 +00:00
- Log:
- configuration/log/index.md
2022-07-08 09:01:38 +00:00
- DNS:
- configuration/dns/index.md
- DNS Server: configuration/dns/server.md
- DNS Rule: configuration/dns/rule.md
2023-02-21 12:20:17 +00:00
- NTP:
- configuration/ntp/index.md
- Route:
- configuration/route/index.md
- GeoIP: configuration/route/geoip.md
- Geosite: configuration/route/geosite.md
- Route Rule: configuration/route/rule.md
- Protocol Sniff: configuration/route/sniff.md
- Experimental:
2022-08-25 13:08:29 +00:00
- configuration/experimental/index.md
- Shared:
2022-08-31 05:21:29 +00:00
- Listen Fields: configuration/shared/listen.md
- Dial Fields: configuration/shared/dial.md
- TLS: configuration/shared/tls.md
- Multiplex: configuration/shared/multiplex.md
- V2Ray Transport: configuration/shared/v2ray-transport.md
2022-07-08 09:01:38 +00:00
- 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
2022-07-08 10:10:39 +00:00
- 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-08-10 13:17:02 +00:00
- Naive: configuration/inbound/naive.md
- Hysteria: configuration/inbound/hysteria.md
- ShadowTLS: configuration/inbound/shadowtls.md
- VLESS: configuration/inbound/vless.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
2022-07-08 10:48:43 +00:00
- 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-08-17 07:19:10 +00:00
- WireGuard: configuration/outbound/wireguard.md
- Hysteria: configuration/outbound/hysteria.md
- ShadowTLS: configuration/outbound/shadowtls.md
2022-09-13 03:24:33 +00:00
- ShadowsocksR: configuration/outbound/shadowsocksr.md
- VLESS: configuration/outbound/vless.md
2022-08-20 16:59:49 +00:00
- Tor: configuration/outbound/tor.md
2022-08-21 11:36:08 +00:00
- SSH: configuration/outbound/ssh.md
2022-07-23 01:29:37 +00:00
- DNS: configuration/outbound/dns.md
- Selector: configuration/outbound/selector.md
2022-09-15 07:22:08 +00:00
- URLTest: configuration/outbound/urltest.md
2022-08-22 04:43:21 +00:00
- FAQ:
- faq/index.md
- Known Issues: faq/known-issues.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-12-03 05:31:25 +00:00
- Tun: examples/tun.md
2022-07-23 01:29:37 +00:00
- DNS Hijack: examples/dns-hijack.md
2022-12-03 05:31:25 +00:00
- Shadowsocks: examples/shadowsocks.md
- ShadowTLS: examples/shadowtls.md
- Clash API: examples/clash-api.md
2022-08-25 13:08:29 +00:00
- Contributing:
- contributing/index.md
- Developing:
- Environment: contributing/environment.md
- Sub projects: contributing/sub-projects.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
2022-08-24 04:08:51 +00:00
plugins:
- i18n:
default_language: en
languages:
en:
name: English
build: false
zh:
name: 简体中文
material_alternate: true
nav_translations:
zh:
Getting Started: 开始
Features: 特性
Support: 支持
Change Log: 更新日志
2023-02-21 12:20:17 +00:00
2022-08-24 04:08:51 +00:00
Configuration: 配置
Log: 日志
DNS Server: DNS 服务器
DNS Rule: DNS 规则
2023-02-21 12:20:17 +00:00
2022-08-24 04:08:51 +00:00
Route: 路由
Route Rule: 路由规则
Protocol Sniff: 协议探测
2023-02-21 12:20:17 +00:00
Experimental: 实验性
2023-02-21 12:20:17 +00:00
2022-08-24 04:08:51 +00:00
Shared: 通用
2022-08-31 05:21:29 +00:00
Listen Fields: 监听字段
Dial Fields: 拨号字段
Multiplex: 多路复用
2022-08-24 04:08:51 +00:00
V2Ray Transport: V2Ray 传输层
2023-02-21 12:20:17 +00:00
Inbound: 入站
Outbound: 出站
2023-02-21 12:20:17 +00:00
2022-08-24 04:08:51 +00:00
FAQ: 常见问题
Known Issues: 已知问题
Examples: 示例
Linux Server Installation: Linux 服务器安装
DNS Hijack: DNS 劫持