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

[pulsar-site] branch main updated: fix: add docs generation for pulsar-admin bookies command

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

urfree 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 cdc0bc386a5 fix: add docs generation for pulsar-admin bookies command
     new d3f3c5af75e Merge pull request #131 from SignorMercurio/fix/bookies
cdc0bc386a5 is described below

commit cdc0bc386a57214df5210d2e52c850b2a77f723c
Author: Mercurio <si...@gmail.com>
AuthorDate: Fri Jul 1 21:54:59 2022 +0800

    fix: add docs generation for pulsar-admin bookies command
---
 site2/tools/pulsar-admin-md.sh           |  1 +
 site2/website-next/brodocs/manifest.json | 89 +++++++++++++++++---------------
 2 files changed, 47 insertions(+), 43 deletions(-)

diff --git a/site2/tools/pulsar-admin-md.sh b/site2/tools/pulsar-admin-md.sh
index 7a09a73f195..3ddc6d326e6 100755
--- a/site2/tools/pulsar-admin-md.sh
+++ b/site2/tools/pulsar-admin-md.sh
@@ -27,6 +27,7 @@ mkdir -p $ROOT_DIR/site2/${WEBSITE}/brodocs/documents
 
 $ROOT_DIR/bin/pulsar-admin documents generate broker-stats > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/broker-stats.md
 $ROOT_DIR/bin/pulsar-admin documents generate brokers > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/brokers.md
+$ROOT_DIR/bin/pulsar-admin documents generate bookies > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/bookies.md
 $ROOT_DIR/bin/pulsar-admin documents generate clusters > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/clusters.md
 $ROOT_DIR/bin/pulsar-admin documents generate functions > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/functions.md
 $ROOT_DIR/bin/pulsar-admin documents generate functions-worker > $ROOT_DIR/site2/${WEBSITE}/brodocs/documents/functions-worker.md
diff --git a/site2/website-next/brodocs/manifest.json b/site2/website-next/brodocs/manifest.json
index 290edb9cf5b..81eeda5b057 100644
--- a/site2/website-next/brodocs/manifest.json
+++ b/site2/website-next/brodocs/manifest.json
@@ -1,45 +1,48 @@
 {
-    "docs": [
-	{
-	    "filename": "brokers.md"
-	},
-	{
-	    "filename": "broker-stats.md"
-	},
-	{
-	    "filename": "clusters.md"
-	},
-	{
-	    "filename": "functions.md"
-	},
-	{
-	    "filename": "namespaces.md"
-	},
-	{
-	    "filename": "ns-isolation-policy.md"
-	},
-	{
-	    "filename": "sources.md"
-	},
-	{
-	    "filename": "sinks.md"
-	},
-	{
-	    "filename": "topics.md"
-	},
-	{
-	    "filename": "tenants.md"
-	},
-	{
-	    "filename": "resource-quotas.md"
-	},
-	{
-	    "filename": "schemas.md"
-	},
-	{
-	    "filename": "packages.md"
-	}
-    ],
-    "title": "Docs",
-    "copyright": "<a href='http://pulsar.apache.org/'>Apache Pulsar</a>"
+  "docs": [
+    {
+      "filename": "brokers.md"
+    },
+    {
+      "filename": "broker-stats.md"
+    },
+    {
+      "filename": "bookies.md"
+    },
+    {
+      "filename": "clusters.md"
+    },
+    {
+      "filename": "functions.md"
+    },
+    {
+      "filename": "namespaces.md"
+    },
+    {
+      "filename": "ns-isolation-policy.md"
+    },
+    {
+      "filename": "sources.md"
+    },
+    {
+      "filename": "sinks.md"
+    },
+    {
+      "filename": "topics.md"
+    },
+    {
+      "filename": "tenants.md"
+    },
+    {
+      "filename": "resource-quotas.md"
+    },
+    {
+      "filename": "schemas.md"
+    },
+    {
+      "filename": "packages.md"
+    }
+  ],
+  "title": "Docs",
+  "copyright": "<a href='http://pulsar.apache.org/'>Apache Pulsar</a>"
 }