-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fix][doc] improve and fix admin interface doc #18526
Conversation
@labuladong thanks for refreshing the API doc. I invited @zymap to take a look from a technical perspective. |
Cool! I'm looking into this :) |
site2/docs/admin-api-clusters.md
Outdated
``` | ||
Output: | ||
|
||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```shell | |
```json |
site2/docs/admin-api-namespaces.md
Outdated
``` | ||
|
||
```json | ||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```shell | |
```json |
site2/docs/admin-api-namespaces.md
Outdated
``` | ||
|
||
```json | ||
```shell |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
```shell | |
```json |
site2/docs/admin-api-namespaces.md
Outdated
@@ -1171,9 +1197,7 @@ You can get a configured entry filter for a given namespace. | |||
<TabItem value="pulsar-admin"> | |||
|
|||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```shell |
site2/docs/admin-api-namespaces.md
Outdated
@@ -1207,9 +1229,7 @@ You can remove entry filters policies for a given namespace. | |||
<TabItem value="pulsar-admin"> | |||
|
|||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
``` | |
```shell |
The rest looks good to me. |
Co-authored-by: tison <wander4096@gmail.com>
Co-authored-by: tison <wander4096@gmail.com>
Thanks for your review~ PTAL @tisonkun |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
All the changes are about formatting or fixing typos. The command change for Getting Started Standalone is verified locally.
Merging...
Co-authored-by: tison <wander4096@gmail.com>
Fixes #18088
Fixes #18517
Fixes #18514
Fixes #18525
Fixes #18516
Modifications
Go through the admin document, improve command style and fix errors.
Documentation
doc
doc-required
doc-not-needed
doc-complete