Generate 4.17.4 website docs - #4853
Merged
StevenLuMT merged 1 commit intoAug 4, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Docusaurus website to publish the Apache BookKeeper 4.17.4 documentation set, including the version entry, sidebar definition, and a full set of versioned docs for the release.
Changes:
- Bump the website docs version from 4.17.3 to 4.17.4 in the site version list and the docs overview page.
- Add 4.17.4 versioned sidebar configuration for the docs navigation.
- Add a large set of 4.17.4 versioned documentation pages across getting-started, deployment, admin, security, API, and reference sections.
Reviewed changes
Copilot reviewed 3 out of 29 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| site3/website/versions.json | Updates the published docs version list to include 4.17.4. |
| site3/website/versioned_sidebars/version-4.17.4-sidebars.json | Adds the sidebar/nav structure for the 4.17.4 versioned docs. |
| site3/website/versioned_docs/version-4.17.4/security/zookeeper.md | Adds versioned ZooKeeper authentication documentation. |
| site3/website/versioned_docs/version-4.17.4/security/tls.md | Adds versioned TLS encryption/auth documentation. |
| site3/website/versioned_docs/version-4.17.4/security/sasl.md | Adds versioned SASL/Kerberos authentication documentation. |
| site3/website/versioned_docs/version-4.17.4/security/overview.md | Adds versioned security overview/entry point page. |
| site3/website/versioned_docs/version-4.17.4/reference/config.md | Adds versioned configuration reference for bk_server.conf parameters. |
| site3/website/versioned_docs/version-4.17.4/reference/cli.md | Adds versioned CLI reference documentation. |
| site3/website/versioned_docs/version-4.17.4/overview/overview.md | Updates the 4.17.4 docs landing page and release-notes anchor. |
| site3/website/versioned_docs/version-4.17.4/getting-started/run-locally.md | Adds versioned local run instructions. |
| site3/website/versioned_docs/version-4.17.4/getting-started/installation.md | Adds versioned installation/build instructions. |
| site3/website/versioned_docs/version-4.17.4/getting-started/concepts.md | Adds versioned concepts/architecture documentation. |
| site3/website/versioned_docs/version-4.17.4/development/protocol.md | Adds versioned protocol-level documentation. |
| site3/website/versioned_docs/version-4.17.4/development/codebase.md | Adds a versioned stub page for codebase documentation. |
| site3/website/versioned_docs/version-4.17.4/deployment/manual.md | Adds versioned manual deployment instructions. |
| site3/website/versioned_docs/version-4.17.4/deployment/kubernetes.md | Adds versioned Kubernetes deployment documentation. |
| site3/website/versioned_docs/version-4.17.4/api/overview.md | Adds versioned API overview documentation. |
| site3/website/versioned_docs/version-4.17.4/api/ledger-api.md | Updates dependency snippets to reference 4.17.4 artifacts. |
| site3/website/versioned_docs/version-4.17.4/api/ledger-adv-api.md | Adds versioned Advanced Ledger API documentation. |
| site3/website/versioned_docs/version-4.17.4/api/distributedlog-api.md | Adds versioned DistributedLog API documentation. |
| site3/website/versioned_docs/version-4.17.4/admin/upgrade.md | Adds versioned upgrade guidance. |
| site3/website/versioned_docs/version-4.17.4/admin/placement.md | Adds a versioned stub page for placement policy docs. |
| site3/website/versioned_docs/version-4.17.4/admin/perf.md | Adds a versioned stub page for performance tuning docs. |
| site3/website/versioned_docs/version-4.17.4/admin/metrics.md | Adds versioned metrics collection documentation. |
| site3/website/versioned_docs/version-4.17.4/admin/http.md | Adds versioned Admin REST API documentation. |
| site3/website/versioned_docs/version-4.17.4/admin/geo-replication.md | Adds versioned geo-replication documentation (partial). |
| site3/website/versioned_docs/version-4.17.4/admin/decomission.md | Adds versioned decommissioning guide. |
| site3/website/versioned_docs/version-4.17.4/admin/bookies.md | Adds versioned bookie administration documentation. |
| site3/website/versioned_docs/version-4.17.4/admin/autorecovery.md | Adds versioned AutoRecovery documentation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zymap
approved these changes
Aug 4, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Release note for 4.17.4