You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by de...@apache.org on 2023/02/18 10:38:33 UTC

[shenyu-website] branch main updated: [DOC] update brpc doc (#864)

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

dengliming pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 4fff4c422a8 [DOC] update brpc doc (#864)
4fff4c422a8 is described below

commit 4fff4c422a8d26afb55e244ed2fc05cff5d31d6f
Author: dragon-zhang <ha...@webuy.ai>
AuthorDate: Sat Feb 18 18:38:28 2023 +0800

    [DOC] update brpc doc (#864)
    
    Co-authored-by: hailang <a1...@hotmail.com>
---
 docs/plugin-center/proxy/brpc-plugin.md                               | 4 +++-
 docs/user-guide/brpc-proxy.md                                         | 3 +--
 .../current/plugin-center/proxy/brpc-plugin.md                        | 4 +++-
 .../docusaurus-plugin-content-docs/current/user-guide/brpc-proxy.md   | 3 +--
 4 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/docs/plugin-center/proxy/brpc-plugin.md b/docs/plugin-center/proxy/brpc-plugin.md
index 3979d27e27b..2b97afcd6cf 100644
--- a/docs/plugin-center/proxy/brpc-plugin.md
+++ b/docs/plugin-center/proxy/brpc-plugin.md
@@ -67,7 +67,9 @@ Each `Brpc` interface method, will correspond to a metadata, when the `Brpc` app
                 }
             ]
         }
-    ]
+    ],
+    "host": "127.0.0.1",
+    "port": 8005
 }
 ```
 
diff --git a/docs/user-guide/brpc-proxy.md b/docs/user-guide/brpc-proxy.md
index 69b33bea413..a2e82836e19 100644
--- a/docs/user-guide/brpc-proxy.md
+++ b/docs/user-guide/brpc-proxy.md
@@ -68,8 +68,7 @@ shenyu:
         contextPath: /brpc
         ipAndPort: brpc
         appName: brpc
-        port: 8005
-        host: 127.0.0.1
+        port: ${starlight.server.port}
 
 # starlight
 starlight:
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/proxy/brpc-plugin.md b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/proxy/brpc-plugin.md
index 45fcb6f7828..e2c0b8e384d 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/proxy/brpc-plugin.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/plugin-center/proxy/brpc-plugin.md
@@ -65,7 +65,9 @@ description:  Brpc插件
                 }
             ]
         }
-    ]
+    ],
+    "host": "127.0.0.1",
+    "port": 8005
 }
 ```
 
diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/brpc-proxy.md b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/brpc-proxy.md
index 341fe93bec9..0d563a31a1b 100644
--- a/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/brpc-proxy.md
+++ b/i18n/zh/docusaurus-plugin-content-docs/current/user-guide/brpc-proxy.md
@@ -70,8 +70,7 @@ shenyu:
         contextPath: /brpc
         ipAndPort: brpc
         appName: brpc
-        port: 8005
-        host: 127.0.0.1
+        port: ${starlight.server.port}
 
 # starlight
 starlight: