Anonymitaet commented on a change in pull request #11146:
URL: https://github.com/apache/pulsar/pull/11146#discussion_r660470423



##########
File path: site2/docs/admin-api-brokers.md
##########
@@ -4,16 +4,26 @@ title: Managing Brokers
 sidebar_label: Brokers
 ---
 
+> **Important**
+>
+> This page only shows **some frequently used operations**.
+>
+> - For the latest and complete information about `pulsar-admin`, including 
commands, flags, descriptions, and more, see 
[here](http://pulsar.apache.org/tools/pulsar-admin/).
+> 
+> - For the latest and complete information about `REST API`, including 
parameters, responses, samples, and more, see [here]{@inject: rest:REST:/}.

Review comment:
       Since I want to emphasize the keyword (pulsar-admin, rest API, java 
admin api), so I use a special format (backticks).

##########
File path: site2/docs/admin-api-brokers.md
##########
@@ -4,16 +4,26 @@ title: Managing Brokers
 sidebar_label: Brokers
 ---
 
+> **Important**
+>
+> This page only shows **some frequently used operations**.
+>
+> - For the latest and complete information about `pulsar-admin`, including 
commands, flags, descriptions, and more, see 
[here](http://pulsar.apache.org/tools/pulsar-admin/).
+> 
+> - For the latest and complete information about `REST API`, including 
parameters, responses, samples, and more, see [here]{@inject: rest:REST:/}.

Review comment:
       Since I want to emphasize the keyword (pulsar-admin, rest API, java 
admin API), so I use a special format (backticks).

##########
File path: site2/docs/admin-api-namespaces.md
##########
@@ -905,7 +915,7 @@ 
admin.namespaces().removeDeduplicationSnapshotInterval(namespace)
 
 ### Namespace isolation
 
-Coming soon.
+You can use the Pulsar isolation policy to allocate resources (broker and 
bookie) for a namespace. For more information, see 
[here](administration-isolation.md).

Review comment:
       OK. Done.

##########
File path: site2/docs/admin-api-overview.md
##########
@@ -9,15 +9,26 @@ The Pulsar admin interface enables you to manage all 
important entities in a Pul
 You can interact with the admin interface via:
 
 - HTTP calls, which are made against the admin {@inject: rest:REST:/} API 
provided by Pulsar brokers. For some RESTful APIs, they might be redirected to 
the owner brokers for serving with [`307 Temporary 
Redirect`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/307), hence 
the HTTP callers should handle `307 Temporary Redirect`. If you use `curl` 
commands, you should specify `-L` to handle redirections.
+  
+  > **Tip**

Review comment:
       Updated these "tips" to "important" for keeping consistent.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to