mkdocs.yml 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  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. icon:
  12. logo: material/tools
  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. nav:
  33. - Getting Started:
  34. - index.md
  35. - Features: features.md
  36. - Support: support.md
  37. - Change Log: changelog.md
  38. - Configuration:
  39. - configuration/index.md
  40. - Log: configuration/log.md
  41. - DNS:
  42. - configuration/dns/index.md
  43. - DNS Server: configuration/dns/server.md
  44. - DNS Rule: configuration/dns/rule.md
  45. - Inbound:
  46. - configuration/inbound/index.md
  47. - Direct: configuration/inbound/direct.md
  48. - Mixed: configuration/inbound/mixed.md
  49. - Socks: configuration/inbound/socks.md
  50. - HTTP: configuration/inbound/http.md
  51. - Shadowsocks: configuration/inbound/shadowsocks.md
  52. - VMess: configuration/inbound/vmess.md
  53. - Trojan: configuration/inbound/trojan.md
  54. - Naive: configuration/inbound/naive.md
  55. - Hysteria: configuration/inbound/hysteria.md
  56. - Tun: configuration/inbound/tun.md
  57. - Redirect: configuration/inbound/redirect.md
  58. - TProxy: configuration/inbound/tproxy.md
  59. - Outbound:
  60. - configuration/outbound/index.md
  61. - Direct: configuration/outbound/direct.md
  62. - Block: configuration/outbound/block.md
  63. - Socks: configuration/outbound/socks.md
  64. - HTTP: configuration/outbound/http.md
  65. - Shadowsocks: configuration/outbound/shadowsocks.md
  66. - VMess: configuration/outbound/vmess.md
  67. - Trojan: configuration/outbound/trojan.md
  68. - WireGuard: configuration/outbound/wireguard.md
  69. - Hysteria: configuration/outbound/hysteria.md
  70. - Tor: configuration/outbound/tor.md
  71. - SSH: configuration/outbound/ssh.md
  72. - DNS: configuration/outbound/dns.md
  73. - Selector: configuration/outbound/selector.md
  74. - Route:
  75. - configuration/route/index.md
  76. - GeoIP: configuration/route/geoip.md
  77. - Geosite: configuration/route/geosite.md
  78. - Route Rule: configuration/route/rule.md
  79. - Protocol Sniff: configuration/route/sniff.md
  80. - Experimental: configuration/experimental.md
  81. - Shared:
  82. - TLS: configuration/shared/tls.md
  83. - Multiplex: configuration/shared/multiplex.md
  84. - V2Ray Transport: configuration/shared/v2ray-transport.md
  85. - FAQ:
  86. - faq/index.md
  87. - Known Issues: faq/known-issues.md
  88. - Examples:
  89. - examples/index.md
  90. - Linux Server Installation: examples/linux-server-installation.md
  91. - Shadowsocks Server: examples/ss-server.md
  92. - Shadowsocks Client: examples/ss-client.md
  93. - Shadowsocks Tun: examples/ss-tun.md
  94. - DNS Hijack: examples/dns-hijack.md
  95. markdown_extensions:
  96. - pymdownx.inlinehilite
  97. - pymdownx.snippets
  98. - pymdownx.superfences
  99. - pymdownx.details
  100. - pymdownx.critic
  101. - pymdownx.caret
  102. - pymdownx.keys
  103. - pymdownx.mark
  104. - pymdownx.tilde
  105. - admonition
  106. - attr_list
  107. - md_in_html
  108. - footnotes
  109. - def_list
  110. - pymdownx.highlight:
  111. anchor_linenums: true
  112. - pymdownx.tabbed:
  113. alternate_style: true
  114. - pymdownx.tasklist:
  115. custom_checkbox: true
  116. extra:
  117. social:
  118. - icon: fontawesome/brands/github
  119. link: https://github.com/SagerNet/sing-box
  120. generator: false
  121. plugins:
  122. - i18n:
  123. default_language: en
  124. languages:
  125. en:
  126. name: English
  127. build: false
  128. zh:
  129. name: 简体中文
  130. material_alternate: true
  131. nav_translations:
  132. zh:
  133. Getting Started: 开始
  134. Features: 特性
  135. Support: 支持
  136. Change Log: 更新日志
  137. Configuration: 配置
  138. Log: 日志
  139. DNS Server: DNS 服务器
  140. DNS Rule: DNS 规则
  141. Inbound: 入站
  142. Outbound: 出站
  143. Route: 路由
  144. Route Rule: 路由规则
  145. Protocol Sniff: 协议探测
  146. Experimental: 实验性功能
  147. Shared: 通用
  148. Multiple: 多路复用
  149. V2Ray Transport: V2Ray 传输层
  150. FAQ: 常见问题
  151. Known Issues: 已知问题
  152. Examples: 示例
  153. Linux Server Installation: Linux 服务器安装
  154. Shadowsocks Server: Shadowsocks 服务器
  155. Shadowsocks Client: Shadowsocks 客户端
  156. Shadowsocks Tun: Shadowsocks Tun
  157. DNS Hijack: DNS 劫持