This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch history/next
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
from 4178b55baed Add go doc (#2848)
add 01626b85c5f Translate security notices to english (#2825)
add 8738936179c Update condition-rule.md (#2832)
add 558bb54ad28 translate core-features/observability into English (#2833)
add 0c0180f8128 Translate part of features overview docs to english (#2831)
add 99a45888406 fix spell mistake (#2835)
add 047466fc43a translate en\overview\core-features\protocols.md (#2837)
add 388bce64e3a fix wrongly written words (#2838)
add c3822a9e2ef Translate part features overview docs (#2836)
add 34cabc88e11 Update 3.3.0-beta.1 release (#2839)
add faf860ccbc5 Update spring-boot.md
add c57f49677c1 Update idl.md (#2841)
add 2ce2ab46e1a Update serialization-security.md
add caded9f57f4 Translate part of core-features documents (#2840)
add bbd684f257d Update zipkin.md (#2843)
add 414749ffd49 new blog, intellij-idea-dubbo-plugin (#2845)
add bebbb93fa1e Ingore cuacho links check
add e603103c03a Translate extension related docs (#2844)
add 98954fe38de Update dubbo-spring-cloud.md (#2853)
add 774494787f1 Update triple-to-connect-frontend-and-backend.md (#2854)
add c858e67a18e Update usecase-zhengcaiyun.md
add daa0a5e1a16 Update triple-to-connect-frontend-and-backend.md (#2855)
add b28963db5cd Add IDL quickstart img (#2858)
add ef617693f4b Add IDL quickstart img (#2859)
new 90b20219db0 Merge branch 'master' into history/next
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.htmltest.yml | 1 +
content/en/blog/news/intellij-idea-dubbo-plugin.md | 56 +++++
content/en/overview/tasks/extensibility/_index.md | 100 ++++++++
content/en/overview/tasks/extensibility/filter.md | 11 +
.../en/overview/tasks/extensibility/protocol.md | 278 +++++++++++++++++++++
.../en/overview/tasks/extensibility/registry.md | 10 +
content/en/overview/tasks/extensibility/router.md | 175 +++++++++++++
.../zh-cn/blog/integration/dubbo-spring-cloud.md | 2 +-
.../triple-to-connect-frontend-and-backend.md | 4 +-
.../blog/news/apachecon2023/usecase-zhengcaiyun.md | 4 +-
.../zh-cn/blog/news/intellij-idea-dubbo-plugin.md | 51 ++++
.../overview/tasks/observability/tracing/zipkin.md | 2 +-
static/imgs/blog/2023/10/plugin/img.png | Bin 0 -> 190613 bytes
static/imgs/blog/2023/10/plugin/img_1.png | Bin 0 -> 573111 bytes
static/imgs/blog/2023/10/plugin/img_2.png | Bin 0 -> 539240 bytes
static/imgs/blog/2023/10/plugin/img_3.png | Bin 0 -> 1307781 bytes
static/imgs/blog/2023/10/plugin/img_4.png | Bin 0 -> 2193563 bytes
static/imgs/blog/2023/10/plugin/img_5.png | Bin 0 -> 718798 bytes
static/imgs/blog/2023/10/plugin/img_6.png | Bin 0 -> 158789 bytes
.../quickstart/idl-directly-curl-remote.jpg | Bin 0 -> 540451 bytes
.../quickstart/idl-directly-curl-terminal.jpg | Bin 0 -> 450922 bytes
.../idl-directly-github-codespace-public.png | Bin 0 -> 1975344 bytes
.../java-sdk/quickstart/idl-directly-sdk.jpg | Bin 0 -> 508946 bytes
.../quickstart/idl-directly-server-started.jpg | Bin 0 -> 965009 bytes
24 files changed, 688 insertions(+), 6 deletions(-)
create mode 100644 content/en/blog/news/intellij-idea-dubbo-plugin.md
create mode 100644 content/en/overview/tasks/extensibility/_index.md
create mode 100644 content/en/overview/tasks/extensibility/filter.md
create mode 100644 content/en/overview/tasks/extensibility/protocol.md
create mode 100644 content/en/overview/tasks/extensibility/registry.md
create mode 100644 content/en/overview/tasks/extensibility/router.md
create mode 100644 content/zh-cn/blog/news/intellij-idea-dubbo-plugin.md
create mode 100644 static/imgs/blog/2023/10/plugin/img.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_1.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_2.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_3.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_4.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_5.png
create mode 100644 static/imgs/blog/2023/10/plugin/img_6.png
create mode 100644
static/imgs/docs3-v2/java-sdk/quickstart/idl-directly-curl-remote.jpg
create mode 100644
static/imgs/docs3-v2/java-sdk/quickstart/idl-directly-curl-terminal.jpg
create mode 100644
static/imgs/docs3-v2/java-sdk/quickstart/idl-directly-github-codespace-public.png
create mode 100644
static/imgs/docs3-v2/java-sdk/quickstart/idl-directly-sdk.jpg
create mode 100644
static/imgs/docs3-v2/java-sdk/quickstart/idl-directly-server-started.jpg