You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by gi...@apache.org on 2022/12/05 05:08:46 UTC

[pulsar-site] branch main updated: Docs sync done from apache/pulsar (#e2e8c32)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new d04cf096f49 Docs sync done from apache/pulsar (#e2e8c32)
d04cf096f49 is described below

commit d04cf096f49b60cd689fc6894c06263736db2af4
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Mon Dec 5 05:08:41 2022 +0000

    Docs sync done from apache/pulsar (#e2e8c32)
---
 site2/website-next/static/reference/next/pulsar/broker.md           | 2 +-
 site2/website-next/static/reference/next/pulsar/compact-topic.md    | 2 +-
 site2/website-next/static/reference/next/pulsar/functions-worker.md | 2 +-
 site2/website-next/static/reference/next/pulsar/proxy.md            | 2 +-
 site2/website-next/static/reference/next/pulsar/standalone.md       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site2/website-next/static/reference/next/pulsar/broker.md b/site2/website-next/static/reference/next/pulsar/broker.md
index ec3e8724a13..e0ea3c3937f 100644
--- a/site2/website-next/static/reference/next/pulsar/broker.md
+++ b/site2/website-next/static/reference/next/pulsar/broker.md
@@ -13,7 +13,7 @@ $ pulsar broker options
 | `-ra, --run-bookie-autorecovery` | Run Bookie Autorecovery together with broker|false|
 | `-g, --generate-docs` | Generate docs|true|
 | `-rfw, --run-functions-worker` | Run functions worker with Broker|false|
-| `-c, --broker-conf` | Configuration file for Broker|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/broker.conf|
+| `-c, --broker-conf` | Configuration file for Broker|conf/broker.conf|
 | `-rb, --run-bookie` | Run Bookie together with Broker|false|
 | `-bc, --bookie-conf` | Configuration file for Bookie|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/bookkeeper.conf|
 | `-fwc, --functions-worker-conf` | Configuration file for Functions Worker|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/functions_worker.yml|
diff --git a/site2/website-next/static/reference/next/pulsar/compact-topic.md b/site2/website-next/static/reference/next/pulsar/compact-topic.md
index 38e2ad75f06..b3465142ae0 100644
--- a/site2/website-next/static/reference/next/pulsar/compact-topic.md
+++ b/site2/website-next/static/reference/next/pulsar/compact-topic.md
@@ -9,7 +9,7 @@ $ pulsar compact-topic options
 |Flag|Description|Default|
 |---|---|---|
 | `-g, --generate-docs` | Generate docs|true|
-| `-c, --broker-conf` | Configuration file for Broker|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/broker.conf|
+| `-c, --broker-conf` | Configuration file for Broker|conf/broker.conf|
 | `-h, --help` | Show this help message|false|
 | `-t, --topic` | Topic to compact|tmp|
 
diff --git a/site2/website-next/static/reference/next/pulsar/functions-worker.md b/site2/website-next/static/reference/next/pulsar/functions-worker.md
index 9132c4cc4e3..49189d47280 100644
--- a/site2/website-next/static/reference/next/pulsar/functions-worker.md
+++ b/site2/website-next/static/reference/next/pulsar/functions-worker.md
@@ -10,5 +10,5 @@ $ pulsar functions-worker options
 |---|---|---|
 | `-h, --help` | Show this help message|false|
 | `-g, --generate-docs` | Generate docs|true|
-| `-c, --conf` | Configuration File for Function Worker|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/functions_worker.yml|
+| `-c, --conf` | Configuration File for Function Worker|conf/functions_worker.yml|
 
diff --git a/site2/website-next/static/reference/next/pulsar/proxy.md b/site2/website-next/static/reference/next/pulsar/proxy.md
index c19b4de050a..026b5fad9da 100644
--- a/site2/website-next/static/reference/next/pulsar/proxy.md
+++ b/site2/website-next/static/reference/next/pulsar/proxy.md
@@ -10,7 +10,7 @@ $ pulsar proxy options
 |---|---|---|
 | `-md, --metadata-store` | Metadata Store service url. eg: zk:my-zk:2181||
 | `-h, --help` | Show this help message|false|
-| `-c, --config` | Configuration file path|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/proxy.conf|
+| `-c, --config` | Configuration file path|conf/proxy.conf|
 | `-g, --generate-docs` | Generate docs|true|
 | `-zk, --zookeeper-servers` | Local zookeeper connection string, please use --metadata-store instead||
 | `-cms, --configuration-metadata-store` | The metadata store URL for the configuration data||
diff --git a/site2/website-next/static/reference/next/pulsar/standalone.md b/site2/website-next/static/reference/next/pulsar/standalone.md
index e42cd572fd3..158005fa33d 100644
--- a/site2/website-next/static/reference/next/pulsar/standalone.md
+++ b/site2/website-next/static/reference/next/pulsar/standalone.md
@@ -22,7 +22,7 @@ $ pulsar standalone options
 | `--metadata-dir` | Directory for storing metadata|data/metadata|
 | `--stream-storage-port` | Local bookies stream storage port|4181|
 | `-a, --advertised-address` | Standalone broker advertised address|null|
-| `-c, --config` | Configuration file path|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/standalone.conf|
+| `-c, --config` | Configuration file path|conf/standalone.conf|
 | `--zookeeper-port` | Local zookeeper's port|2181|
 | `--bookkeeper-port` | Local bookies base port|3181|
 | `--bookkeeper-dir` | Local bookies base data directory|data/standalone/bookkeeper|