This is an automated email from the ASF dual-hosted git repository.
ningjiang pushed a change to branch asf-site
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-website.git.
from d061cf5 Publish the web site
add 87712d1 SCB-133 user guide document for dynamic config (#29)
add ddec6e4 SCB-263 remind user to release namespace when a project was
first created, and fix some error of picture path (#30)
add 4613e24 SCB-273 proper indent in yaml (#31)
new f1a39b7 Merge branch 'master' into asf-site
new dd4541c Publish the website
The 2 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:
_data/navigation.yml | 6 +
_users/cn/dynamic-config.md | 109 +++++++++++
_users/dynamic-config.md | 108 +++++++++++
assets/images/config/create_project.png | Bin 0 -> 17864 bytes
assets/images/config/create_project2.png | Bin 0 -> 17322 bytes
assets/images/config/login.png | Bin 0 -> 11412 bytes
assets/images/config/release_config.png | Bin 0 -> 46912 bytes
assets/images/config/release_namespace.png | Bin 0 -> 44073 bytes
assets/images/config/token.png | Bin 0 -> 26020 bytes
content/assets/images/config/create_project.png | Bin 0 -> 17864 bytes
content/assets/images/config/create_project2.png | Bin 0 -> 17322 bytes
content/assets/images/config/login.png | Bin 0 -> 11412 bytes
content/assets/images/config/release_config.png | Bin 0 -> 46912 bytes
content/assets/images/config/release_namespace.png | Bin 0 -> 44073 bytes
content/assets/images/config/token.png | Bin 0 -> 26020 bytes
.../cn/users/application-boot-process/index.html | 11 ++
content/cn/users/communicate-protocol/index.html | 11 ++
content/cn/users/customized-tracing/index.html | 11 ++
content/cn/users/develop-with-jax-rs/index.html | 11 ++
.../cn/users/develop-with-rest-template/index.html | 11 ++
content/cn/users/develop-with-rpc/index.html | 11 ++
content/cn/users/develop-with-springmvc/index.html | 11 ++
.../users/develop-with-transparent-rpc/index.html | 11 ++
content/cn/users/distributed-tracing/index.html | 11 ++
.../index.html | 214 +++++++++++----------
content/cn/users/edging-service/nginx/index.html | 11 ++
content/cn/users/edging-service/zuul/index.html | 11 ++
content/cn/users/index.html | 11 ++
content/cn/users/invoke-control/index.html | 11 ++
content/cn/users/local-develop-test/index.html | 11 ++
content/cn/users/metrics-in-0.5.0/index.html | 11 ++
content/cn/users/metrics-in-1.0.0-m1/index.html | 11 ++
.../index.html | 11 ++
.../index.html | 11 ++
content/cn/users/run-mode/index.html | 11 ++
content/cn/users/service-configurations/index.html | 11 ++
content/cn/users/service-contract/index.html | 11 ++
content/cn/users/service-definition/index.html | 11 ++
content/cn/users/service-heartbeat/index.html | 11 ++
.../users/service-interface-constraints/index.html | 11 ++
content/cn/users/setup-environment/index.html | 11 ++
content/cn/users/use-service-contract/index.html | 11 ++
.../use-servicecomb-in-spring-boot/index.html | 11 ++
content/cn/users/use-tls/index.html | 11 ++
content/feed.xml | 2 +-
content/sitemap.xml | 118 ++++++------
content/users/application-boot-process/index.html | 11 ++
content/users/communicate-protocol/index.html | 11 ++
content/users/customized-tracing/index.html | 11 ++
content/users/develop-with-jax-rs/index.html | 11 ++
.../users/develop-with-rest-template/index.html | 11 ++
content/users/develop-with-rpc/index.html | 11 ++
content/users/develop-with-springmvc/index.html | 11 ++
.../users/develop-with-transparent-rpc/index.html | 11 ++
content/users/distributed-tracing/index.html | 11 ++
.../index.html | 177 ++++++++++++-----
content/users/edging-service/nginx/index.html | 11 ++
content/users/edging-service/zuul/index.html | 11 ++
content/users/faq/index.html | 11 ++
content/users/huawei-cloud-faq/index.html | 11 ++
content/users/index.html | 11 ++
content/users/invoke-control/index.html | 11 ++
content/users/local-develop-test/index.html | 11 ++
content/users/metrics-in-1.0.0-m1/index.html | 11 ++
.../index.html | 11 ++
content/users/run-mode/index.html | 11 ++
content/users/service-configurations/index.html | 11 ++
content/users/service-contract/index.html | 11 ++
content/users/service-definition/index.html | 11 ++
content/users/service-heartbeat/index.html | 11 ++
.../users/service-interface-constraints/index.html | 11 ++
content/users/setup-environment/index.html | 11 ++
content/users/use-service-contract/index.html | 11 ++
.../use-servicecomb-in-spring-boot/index.html | 11 ++
content/users/use-tls/index.html | 11 ++
75 files changed, 1136 insertions(+), 214 deletions(-)
create mode 100644 _users/cn/dynamic-config.md
create mode 100644 _users/dynamic-config.md
create mode 100644 assets/images/config/create_project.png
create mode 100644 assets/images/config/create_project2.png
create mode 100644 assets/images/config/login.png
create mode 100644 assets/images/config/release_config.png
create mode 100644 assets/images/config/release_namespace.png
create mode 100644 assets/images/config/token.png
create mode 100644 content/assets/images/config/create_project.png
create mode 100644 content/assets/images/config/create_project2.png
create mode 100644 content/assets/images/config/login.png
create mode 100644 content/assets/images/config/release_config.png
create mode 100644 content/assets/images/config/release_namespace.png
create mode 100644 content/assets/images/config/token.png
copy content/cn/users/{customized-tracing => dynamic-config}/index.html (60%)
copy content/users/{develop-with-rest-template => dynamic-config}/index.html
(58%)
--
To stop receiving notification emails like this one, please contact
[email protected].