Skip to content

Commit

Permalink
generate 4.14.7 website docs (apache#3787)
Browse files Browse the repository at this point in the history
### Modification
Generate 4.14.7 website docs
  • Loading branch information
hangc0276 authored and Anup Ghatage committed Jul 12, 2024
1 parent 58f8db0 commit 62cfe23
Show file tree
Hide file tree
Showing 31 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion site3/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const deployUrl = process.env.DEPLOY_URL || "https://bookkeeper.apache.org";
const variables = {
/** They are used in .md files*/
latest_release: "4.15.3",
stable_release: "4.14.6",
stable_release: "4.14.7",
github_repo: "https://github.com/apache/bookkeeper",
github_master: "https://github.com/apache/bookkeeper/tree/master",
mirror_base_url: "https://www.apache.org/dyn/closer.lua/bookkeeper",
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.14.6</bookkeeper.version>
<bookkeeper.version>4.14.7</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.14.6</bookkeeper.version>
<bookkeeper.version>4.14.7</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.14.6'
compile group: 'org.apache.bookkeeper', name: 'bookkeeper-server', version: '4.14.7'
}
// Alternatively:
dependencies {
compile 'org.apache.bookkeeper:bookkeeper-server:4.14.6'
compile 'org.apache.bookkeeper:bookkeeper-server:4.14.7'
}
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
id: overview
title: Apache BookKeeper 4.14.6
title: Apache BookKeeper 4.14.7
---
<!--
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.14.6.
This documentation is for Apache BookKeeper&trade; version 4.14.7.

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 @@ -38,7 +38,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.14.6 Release Notes](/release-notes#4146)
- [Apache BookKeeper 4.14.7 Release Notes](/release-notes#4147)
- [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
@@ -1,8 +1,8 @@
{
"version-4.14.6/docsSidebar": [
"version-4.14.7/docsSidebar": [
{
"type": "doc",
"id": "version-4.14.6/overview/overview",
"id": "version-4.14.7/overview/overview",
"label": "Overview"
},
{
Expand All @@ -11,17 +11,17 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/getting-started/installation",
"id": "version-4.14.7/getting-started/installation",
"label": "Installation"
},
{
"type": "doc",
"id": "version-4.14.6/getting-started/run-locally",
"id": "version-4.14.7/getting-started/run-locally",
"label": "Run bookies locally"
},
{
"type": "doc",
"id": "version-4.14.6/getting-started/concepts",
"id": "version-4.14.7/getting-started/concepts",
"label": "Concepts and architecture"
}
]
Expand All @@ -32,12 +32,12 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/deployment/manual",
"id": "version-4.14.7/deployment/manual",
"label": "Manual deployment"
},
{
"type": "doc",
"id": "version-4.14.6/deployment/kubernetes",
"id": "version-4.14.7/deployment/kubernetes",
"label": "BookKeeper on Kubernetes"
}
]
Expand All @@ -48,32 +48,32 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/admin/bookies",
"id": "version-4.14.7/admin/bookies",
"label": "BookKeeper administration"
},
{
"type": "doc",
"id": "version-4.14.6/admin/autorecovery",
"id": "version-4.14.7/admin/autorecovery",
"label": "AutoRecovery"
},
{
"type": "doc",
"id": "version-4.14.6/admin/metrics",
"id": "version-4.14.7/admin/metrics",
"label": "Metrics collection"
},
{
"type": "doc",
"id": "version-4.14.6/admin/upgrade",
"id": "version-4.14.7/admin/upgrade",
"label": "Upgrade"
},
{
"type": "doc",
"id": "version-4.14.6/admin/http",
"id": "version-4.14.7/admin/http",
"label": "Admin REST API"
},
{
"type": "doc",
"id": "version-4.14.6/admin/decomission",
"id": "version-4.14.7/admin/decomission",
"label": "Decommissioning Bookies"
}
]
Expand All @@ -84,22 +84,22 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/api/overview",
"id": "version-4.14.7/api/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.14.6/api/ledger-api",
"id": "version-4.14.7/api/ledger-api",
"label": "Ledger API"
},
{
"type": "doc",
"id": "version-4.14.6/api/ledger-adv-api",
"id": "version-4.14.7/api/ledger-adv-api",
"label": "Advanced Ledger API"
},
{
"type": "doc",
"id": "version-4.14.6/api/distributedlog-api",
"id": "version-4.14.7/api/distributedlog-api",
"label": "DistributedLog"
}
]
Expand All @@ -110,22 +110,22 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/security/overview",
"id": "version-4.14.7/security/overview",
"label": "Overview"
},
{
"type": "doc",
"id": "version-4.14.6/security/tls",
"id": "version-4.14.7/security/tls",
"label": "TLS Authentication"
},
{
"type": "doc",
"id": "version-4.14.6/security/sasl",
"id": "version-4.14.7/security/sasl",
"label": "SASL Authentication"
},
{
"type": "doc",
"id": "version-4.14.6/security/zookeeper",
"id": "version-4.14.7/security/zookeeper",
"label": "ZooKeeper Authentication"
}
]
Expand All @@ -136,7 +136,7 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/development/protocol",
"id": "version-4.14.7/development/protocol",
"label": "BookKeeper protocol"
}
]
Expand All @@ -147,12 +147,12 @@
"items": [
{
"type": "doc",
"id": "version-4.14.6/reference/config",
"id": "version-4.14.7/reference/config",
"label": "Configuration"
},
{
"type": "doc",
"id": "version-4.14.6/reference/cli",
"id": "version-4.14.7/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,6 +1,6 @@
[
"4.15.3",
"4.14.6",
"4.14.7",
"4.13.0",
"4.12.1",
"4.11.1",
Expand Down

0 comments on commit 62cfe23

Please sign in to comment.