forked from apache/bookkeeper
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[site][bugfix] BK website version 4.17.0, missing sidebar (apache#4363)
- Loading branch information
Showing
1 changed file
with
162 additions
and
0 deletions.
There are no files selected for viewing
162 changes: 162 additions & 0 deletions
162
site3/website/versioned_sidebars/version-4.17.0-sidebars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} | ||
] | ||
} |