Skip to content

Commit

Permalink
feat: add missing docs for pulsar-admin (apache#12827)
Browse files Browse the repository at this point in the history
* feat: pulsar-admin docs

Signed-off-by: LiLi <[email protected]>

* patch

Signed-off-by: LiLi <[email protected]>
  • Loading branch information
urfreespace authored Nov 17, 2021
1 parent 917f262 commit b99f75e
Showing 1 changed file with 17 additions and 36 deletions.
53 changes: 17 additions & 36 deletions site2/website/brodocs/pulsar-admin-manifest.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,22 @@
{
"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": "broker-stats.md" },
{ "filename": "brokers.md" },
{ "filename": "clusters.md" },
{ "filename": "functions-worker.md" },
{ "filename": "functions.md" },
{ "filename": "namespaces.md" },
{ "filename": "ns-isolation-policy.md" },
{ "filename": "packages.md" },
{ "filename": "proxy-stats.md" },
{ "filename": "resource-quotas.md" },
{ "filename": "resourcegroups.md" },
{ "filename": "schemas.md" },
{ "filename": "sinks.md" },
{ "filename": "sources.md" },
{ "filename": "tenants.md" },
{ "filename": "topics.md" },
{ "filename": "transactions.md" }
],
"title": "Docs",
"copyright": "<a href='http://pulsar.apache.org/'>Apache Pulsar</a>"
Expand Down

0 comments on commit b99f75e

Please sign in to comment.