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

github-bot pushed a commit to branch cn-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/cn-site by this push:
     new 4263540df0 deploy: c4d2db99b184fc3e130bb0b7983c7cd7ac99b0a5
4263540df0 is described below

commit 4263540df05adbe534975b0da0274944d641c366
Author: AlbumenJ <[email protected]>
AuthorDate: Sat Apr 15 03:30:15 2023 +0000

    deploy: c4d2db99b184fc3e130bb0b7983c7cd7ac99b0a5
---
 sitemap.xml                                 | 2 +-
 zh-cn/overview/tasks/develop/idl/index.html | 6 +++---
 zh-cn/sitemap.xml                           | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sitemap.xml b/sitemap.xml
index 872c30d886..3f9f130e05 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-04-15T11:25:42+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-12T00:54:23+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><sitemapindex 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";><sitemap><loc>https://cn.dubbo.apache.org/zh-cn/sitemap.xml</loc><lastmod>2023-04-15T11:26:00+08:00</lastmod></sitemap><sitemap><loc>https://cn.dubbo.apache.org/en/sitemap.xml</loc><lastmod>2023-04-12T00:54:23+08:00</lastmod></sitemap></sitemapindex>
\ No newline at end of file
diff --git a/zh-cn/overview/tasks/develop/idl/index.html 
b/zh-cn/overview/tasks/develop/idl/index.html
index 06e1662d79..7cd413e4ec 100644
--- a/zh-cn/overview/tasks/develop/idl/index.html
+++ b/zh-cn/overview/tasks/develop/idl/index.html
@@ -2,11 +2,11 @@
 下面从定义服务、编译服务、配置并加载服务三个方面说明如何快速的开发 Dubbo 服务。
 具体用例可以参考:dubbo-samples-triple/stub;
 定义服务 Dubbo3 推荐使用 IDL 定义跨语言服务,如您更习惯使用特定语言的服务定义方式,请移步多语言 SDK查看。
-syntax = &#34;proto3&#34;; option java_multiple_files = true; option 
java_package = &#34;org.apache.dubbo.demo&#34;; option java_outer_classname = 
&#34;DemoServiceProto&#34;; option objc_class_prefix = &#34;DEMOSRV&#34;; 
package demoservice; // The demo service definition. service DemoService { rpc 
SayHello (HelloRequest) returns (HelloReply) {} } // The request message 
containing the user's name."><meta property="og:type" content="article"><meta 
property="og:url" content="https://cn.dub [...]
+syntax = &#34;proto3&#34;; option java_multiple_files = true; option 
java_package = &#34;org.apache.dubbo.demo&#34;; option java_outer_classname = 
&#34;DemoServiceProto&#34;; option objc_class_prefix = &#34;DEMOSRV&#34;; 
package demoservice; // The demo service definition. service DemoService { rpc 
SayHello (HelloRequest) returns (HelloReply) {} } // The request message 
containing the user's name."><meta property="og:type" content="article"><meta 
property="og:url" content="https://cn.dub [...]
 下面从定义服务、编译服务、配置并加载服务三个方面说明如何快速的开发 Dubbo 服务。
 具体用例可以参考:dubbo-samples-triple/stub;
 定义服务 Dubbo3 推荐使用 IDL 定义跨语言服务,如您更习惯使用特定语言的服务定义方式,请移步多语言 SDK查看。
-syntax = &#34;proto3&#34;; option java_multiple_files = true; option 
java_package = &#34;org.apache.dubbo.demo&#34;; option java_outer_classname = 
&#34;DemoServiceProto&#34;; option objc_class_prefix = &#34;DEMOSRV&#34;; 
package demoservice; // The demo service definition. service DemoService { rpc 
SayHello (HelloRequest) returns (HelloReply) {} } // The request message 
containing the user's name."><meta itemprop=dateModified 
content="2023-03-01T15:24:06+08:00"><meta itemprop=wordCount c [...]
+syntax = &#34;proto3&#34;; option java_multiple_files = true; option 
java_package = &#34;org.apache.dubbo.demo&#34;; option java_outer_classname = 
&#34;DemoServiceProto&#34;; option objc_class_prefix = &#34;DEMOSRV&#34;; 
package demoservice; // The demo service definition. service DemoService { rpc 
SayHello (HelloRequest) returns (HelloReply) {} } // The request message 
containing the user's name."><meta itemprop=dateModified 
content="2023-04-15T11:26:00+08:00"><meta itemprop=wordCount c [...]
 下面从定义服务、编译服务、配置并加载服务三个方面说明如何快速的开发 Dubbo 服务。
 具体用例可以参考:dubbo-samples-triple/stub;
 定义服务 Dubbo3 推荐使用 IDL 定义跨语言服务,如您更习惯使用特定语言的服务定义方式,请移步多语言 SDK查看。
