From accb64f35603884ce4b4f844f7f188f36ef7f7f3 Mon Sep 17 00:00:00 2001 From: Sakurado Rin Date: Fri, 31 Jan 2025 10:31:35 +0800 Subject: [PATCH 1/2] documentation: Introduce page `status` --- docs/stylesheets/extra.css | 49 ++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 7 ++++++ 2 files changed, 56 insertions(+) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 00000000..c74edd44 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -0,0 +1,49 @@ +/* + * Copyright (c) 2016-2023 Martin Donath + * Alex Voss + * + * Permission is hereby granted, free of charge, to any person obtaining a copy + * of this software and associated documentation files (the "Software"), to + * deal in the Software without restriction, including without limitation the + * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or + * sell copies of the Software, and to permit persons to whom the Software is + * furnished to do so, subject to the following conditions: + * + * The above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. + * + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE + * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS + * IN THE SOFTWARE. + */ + +:root { + --md-status--alert: url('data:image/svg+xml;charset=utf-8,'); + --md-status--deprecated: url('data:image/svg+xml;charset=utf-8,'); + --md-status--new: url('data:image/svg+xml;charset=utf-8,'); + --md-status--removed: url('data:image/svg+xml;charset=utf-8,note-remove'); +} + +.md-status--alert::after { + mask-image: var(--md-status--alert); + -webkit-mask-image: var(--md-status--alert); +} + +.md-status--deprecated::after { + mask-image: var(--md-status--deprecated); + -webkit-mask-image: var(--md-status--deprecated); +} + +.md-status--new::after { + mask-image: var(--md-status--new); + -webkit-mask-image: var(--md-status--new); +} + +.md-status--removed::after { + mask-image: var(--md-status--removed); + -webkit-mask-image: var(--md-status--removed); +} \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5758525a..20bb3cce 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -196,10 +196,17 @@ markdown_extensions: class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format extra: + status: + alert: "Warning present" + deprecated: "Deprecated content included" + new: "New content available" + removed: "Removed feature" social: - icon: fontawesome/brands/github link: https://github.com/SagerNet/sing-box generator: false +extra_css: + - stylesheets/extra.css plugins: - search - i18n: From fe19bbb4c24203f7b3ed79be3b74afe9cfbb8ab7 Mon Sep 17 00:00:00 2001 From: Sakurado Rin Date: Fri, 31 Jan 2025 10:32:38 +0800 Subject: [PATCH 2/2] documentation: Replace page `icon` with page `status` --- docs/configuration/certificate/index.md | 2 +- docs/configuration/dns/fakeip.md | 2 +- docs/configuration/dns/fakeip.zh.md | 2 +- docs/configuration/dns/index.md | 2 +- docs/configuration/dns/index.zh.md | 2 +- docs/configuration/dns/rule.md | 2 +- docs/configuration/dns/rule.zh.md | 2 +- docs/configuration/dns/rule_action.md | 2 +- docs/configuration/dns/rule_action.zh.md | 2 +- docs/configuration/dns/server/dhcp.md | 2 +- docs/configuration/dns/server/fakeip.md | 2 +- docs/configuration/dns/server/http3.md | 2 +- docs/configuration/dns/server/https.md | 2 +- docs/configuration/dns/server/index.md | 2 +- docs/configuration/dns/server/legacy.md | 2 +- docs/configuration/dns/server/legacy.zh.md | 2 +- docs/configuration/dns/server/local.md | 2 +- docs/configuration/dns/server/predefined.md | 2 +- docs/configuration/dns/server/quic.md | 2 +- docs/configuration/dns/server/tcp.md | 2 +- docs/configuration/dns/server/tls.md | 2 +- docs/configuration/dns/server/udp.md | 2 +- docs/configuration/endpoint/index.md | 2 +- docs/configuration/endpoint/index.zh.md | 2 +- docs/configuration/endpoint/wireguard.md | 2 +- docs/configuration/endpoint/wireguard.zh.md | 2 +- docs/configuration/inbound/hysteria2.md | 2 +- docs/configuration/inbound/hysteria2.zh.md | 2 +- docs/configuration/inbound/tun.md | 2 +- docs/configuration/inbound/tun.zh.md | 2 +- docs/configuration/outbound/block.md | 2 +- docs/configuration/outbound/block.zh.md | 2 +- docs/configuration/outbound/direct.md | 2 +- docs/configuration/outbound/direct.zh.md | 2 +- docs/configuration/outbound/dns.md | 2 +- docs/configuration/outbound/dns.zh.md | 2 +- docs/configuration/outbound/hysteria2.md | 2 +- docs/configuration/outbound/hysteria2.zh.md | 2 +- docs/configuration/outbound/wireguard.md | 2 +- docs/configuration/outbound/wireguard.zh.md | 2 +- docs/configuration/route/geoip.md | 2 +- docs/configuration/route/geoip.zh.md | 2 +- docs/configuration/route/geosite.md | 2 +- docs/configuration/route/geosite.zh.md | 2 +- docs/configuration/route/index.md | 2 +- docs/configuration/route/index.zh.md | 2 +- docs/configuration/route/rule.md | 2 +- docs/configuration/route/rule.zh.md | 2 +- docs/configuration/route/rule_action.md | 2 +- docs/configuration/route/rule_action.zh.md | 2 +- docs/configuration/rule-set/headless-rule.md | 2 +- docs/configuration/rule-set/headless-rule.zh.md | 2 +- docs/configuration/rule-set/source-format.md | 2 +- docs/configuration/rule-set/source-format.zh.md | 2 +- docs/configuration/shared/dial.md | 2 +- docs/configuration/shared/dial.zh.md | 2 +- docs/configuration/shared/listen.md | 2 +- docs/configuration/shared/listen.zh.md | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/docs/configuration/certificate/index.md b/docs/configuration/certificate/index.md index 698fec70..6cd590bb 100644 --- a/docs/configuration/certificate/index.md +++ b/docs/configuration/certificate/index.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/fakeip.md b/docs/configuration/dns/fakeip.md index f9204d34..8107d5bc 100644 --- a/docs/configuration/dns/fakeip.md +++ b/docs/configuration/dns/fakeip.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.12.0" diff --git a/docs/configuration/dns/fakeip.zh.md b/docs/configuration/dns/fakeip.zh.md index e4d77b35..b5434dc2 100644 --- a/docs/configuration/dns/fakeip.zh.md +++ b/docs/configuration/dns/fakeip.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "已在 sing-box 1.12.0 废弃" diff --git a/docs/configuration/dns/index.md b/docs/configuration/dns/index.md index 43c7d573..eedcf26f 100644 --- a/docs/configuration/dns/index.md +++ b/docs/configuration/dns/index.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/dns/index.zh.md b/docs/configuration/dns/index.zh.md index 8ed6a854..1ecdc20d 100644 --- a/docs/configuration/dns/index.zh.md +++ b/docs/configuration/dns/index.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/dns/rule.md b/docs/configuration/dns/rule.md index 3039bffc..a1670583 100644 --- a/docs/configuration/dns/rule.md +++ b/docs/configuration/dns/rule.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/dns/rule.zh.md b/docs/configuration/dns/rule.zh.md index 94ca4535..cc8e2540 100644 --- a/docs/configuration/dns/rule.zh.md +++ b/docs/configuration/dns/rule.zh.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "sing-box 1.12.0 中的更改" diff --git a/docs/configuration/dns/rule_action.md b/docs/configuration/dns/rule_action.md index c3f8c2cb..7ad87497 100644 --- a/docs/configuration/dns/rule_action.md +++ b/docs/configuration/dns/rule_action.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/dns/rule_action.zh.md b/docs/configuration/dns/rule_action.zh.md index 427f8a8d..c1b9519a 100644 --- a/docs/configuration/dns/rule_action.zh.md +++ b/docs/configuration/dns/rule_action.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.12.0 中的更改" diff --git a/docs/configuration/dns/server/dhcp.md b/docs/configuration/dns/server/dhcp.md index b26da2a5..5d93a39e 100644 --- a/docs/configuration/dns/server/dhcp.md +++ b/docs/configuration/dns/server/dhcp.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/fakeip.md b/docs/configuration/dns/server/fakeip.md index 7023fd21..3b99bbb1 100644 --- a/docs/configuration/dns/server/fakeip.md +++ b/docs/configuration/dns/server/fakeip.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/http3.md b/docs/configuration/dns/server/http3.md index 843b0c9f..2121741d 100644 --- a/docs/configuration/dns/server/http3.md +++ b/docs/configuration/dns/server/http3.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/https.md b/docs/configuration/dns/server/https.md index 8375146b..86965adb 100644 --- a/docs/configuration/dns/server/https.md +++ b/docs/configuration/dns/server/https.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/index.md b/docs/configuration/dns/server/index.md index 5393b0bd..3cb289ee 100644 --- a/docs/configuration/dns/server/index.md +++ b/docs/configuration/dns/server/index.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/dns/server/legacy.md b/docs/configuration/dns/server/legacy.md index 387d76ec..e5b44f3c 100644 --- a/docs/configuration/dns/server/legacy.md +++ b/docs/configuration/dns/server/legacy.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.12.0" diff --git a/docs/configuration/dns/server/legacy.zh.md b/docs/configuration/dns/server/legacy.zh.md index 4bf2bcd3..36d21c52 100644 --- a/docs/configuration/dns/server/legacy.zh.md +++ b/docs/configuration/dns/server/legacy.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.12.0" diff --git a/docs/configuration/dns/server/local.md b/docs/configuration/dns/server/local.md index debcba98..e1ed41bf 100644 --- a/docs/configuration/dns/server/local.md +++ b/docs/configuration/dns/server/local.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/predefined.md b/docs/configuration/dns/server/predefined.md index ac75d6bb..289b49c1 100644 --- a/docs/configuration/dns/server/predefined.md +++ b/docs/configuration/dns/server/predefined.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/quic.md b/docs/configuration/dns/server/quic.md index ad1daed6..a16477f7 100644 --- a/docs/configuration/dns/server/quic.md +++ b/docs/configuration/dns/server/quic.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/tcp.md b/docs/configuration/dns/server/tcp.md index 4e2f0366..5ca7a5f1 100644 --- a/docs/configuration/dns/server/tcp.md +++ b/docs/configuration/dns/server/tcp.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/tls.md b/docs/configuration/dns/server/tls.md index f18bd1b0..68ef2a05 100644 --- a/docs/configuration/dns/server/tls.md +++ b/docs/configuration/dns/server/tls.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/dns/server/udp.md b/docs/configuration/dns/server/udp.md index 30f6be70..f7275563 100644 --- a/docs/configuration/dns/server/udp.md +++ b/docs/configuration/dns/server/udp.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.12.0" diff --git a/docs/configuration/endpoint/index.md b/docs/configuration/endpoint/index.md index e40333db..7d1ef4fb 100644 --- a/docs/configuration/endpoint/index.md +++ b/docs/configuration/endpoint/index.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.11.0" diff --git a/docs/configuration/endpoint/index.zh.md b/docs/configuration/endpoint/index.zh.md index 69ba2d09..f8d8fabc 100644 --- a/docs/configuration/endpoint/index.zh.md +++ b/docs/configuration/endpoint/index.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "自 sing-box 1.11.0 起" diff --git a/docs/configuration/endpoint/wireguard.md b/docs/configuration/endpoint/wireguard.md index 65bb6929..e18ea85b 100644 --- a/docs/configuration/endpoint/wireguard.md +++ b/docs/configuration/endpoint/wireguard.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "Since sing-box 1.11.0" diff --git a/docs/configuration/endpoint/wireguard.zh.md b/docs/configuration/endpoint/wireguard.zh.md index 918e7cbf..5172b438 100644 --- a/docs/configuration/endpoint/wireguard.zh.md +++ b/docs/configuration/endpoint/wireguard.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! question "自 sing-box 1.11.0 起" diff --git a/docs/configuration/inbound/hysteria2.md b/docs/configuration/inbound/hysteria2.md index 3b7332b0..1d0ae594 100644 --- a/docs/configuration/inbound/hysteria2.md +++ b/docs/configuration/inbound/hysteria2.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/inbound/hysteria2.zh.md b/docs/configuration/inbound/hysteria2.zh.md index 5ad5d75d..968cb277 100644 --- a/docs/configuration/inbound/hysteria2.zh.md +++ b/docs/configuration/inbound/hysteria2.zh.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/inbound/tun.md b/docs/configuration/inbound/tun.md index b6bf5c75..a92be795 100644 --- a/docs/configuration/inbound/tun.md +++ b/docs/configuration/inbound/tun.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/inbound/tun.zh.md b/docs/configuration/inbound/tun.zh.md index c9bd844d..d1d43d42 100644 --- a/docs/configuration/inbound/tun.zh.md +++ b/docs/configuration/inbound/tun.zh.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/outbound/block.md b/docs/configuration/outbound/block.md index f29120cc..bcb7260b 100644 --- a/docs/configuration/outbound/block.md +++ b/docs/configuration/outbound/block.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.11.0" diff --git a/docs/configuration/outbound/block.zh.md b/docs/configuration/outbound/block.zh.md index 822478ce..6c80e095 100644 --- a/docs/configuration/outbound/block.zh.md +++ b/docs/configuration/outbound/block.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "已在 sing-box 1.11.0 废弃" diff --git a/docs/configuration/outbound/direct.md b/docs/configuration/outbound/direct.md index 3e28db8f..5dbfcc5a 100644 --- a/docs/configuration/outbound/direct.md +++ b/docs/configuration/outbound/direct.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/outbound/direct.zh.md b/docs/configuration/outbound/direct.zh.md index 55d3bf8c..89d56f9e 100644 --- a/docs/configuration/outbound/direct.zh.md +++ b/docs/configuration/outbound/direct.zh.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/outbound/dns.md b/docs/configuration/outbound/dns.md index d7336041..5e8ae663 100644 --- a/docs/configuration/outbound/dns.md +++ b/docs/configuration/outbound/dns.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.11.0" diff --git a/docs/configuration/outbound/dns.zh.md b/docs/configuration/outbound/dns.zh.md index 3db2fefb..91ad4b2a 100644 --- a/docs/configuration/outbound/dns.zh.md +++ b/docs/configuration/outbound/dns.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "已在 sing-box 1.11.0 废弃" diff --git a/docs/configuration/outbound/hysteria2.md b/docs/configuration/outbound/hysteria2.md index 77063fb4..1da197db 100644 --- a/docs/configuration/outbound/hysteria2.md +++ b/docs/configuration/outbound/hysteria2.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/outbound/hysteria2.zh.md b/docs/configuration/outbound/hysteria2.zh.md index 0c5a631e..6f63f5f8 100644 --- a/docs/configuration/outbound/hysteria2.zh.md +++ b/docs/configuration/outbound/hysteria2.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/outbound/wireguard.md b/docs/configuration/outbound/wireguard.md index 96c5dc75..6f1c8ef1 100644 --- a/docs/configuration/outbound/wireguard.md +++ b/docs/configuration/outbound/wireguard.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "Deprecated in sing-box 1.11.0" diff --git a/docs/configuration/outbound/wireguard.zh.md b/docs/configuration/outbound/wireguard.zh.md index 4597fd9d..37cf0d03 100644 --- a/docs/configuration/outbound/wireguard.zh.md +++ b/docs/configuration/outbound/wireguard.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! failure "已在 sing-box 1.11.0 废弃" diff --git a/docs/configuration/route/geoip.md b/docs/configuration/route/geoip.md index 62162cdf..e384eb74 100644 --- a/docs/configuration/route/geoip.md +++ b/docs/configuration/route/geoip.md @@ -1,5 +1,5 @@ --- -icon: material/note-remove +status: removed --- !!! failure "Removed in sing-box 1.12.0" diff --git a/docs/configuration/route/geoip.zh.md b/docs/configuration/route/geoip.zh.md index 3d63a3b7..89ef36f4 100644 --- a/docs/configuration/route/geoip.zh.md +++ b/docs/configuration/route/geoip.zh.md @@ -1,5 +1,5 @@ --- -icon: material/note-remove +status: removed --- !!! failure "已在 sing-box 1.12.0 中被移除" diff --git a/docs/configuration/route/geosite.md b/docs/configuration/route/geosite.md index 830d1158..b22503e6 100644 --- a/docs/configuration/route/geosite.md +++ b/docs/configuration/route/geosite.md @@ -1,5 +1,5 @@ --- -icon: material/note-remove +status: removed --- !!! failure "Removed in sing-box 1.12.0" diff --git a/docs/configuration/route/geosite.zh.md b/docs/configuration/route/geosite.zh.md index 9afea3d7..c4f27097 100644 --- a/docs/configuration/route/geosite.zh.md +++ b/docs/configuration/route/geosite.zh.md @@ -1,5 +1,5 @@ --- -icon: material/note-remove +status: removed --- !!! failure "已在 sing-box 1.12.0 中被移除" diff --git a/docs/configuration/route/index.md b/docs/configuration/route/index.md index 1fc9bfd2..a6d96905 100644 --- a/docs/configuration/route/index.md +++ b/docs/configuration/route/index.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- # Route diff --git a/docs/configuration/route/index.zh.md b/docs/configuration/route/index.zh.md index 3748a522..35eae14c 100644 --- a/docs/configuration/route/index.zh.md +++ b/docs/configuration/route/index.zh.md @@ -1,5 +1,5 @@ --- -icon: material/alert-decagram +status: alert --- # 路由 diff --git a/docs/configuration/route/rule.md b/docs/configuration/route/rule.md index 43954a78..0ba61824 100644 --- a/docs/configuration/route/rule.md +++ b/docs/configuration/route/rule.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/route/rule.zh.md b/docs/configuration/route/rule.zh.md index 8deab2f3..069ca252 100644 --- a/docs/configuration/route/rule.zh.md +++ b/docs/configuration/route/rule.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/route/rule_action.md b/docs/configuration/route/rule_action.md index 567b9eb6..1c41841f 100644 --- a/docs/configuration/route/rule_action.md +++ b/docs/configuration/route/rule_action.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/route/rule_action.zh.md b/docs/configuration/route/rule_action.zh.md index a8eca8a2..160a9d35 100644 --- a/docs/configuration/route/rule_action.zh.md +++ b/docs/configuration/route/rule_action.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.12.0 中的更改" diff --git a/docs/configuration/rule-set/headless-rule.md b/docs/configuration/rule-set/headless-rule.md index bdad22f0..99f42a7b 100644 --- a/docs/configuration/rule-set/headless-rule.md +++ b/docs/configuration/rule-set/headless-rule.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/rule-set/headless-rule.zh.md b/docs/configuration/rule-set/headless-rule.zh.md index c5281504..72931522 100644 --- a/docs/configuration/rule-set/headless-rule.zh.md +++ b/docs/configuration/rule-set/headless-rule.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/rule-set/source-format.md b/docs/configuration/rule-set/source-format.md index 1dcc1d44..18ab094b 100644 --- a/docs/configuration/rule-set/source-format.md +++ b/docs/configuration/rule-set/source-format.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/rule-set/source-format.zh.md b/docs/configuration/rule-set/source-format.zh.md index 3dacaea7..08425ac4 100644 --- a/docs/configuration/rule-set/source-format.zh.md +++ b/docs/configuration/rule-set/source-format.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.11.0 中的更改" diff --git a/docs/configuration/shared/dial.md b/docs/configuration/shared/dial.md index e852d57b..82ef3d32 100644 --- a/docs/configuration/shared/dial.md +++ b/docs/configuration/shared/dial.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "Changes in sing-box 1.12.0" diff --git a/docs/configuration/shared/dial.zh.md b/docs/configuration/shared/dial.zh.md index 66e1436e..055e01bc 100644 --- a/docs/configuration/shared/dial.zh.md +++ b/docs/configuration/shared/dial.zh.md @@ -1,5 +1,5 @@ --- -icon: material/new-box +status: new --- !!! quote "sing-box 1.12.0 中的更改" diff --git a/docs/configuration/shared/listen.md b/docs/configuration/shared/listen.md index 3e1b000f..d1fb7fd6 100644 --- a/docs/configuration/shared/listen.md +++ b/docs/configuration/shared/listen.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! quote "Changes in sing-box 1.11.0" diff --git a/docs/configuration/shared/listen.zh.md b/docs/configuration/shared/listen.zh.md index 4f8ca9d6..94425a93 100644 --- a/docs/configuration/shared/listen.zh.md +++ b/docs/configuration/shared/listen.zh.md @@ -1,5 +1,5 @@ --- -icon: material/delete-clock +status: deprecated --- !!! quote "sing-box 1.11.0 中的更改"