mkdocs.yml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  1. site_name: sing-box
  2. site_author: nekohasekai
  3. repo_url: https://github.com/SagerNet/sing-box
  4. repo_name: SagerNet/sing-box
  5. copyright: Copyright © 2022 nekohasekai
  6. site_description: The universal proxy platform.
  7. remote_branch: docs
  8. edit_uri: ""
  9. theme:
  10. name: material
  11. logo: assets/icon.svg
  12. favicon: assets/icon.svg
  13. palette:
  14. - scheme: default
  15. primary: white
  16. toggle:
  17. icon: material/brightness-7
  18. name: Switch to dark mode
  19. - scheme: slate
  20. primary: black
  21. toggle:
  22. icon: material/brightness-4
  23. name: Switch to light mode
  24. features:
  25. # - navigation.instant
  26. - navigation.tracking
  27. - navigation.tabs
  28. - navigation.indexes
  29. - navigation.expand
  30. - navigation.sections
  31. - header.autohide
  32. - content.code.copy
  33. - content.code.select
  34. - content.code.annotate
  35. icon:
  36. admonition:
  37. question: material/new-box
  38. nav:
  39. - Home:
  40. - index.md
  41. - Change Log: changelog.md
  42. - Migration: migration.md
  43. - Deprecated: deprecated.md
  44. - Support: support.md
  45. - Installation:
  46. - Package Manager: installation/package-manager.md
  47. - Docker: installation/docker.md
  48. - Build from source: installation/build-from-source.md
  49. - Graphical Clients:
  50. - clients/index.md
  51. - Android:
  52. - clients/android/index.md
  53. - Features: clients/android/features.md
  54. - Apple platforms:
  55. - clients/apple/index.md
  56. - Features: clients/apple/features.md
  57. - General: clients/general.md
  58. - Privacy policy: clients/privacy.md
  59. - Manual:
  60. - Proxy:
  61. - Server: manual/proxy/server.md
  62. - Client: manual/proxy/client.md
  63. # - TUN: manual/proxy/tun.md
  64. - Proxy Protocol:
  65. - Shadowsocks: manual/proxy-protocol/shadowsocks.md
  66. - Trojan: manual/proxy-protocol/trojan.md
  67. - TUIC: manual/proxy-protocol/tuic.md
  68. - Hysteria 2: manual/proxy-protocol/hysteria2.md
  69. - Configuration:
  70. - configuration/index.md
  71. - Log:
  72. - configuration/log/index.md
  73. - DNS:
  74. - configuration/dns/index.md
  75. - DNS Server: configuration/dns/server.md
  76. - DNS Rule: configuration/dns/rule.md
  77. - FakeIP: configuration/dns/fakeip.md
  78. - NTP:
  79. - configuration/ntp/index.md
  80. - Route:
  81. - configuration/route/index.md
  82. - GeoIP: configuration/route/geoip.md
  83. - Geosite: configuration/route/geosite.md
  84. - Route Rule: configuration/route/rule.md
  85. - Protocol Sniff: configuration/route/sniff.md
  86. - Rule Set:
  87. - configuration/rule-set/index.md
  88. - Source Format: configuration/rule-set/source-format.md
  89. - Headless Rule: configuration/rule-set/headless-rule.md
  90. - Experimental:
  91. - configuration/experimental/index.md
  92. - Cache File: configuration/experimental/cache-file.md
  93. - Clash API: configuration/experimental/clash-api.md
  94. - V2Ray API: configuration/experimental/v2ray-api.md
  95. - Shared:
  96. - Listen Fields: configuration/shared/listen.md
  97. - Dial Fields: configuration/shared/dial.md
  98. - TLS: configuration/shared/tls.md
  99. - DNS01 Challenge Fields: configuration/shared/dns01_challenge.md
  100. - Multiplex: configuration/shared/multiplex.md
  101. - V2Ray Transport: configuration/shared/v2ray-transport.md
  102. - UDP over TCP: configuration/shared/udp-over-tcp.md
  103. - TCP Brutal: configuration/shared/tcp-brutal.md
  104. - Inbound:
  105. - configuration/inbound/index.md
  106. - Direct: configuration/inbound/direct.md
  107. - Mixed: configuration/inbound/mixed.md
  108. - SOCKS: configuration/inbound/socks.md
  109. - HTTP: configuration/inbound/http.md
  110. - Shadowsocks: configuration/inbound/shadowsocks.md
  111. - VMess: configuration/inbound/vmess.md
  112. - Trojan: configuration/inbound/trojan.md
  113. - Naive: configuration/inbound/naive.md
  114. - Hysteria: configuration/inbound/hysteria.md
  115. - ShadowTLS: configuration/inbound/shadowtls.md
  116. - VLESS: configuration/inbound/vless.md
  117. - TUIC: configuration/inbound/tuic.md
  118. - Hysteria2: configuration/inbound/hysteria2.md
  119. - Tun: configuration/inbound/tun.md
  120. - Redirect: configuration/inbound/redirect.md
  121. - TProxy: configuration/inbound/tproxy.md
  122. - Outbound:
  123. - configuration/outbound/index.md
  124. - Direct: configuration/outbound/direct.md
  125. - Block: configuration/outbound/block.md
  126. - SOCKS: configuration/outbound/socks.md
  127. - HTTP: configuration/outbound/http.md
  128. - Shadowsocks: configuration/outbound/shadowsocks.md
  129. - VMess: configuration/outbound/vmess.md
  130. - Trojan: configuration/outbound/trojan.md
  131. - WireGuard: configuration/outbound/wireguard.md
  132. - Hysteria: configuration/outbound/hysteria.md
  133. - ShadowTLS: configuration/outbound/shadowtls.md
  134. - ShadowsocksR: configuration/outbound/shadowsocksr.md
  135. - VLESS: configuration/outbound/vless.md
  136. - TUIC: configuration/outbound/tuic.md
  137. - Hysteria2: configuration/outbound/hysteria2.md
  138. - Tor: configuration/outbound/tor.md
  139. - SSH: configuration/outbound/ssh.md
  140. - DNS: configuration/outbound/dns.md
  141. - Selector: configuration/outbound/selector.md
  142. - URLTest: configuration/outbound/urltest.md
  143. markdown_extensions:
  144. - pymdownx.inlinehilite
  145. - pymdownx.snippets
  146. - pymdownx.superfences
  147. - pymdownx.details
  148. - pymdownx.critic
  149. - pymdownx.caret
  150. - pymdownx.keys
  151. - pymdownx.mark
  152. - pymdownx.tilde
  153. - pymdownx.magiclink
  154. - admonition
  155. - attr_list
  156. - md_in_html
  157. - footnotes
  158. - def_list
  159. - pymdownx.highlight:
  160. anchor_linenums: true
  161. - pymdownx.tabbed:
  162. alternate_style: true
  163. - pymdownx.tasklist:
  164. custom_checkbox: true
  165. - pymdownx.emoji:
  166. emoji_index: !!python/name:material.extensions.emoji.twemoji
  167. emoji_generator: !!python/name:material.extensions.emoji.to_svg
  168. - pymdownx.superfences:
  169. custom_fences:
  170. - name: mermaid
  171. class: mermaid
  172. format: !!python/name:pymdownx.superfences.fence_code_format
  173. extra:
  174. social:
  175. - icon: fontawesome/brands/github
  176. link: https://github.com/SagerNet/sing-box
  177. generator: false
  178. plugins:
  179. - search
  180. - i18n:
  181. docs_structure: suffix
  182. fallback_to_default: true
  183. languages:
  184. - build: true
  185. default: true
  186. locale: en
  187. name: English
  188. - build: true
  189. default: false
  190. locale: zh
  191. name: 简体中文
  192. nav_translations:
  193. Home: 开始
  194. Change Log: 更新日志
  195. Migration: 迁移指南
  196. Deprecated: 废弃功能列表
  197. Support: 支持
  198. Installation: 安装
  199. Package Manager: 包管理器
  200. Build from source: 从源代码构建
  201. Graphical Clients: 图形界面客户端
  202. Features: 特性
  203. Apple platforms: Apple 平台
  204. General: 通用
  205. Privacy policy: 隐私政策
  206. Configuration: 配置
  207. Log: 日志
  208. DNS Server: DNS 服务器
  209. DNS Rule: DNS 规则
  210. Route: 路由
  211. Route Rule: 路由规则
  212. Protocol Sniff: 协议探测
  213. Rule Set: 规则集
  214. Source Format: 源文件格式
  215. Headless Rule: 无头规则
  216. Experimental: 实验性
  217. Cache File: 缓存文件
  218. Shared: 通用
  219. Listen Fields: 监听字段
  220. Dial Fields: 拨号字段
  221. DNS01 Challenge Fields: DNS01 验证字段
  222. Multiplex: 多路复用
  223. V2Ray Transport: V2Ray 传输层
  224. Inbound: 入站
  225. Outbound: 出站
  226. Manual: 手册
  227. reconfigure_material: true
  228. reconfigure_search: true