This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 757a8e0bc62 [fix][doc] Fix incorrect rendering issues (#15668)
757a8e0bc62 is described below
commit 757a8e0bc627107544d15d94768a602e9fcfa4a8
Author: Anonymitaet <[email protected]>
AuthorDate: Fri May 20 14:49:37 2022 +0800
[fix][doc] Fix incorrect rendering issues (#15668)
---
site2/docs/tiered-storage-overview.md | 17 ++++++++++-------
.../version-2.10.0/tiered-storage-filesystem.md | 1 +
.../version-2.10.0/tiered-storage-overview.md | 11 ++++++-----
.../version-2.7.0/tiered-storage-overview.md | 5 +++--
.../version-2.7.2/tiered-storage-overview.md | 5 +++--
.../version-2.7.3/tiered-storage-overview.md | 5 +++--
.../version-2.7.4/tiered-storage-overview.md | 5 +++--
.../version-2.8.0/tiered-storage-overview.md | 5 +++--
.../version-2.8.1/tiered-storage-overview.md | 5 +++--
.../version-2.8.2/tiered-storage-overview.md | 9 +++++----
.../version-2.8.3/tiered-storage-overview.md | 9 +++++----
.../version-2.9.0/tiered-storage-overview.md | 11 ++++++-----
.../version-2.9.1/tiered-storage-overview.md | 9 +++++----
.../version-2.9.2/tiered-storage-overview.md | 11 ++++++-----
14 files changed, 62 insertions(+), 46 deletions(-)
diff --git a/site2/docs/tiered-storage-overview.md
b/site2/docs/tiered-storage-overview.md
index b9e71e04836..1c58eafcba7 100644
--- a/site2/docs/tiered-storage-overview.md
+++ b/site2/docs/tiered-storage-overview.md
@@ -8,16 +8,19 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support
[Amazon S3](https://aws.amazon.com/s3/), [GCS (Google Cloud
Storage)](https://cloud.google.com/storage/),
[Azure](https://azure.microsoft.com/en-us/services/storage/blobs/) and [Aliyun
OSS](https://www.aliyun.com/product/oss) for long term storage.
- With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
+ With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- For more information about how to use the Azure offloader with Pulsar, see
[here](tiered-storage-azure).
- For more information about how to use the Aliyun OSS offloader with
Pulsar, see [here](tiered-storage-aliyun).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+
+ - For more information about how to use the Azure offloader with Pulsar, see
[here](tiered-storage-azure).
+
+ - For more information about how to use the Aliyun OSS offloader with
Pulsar, see [here](tiered-storage-aliyun).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
b/site2/website/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
index 70fe68d5268..4586bdf8b7e 100644
--- a/site2/website/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
+++ b/site2/website/versioned_docs/version-2.10.0/tiered-storage-filesystem.md
@@ -123,6 +123,7 @@ You can configure the filesystem offloader driver in the
`broker.conf` or `stand
<TabItem value="NFS">
- **Required** configurations are as below.
+
Parameter | Description | Example value
|---|---|---
`managedLedgerOffloadDriver` | Offloader driver name, which is
case-insensitive. | filesystem
diff --git
a/site2/website/versioned_docs/version-2.10.0/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.10.0/tiered-storage-overview.md
index 9b7291b843e..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.10.0/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.10.0/tiered-storage-overview.md
@@ -9,14 +9,15 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support
[Amazon S3](https://aws.amazon.com/s3/) and [GCS (Google Cloud
Storage)](https://cloud.google.com/storage/) for long term storage.
- With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
+ With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.7.0/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.7.0/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.7.0/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.7.0/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.7.2/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.7.2/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.7.2/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.7.2/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.7.3/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.7.3/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.7.3/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.7.3/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.7.4/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.7.4/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.7.4/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.7.4/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.8.0/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.8.0/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.8.0/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.8.0/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.8.1/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.8.1/tiered-storage-overview.md
index 846a5a5387b..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.8.1/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.8.1/tiered-storage-overview.md
@@ -13,8 +13,9 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
:::tip
- For more information about how to use the AWS S3 offloader with Pulsar, see
[here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
:::
diff --git
a/site2/website/versioned_docs/version-2.8.2/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.8.2/tiered-storage-overview.md
index 9d8cef8e4b5..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.8.2/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.8.2/tiered-storage-overview.md
@@ -11,12 +11,13 @@ Pulsar's **Tiered Storage** feature allows older backlog
data to be moved from B
With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.8.3/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.8.3/tiered-storage-overview.md
index 9d8cef8e4b5..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.8.3/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.8.3/tiered-storage-overview.md
@@ -11,12 +11,13 @@ Pulsar's **Tiered Storage** feature allows older backlog
data to be moved from B
With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.9.0/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.9.0/tiered-storage-overview.md
index 9b7291b843e..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.9.0/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.9.0/tiered-storage-overview.md
@@ -9,14 +9,15 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support
[Amazon S3](https://aws.amazon.com/s3/) and [GCS (Google Cloud
Storage)](https://cloud.google.com/storage/) for long term storage.
- With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
+ With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.9.1/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.9.1/tiered-storage-overview.md
index 9b7291b843e..6c22c221493 100644
--- a/site2/website/versioned_docs/version-2.9.1/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.9.1/tiered-storage-overview.md
@@ -11,12 +11,13 @@ Pulsar's **Tiered Storage** feature allows older backlog
data to be moved from B
With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.
diff --git
a/site2/website/versioned_docs/version-2.9.2/tiered-storage-overview.md
b/site2/website/versioned_docs/version-2.9.2/tiered-storage-overview.md
index 9b7291b843e..7c6528ce2b3 100644
--- a/site2/website/versioned_docs/version-2.9.2/tiered-storage-overview.md
+++ b/site2/website/versioned_docs/version-2.9.2/tiered-storage-overview.md
@@ -9,14 +9,15 @@ Pulsar's **Tiered Storage** feature allows older backlog data
to be moved from B
* Tiered storage uses [Apache jclouds](https://jclouds.apache.org) to support
[Amazon S3](https://aws.amazon.com/s3/) and [GCS (Google Cloud
Storage)](https://cloud.google.com/storage/) for long term storage.
- With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
+ With jclouds, it is easy to add support for more [cloud storage
providers](https://jclouds.apache.org/reference/providers/#blobstore-providers)
in the future.
- :::tip
+ :::tip
- For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
- For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
+ - For more information about how to use the AWS S3 offloader with Pulsar,
see [here](tiered-storage-aws).
+
+ - For more information about how to use the GCS offloader with Pulsar, see
[here](tiered-storage-gcs).
- :::
+ :::
* Tiered storage uses [Apache Hadoop](http://hadoop.apache.org/) to support
filesystems for long term storage.