This is an automated email from the ASF dual-hosted git repository. jimin pushed a commit to branch docusaurus in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push: new 6daf154668c doc: fix 2.3.0 doc (#952) 6daf154668c is described below commit 6daf154668ca6ffadcd7c3ae6d9c940177fd70e7 Author: wt_better <yixia...@alibaba-inc.com> AuthorDate: Wed Mar 19 17:43:37 2025 +0800 doc: fix 2.3.0 doc (#952) --- versioned_docs/version-v2.3/security/secret-key.md | 1 + versioned_sidebars/version-v2.3-sidebars.json | 22 ++++++++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-v2.3/security/secret-key.md b/versioned_docs/version-v2.3/security/secret-key.md new file mode 100644 index 00000000000..8f9293a8d53 --- /dev/null +++ b/versioned_docs/version-v2.3/security/secret-key.md @@ -0,0 +1 @@ +Placeholder. DO NOT DELETE. diff --git a/versioned_sidebars/version-v2.3-sidebars.json b/versioned_sidebars/version-v2.3-sidebars.json index 291ae397dfb..13523bf407f 100644 --- a/versioned_sidebars/version-v2.3-sidebars.json +++ b/versioned_sidebars/version-v2.3-sidebars.json @@ -78,12 +78,17 @@ { "type": "category", "label": "APM", - "items": ["user/apm/skywalking", "user/apm/prometheus"] + "items": [ + "user/apm/skywalking", + "user/apm/prometheus" + ] }, { "type": "category", "label": "Testing Report", - "items": ["user/performance"] + "items": [ + "user/performance" + ] }, { "type": "category", @@ -129,7 +134,6 @@ "collapsible": false, "items": [ "ops/upgrade", - "ops/version-maintain-plan", "ops/multi-configuration-isolation", { "type": "category", @@ -146,6 +150,14 @@ ] } ] + }, + { + "type": "category", + "label": "Security Guide", + "collapsible": false, + "items": [ + "security/secret-key" + ] } ], "developers": [ @@ -183,7 +195,9 @@ "type": "category", "label": "release-notes", "collapsible": false, - "items": ["release-notes"] + "items": [ + "release-notes" + ] } ] } --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org