@@ -909,7 +909,7 @@ IDL 格式的服务依赖 Protobuf 编译器,用来生成可以被用户调用
 </span></span><span style=display:flex><span>  gxlog.<span 
style=color:#268bd2>CInfo</span>(<span style=color:#2aa198>&#34;response 
result: %v\n&#34;</span>, user)
 </span></span><span style=display:flex><span>}
 </span></span></code></pre></div><div id=pre-footer><h2>反馈</h2><p 
class=feedback--prompt>此页是否对您有帮助?</p><button class="btn btn-primary mb-4 
feedback--yes">是</button>
-<button class="btn btn-primary mb-4 
feedback--no">否</button></div><script>const 
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
 
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
 [...]
+<button class="btn btn-primary mb-4 
feedback--no">否</button></div><script>const 
yes=document.querySelector(".feedback--yes"),no=document.querySelector(".feedback--no");document.querySelectorAll(".feedback--link").forEach(e=>{e.href=e.href+window.location.pathname});const
 
sendFeedback=e=>{gtag||console.log("!gtag"),gtag("event","click",{event_category:"Helpful",event_label:window.location.pathname,value:e})},disableButtons=()=>{yes.disabled=!0,yes.classList.add("feedback--button__disabled
 [...]
 <a 
href="https://github.com/apache/dubbo-website/new/master/content/zh-cn/overview/tasks/develop/idl.md?filename=change-me.md&amp;value=---%0Atitle%3A+%22Long+Page+Title%22%0AlinkTitle%3A+%22Short+Nav+Title%22%0Aweight%3A+100%0Adescription%3A+%3E-%0A+++++Page+description+for+heading+and+indexes.%0A---%0A%0A%23%23+Heading%0A%0AEdit+this+template+to+create+your+new+page.%0A%0A%2A+Give+it+a+good+name%2C+ending+in+%60.md%60+-+e.g.+%60getting-started.md%60%0A%2A+Edit+the+%22front+matter%22+se
 [...]
 <a 
href="https://github.com/apache/dubbo-website/issues/new?title=%e4%bd%bf%e7%94%a8%20IDL%20%e5%ae%9a%e4%b9%89%e4%b8%8e%e5%bc%80%e5%8f%91%e6%9c%8d%e5%8a%a1";
 target=_blank><i class="fab fa-github fa-fw"></i> 登记问题</a>
 <a href=https://github.com/apache/dubbo/issues/new target=_blank><i class="fas 
fa-tasks fa-fw"></i> 提交项目问题</a></div><nav id=TableOfContents><ul><li><a 
href=#定义服务>定义服务</a></li><li><a href=#编译服务>编译服务</a><ul><li><a 
href=#java>Java</a></li><li><a href=#golang>Golang</a></li></ul></li><li><a 
href=#配置并加载服务>配置并加载服务</a><ul><li><a href=#java-1>Java</a></li><li><a 
href=#golang-1>Golang</a></li></ul></li></ul></nav></div></div></div></div><footer
 class="bg-dark py-5 row d-print-none footer-margin-0 [...]
diff --git a/zh-cn/sitemap.xml b/zh-cn/sitemap.xml
index a452ba2c1f..273676d64f 100644
--- a/zh-cn/sitemap.xml
+++ b/zh-cn/sitemap.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu
 [...]
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"; 
xmlns:xhtml="http://www.w3.org/1999/xhtml";><url><loc>https://cn.dubbo.apache.org/zh-cn/blog/2023/01/16/%E9%98%BF%E9%87%8C%E5%B7%B4%E5%B7%B4%E5%8D%87%E7%BA%A7-dubbo3-%E5%85%A8%E9%9D%A2%E5%8F%96%E4%BB%A3-hsf2/</loc><lastmod>2023-02-22T15:03:22+08:00</lastmod><changefreq>monthly</changefreq><priority>0.5</priority></url><url><loc>https://cn.dubbo.apache.org/zh-cn/overview/mannu
 [...]
\ No newline at end of file

Reply via email to