Skip to content

Commit

Permalink
Generate 4.16.4 website doc (#4191)
Browse files Browse the repository at this point in the history
### Modification
Generate 4.16.4 website docs
  • Loading branch information
hangc0276 authored Jan 29, 2024
1 parent 262be78 commit 5b0aaf1
Show file tree
Hide file tree
Showing 30 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion site3/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const baseUrl = process.env.BASE_URL || "/"
const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
const variables = {
/** They are used in .md files*/
latest_release: "4.16.3",
latest_release: "4.16.4",
stable_release: "4.14.8",
github_repo: "https://github.com/apache/bookkeeper",
github_master: "https://github.com/apache/bookkeeper/tree/master",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you're using [Maven](https://maven.apache.org/), add this to your [`pom.xml`]

```xml
<!-- in your <properties> block -->
<bookkeeper.version>4.16.3</bookkeeper.version>
<bookkeeper.version>4.16.4</bookkeeper.version>

<!-- in your <dependencies> block -->
<dependency>
Expand All @@ -37,7 +37,7 @@ shaded library, which relocate classes of protobuf and guava into a different na

```xml
<!-- in your <properties> block -->
<bookkeeper.version>4.16.3</bookkeeper.version>
<bookkeeper.version>4.16.4</bookkeeper.version>

<!-- in your <dependencies> block -->
<dependency>
Expand All @@ -53,12 +53,12 @@ If you're using [Gradle](https://gradle.org/), add this to your [`build.gradle`]

```groovy
dependencies {
compile group: 'org.apache.bookkeeper', name: 'bookkeeper-server', version: '4.16.3'
compile group: 'org.apache.bookkeeper', name: 'bookkeeper-server', version: '4.16.4'
}
// Alternatively:
dependencies {
compile 'org.apache.bookkeeper:bookkeeper-server:4.16.3'
compile 'org.apache.bookkeeper:bookkeeper-server:4.16.4'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: overview
title: Apache BookKeeper 4.16.3-SNAPSHOT
title: Apache BookKeeper 4.16.4-SNAPSHOT
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -21,7 +21,7 @@ specific language governing permissions and limitations
under the License.
-->

This documentation is for Apache BookKeeper&trade; version 4.16.3.
This documentation is for Apache BookKeeper&trade; version 4.16.4.

Apache BookKeeper&trade; is a scalable, fault-tolerant, low-latency storage service optimized for real-time workloads. It offers durability, replication, and strong consistency as essentials for building reliable real-time applications.

Expand All @@ -39,7 +39,7 @@ Object/[BLOB](https://en.wikipedia.org/wiki/Binary_large_object) storage | Stori

Learn more about Apache BookKeeper&trade; and what it can do for your organization:

- [Apache BookKeeper 4.16.3 Release Notes](/release-notes#4163)
- [Apache BookKeeper 4.16.4 Release Notes](/release-notes#4164)
- [Java API docs]({{ site.javadoc_base_url }})

Or start [using](../getting-started/installation) Apache BookKeeper today.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"docsSidebar": [
{
"type": "doc",
"id": "version-4.16.3/overview/overview",
"id": "version-4.16.4/overview/overview",
"label": "Overview"
},
{
Expand All @@ -12,17 +12,17 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/getting-started/installation",
"id": "version-4.16.4/getting-started/installation",
"label": "Installation"
},
{
"type": "doc",
"id": "version-4.16.3/getting-started/run-locally",
"id": "version-4.16.4/getting-started/run-locally",
"label": "Run bookies locally"
},
{
"type": "doc",
"id": "version-4.16.3/getting-started/concepts",
"id": "version-4.16.4/getting-started/concepts",
"label": "Concepts and architecture"
}
]
Expand All @@ -33,12 +33,12 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/deployment/manual",
"id": "version-4.16.4/deployment/manual",
"label": "Manual deployment"
},
{
"type": "doc",
"id": "version-4.16.3/deployment/kubernetes",
"id": "version-4.16.4/deployment/kubernetes",
"label": "BookKeeper on Kubernetes"
}
]
Expand All @@ -49,32 +49,32 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/admin/bookies",
"id": "version-4.16.4/admin/bookies",
"label": "BookKeeper administration"
},
{
"type": "doc",
"id": "version-4.16.3/admin/autorecovery",
"id": "version-4.16.4/admin/autorecovery",
"label": "AutoRecovery"
},
{
"type": "doc",
"id": "version-4.16.3/admin/metrics",
"id": "version-4.16.4/admin/metrics",
"label": "Metrics collection"
},
{
"type": "doc",
"id": "version-4.16.3/admin/upgrade",
"id": "version-4.16.4/admin/upgrade",
"label": "Upgrade"
},
{
"type": "doc",
"id": "version-4.16.3/admin/http",
"id": "version-4.16.4/admin/http",
"label": "Admin REST API"
},
{
"type": "doc",
"id": "version-4.16.3/admin/decomission",
"id": "version-4.16.4/admin/decomission",
"label": "Decommissioning Bookies"
}
]
Expand All @@ -85,22 +85,22 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/api/overview",
"id": "version-4.16.4/api/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.16.3/api/ledger-api",
"id": "version-4.16.4/api/ledger-api",
"label": "Ledger API"
},
{
"type": "doc",
"id": "version-4.16.3/api/ledger-adv-api",
"id": "version-4.16.4/api/ledger-adv-api",
"label": "Advanced Ledger API"
},
{
"type": "doc",
"id": "version-4.16.3/api/distributedlog-api",
"id": "version-4.16.4/api/distributedlog-api",
"label": "DistributedLog"
}
]
Expand All @@ -111,22 +111,22 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/security/overview",
"id": "version-4.16.4/security/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.16.3/security/tls",
"id": "version-4.16.4/security/tls",
"label": "TLS Authentication"
},
{
"type": "doc",
"id": "version-4.16.3/security/sasl",
"id": "version-4.16.4/security/sasl",
"label": "SASL Authentication"
},
{
"type": "doc",
"id": "version-4.16.3/security/zookeeper",
"id": "version-4.16.4/security/zookeeper",
"label": "ZooKeeper Authentication"
}
]
Expand All @@ -137,7 +137,7 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/development/protocol",
"id": "version-4.16.4/development/protocol",
"label": "BookKeeper protocol"
}
]
Expand All @@ -148,12 +148,12 @@
"items": [
{
"type": "doc",
"id": "version-4.16.3/reference/config",
"id": "version-4.16.4/reference/config",
"label": "Configuration"
},
{
"type": "doc",
"id": "version-4.16.3/reference/cli",
"id": "version-4.16.4/reference/cli",
"label": "Command-line tools"
}
]
Expand Down
2 changes: 1 addition & 1 deletion site3/website/versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[
"4.16.3",
"4.16.4",
"4.15.5",
"4.14.8",
"4.13.0",
Expand Down

0 comments on commit 5b0aaf1

Please sign in to comment.