This is an automated email from the ASF dual-hosted git repository.

shoothzj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c0e16b160 [site][bugfix] BK website version 4.17.0, missing sidebar 
(#4363)
7c0e16b160 is described below

commit 7c0e16b160eba2a4d6a39c50c67790e6a2588377
Author: 赤月 <[email protected]>
AuthorDate: Sun May 12 09:31:05 2024 +0800

    [site][bugfix] BK website version 4.17.0, missing sidebar (#4363)
---
 .../version-4.17.0-sidebars.json                   | 162 +++++++++++++++++++++
 1 file changed, 162 insertions(+)

diff --git a/site3/website/versioned_sidebars/version-4.17.0-sidebars.json 
b/site3/website/versioned_sidebars/version-4.17.0-sidebars.json
new file mode 100644
index 0000000000..a9b3eb04b4
--- /dev/null
+++ b/site3/website/versioned_sidebars/version-4.17.0-sidebars.json
@@ -0,0 +1,162 @@
+{
+  "docsSidebar": [
+    {
+      "type": "doc",
+      "id": "version-4.17.0/overview/overview",
+      "label": "Overview"
+    },
+    {
+      
+      "type": "category",
+      "label": "Getting started",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/getting-started/installation",
+          "label": "Installation"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/getting-started/run-locally",
+          "label": "Run bookies locally"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/getting-started/concepts",
+          "label": "Concepts and architecture"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Deployment",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/deployment/manual",
+          "label": "Manual deployment"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/deployment/kubernetes",
+          "label": "BookKeeper on Kubernetes"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Administration",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/bookies",
+          "label": "BookKeeper administration"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/autorecovery",
+          "label": "AutoRecovery"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/metrics",
+          "label": "Metrics collection"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/upgrade",
+          "label": "Upgrade"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/http",
+          "label": "Admin REST API"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/admin/decomission",
+          "label": "Decommissioning Bookies"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "API",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/api/overview",
+          "label": "Overview"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/api/ledger-api",
+          "label": "Ledger API"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/api/ledger-adv-api",
+          "label": "Advanced Ledger API"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/api/distributedlog-api",
+          "label": "DistributedLog"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Security",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/security/overview",
+          "label": "Overview"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/security/tls",
+          "label": "TLS Authentication"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/security/sasl",
+          "label": "SASL Authentication"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/security/zookeeper",
+          "label": "ZooKeeper Authentication"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Development",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/development/protocol",
+          "label": "BookKeeper protocol"
+        }
+      ]
+    },
+    {
+      "type": "category",
+      "label": "Reference",
+      "items": [
+        {
+          "type": "doc",
+          "id": "version-4.17.0/reference/config",
+          "label": "Configuration"
+        },
+        {
+          "type": "doc",
+          "id": "version-4.17.0/reference/cli",
+          "label": "Command-line tools"
+        }
+      ]
+    }
+  ]
+}

Reply via email to