Skip to content

Commit

Permalink
[site][bugfix] BK website version 4.17.0, missing sidebar (apache#4363)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwOvO authored May 12, 2024
1 parent 8ea264b commit 7c0e16b
Showing 1 changed file with 162 additions and 0 deletions.
162 changes: 162 additions & 0 deletions site3/website/versioned_sidebars/version-4.17.0-sidebars.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
]
}

0 comments on commit 7c0e16b

Please sign in to comment.