You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/31 07:05:44 UTC

[GitHub] [apisix] navendu-pottekkat commented on a change in pull request #6763: docs: update "General" Plugins

navendu-pottekkat commented on a change in pull request #6763:
URL: https://github.com/apache/apisix/pull/6763#discussion_r839250378



##########
File path: docs/en/latest/plugins/server-info.md
##########
@@ -89,18 +95,17 @@ $ curl http://127.0.0.1:9090/v1/server_info -s | jq .
 }
 ```
 
-The APISIX Dashboard will collects server info in etcd, so you may also try to check them through Dashboard.
+:::tip
+
+You can also view the server info report through the [APISIX Dashboard](/docs/dashboard/USER_GUIDE).
+
+:::
 
 ## Disable Plugin
 
-Remove `server-info` in the plugin list of configure file `conf/config.yaml`.
+To disable the Plugin, you can remove `server-info` from the list of Plugins in your configuration file:
 
-```
-plugins:                          # plugin list
-  - example-plugin
-  - limit-req
-  - node-status
-  - jwt-auth
-  - zipkin
-  ......
+```yaml title="conf/config.yaml"

Review comment:
       It will show up on the site like this. This will avoid us having to comment that the file in conf/config.yaml as it has been done in a lot of places.
   
   <img width="847" alt="Screenshot 2022-03-31 at 12 29 54 PM" src="https://user-images.githubusercontent.com/49474499/160996736-d0594192-dcad-452c-af15-cff9ec6c1695.png">




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org