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 08:09:33 UTC

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

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 e9a02b1b706 Docs sync done from apache/pulsar (#2dbd252)
e9a02b1b706 is described below

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

    Docs sync done from apache/pulsar (#2dbd252)
---
 site2/website-next/static/reference/next/pulsar/broker.md     | 4 ++--
 site2/website-next/static/reference/next/pulsar/standalone.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/site2/website-next/static/reference/next/pulsar/broker.md b/site2/website-next/static/reference/next/pulsar/broker.md
index e0ea3c3937f..d664bf9e26e 100644
--- a/site2/website-next/static/reference/next/pulsar/broker.md
+++ b/site2/website-next/static/reference/next/pulsar/broker.md
@@ -15,6 +15,6 @@ $ pulsar broker options
 | `-rfw, --run-functions-worker` | Run functions worker with Broker|false|
 | `-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|
+| `-bc, --bookie-conf` | Configuration file for Bookie|conf/bookkeeper.conf|
+| `-fwc, --functions-worker-conf` | Configuration file for Functions Worker|conf/functions_worker.yml|
 
diff --git a/site2/website-next/static/reference/next/pulsar/standalone.md b/site2/website-next/static/reference/next/pulsar/standalone.md
index 158005fa33d..b225c367841 100644
--- a/site2/website-next/static/reference/next/pulsar/standalone.md
+++ b/site2/website-next/static/reference/next/pulsar/standalone.md
@@ -12,7 +12,7 @@ $ pulsar standalone options
 | `-g, --generate-docs` | Generate docs|true|
 | `-h, --help` | Show this help message|false|
 | `--wipe-data` | Clean up previous ZK/BK data|false|
-| `-fwc, --functions-worker-conf` | Configuration file for Functions Worker|/home/runner/work/pulsar-site/pulsar-site/tmp/pulsar/conf/functions_worker.yml|
+| `-fwc, --functions-worker-conf` | Configuration file for Functions Worker|conf/functions_worker.yml|
 | `-nss, --no-stream-storage` | Disable stream storage|false|
 | `--metadata-url` | Metadata store url||
 | `--no-broker` | Only start ZK and BK services, no broker|false|