You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/04/25 12:48:49 UTC

[skywalking] 01/01: Set RocketBot as primary UI in doc

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

wusheng pushed a commit to branch ui-doc-update
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit a7cb6b1abf18c05ccbfbcc9bc6496027738438ca
Author: Wu Sheng <wu...@foxmail.com>
AuthorDate: Thu Apr 25 20:48:35 2019 +0800

    Set RocketBot as primary UI in doc
---
 docs/en/guides/README.md          | 6 ++++--
 docs/en/setup/backend/ui-setup.md | 5 -----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md
index 7d406e8..72d68ff 100644
--- a/docs/en/guides/README.md
+++ b/docs/en/guides/README.md
@@ -48,10 +48,12 @@ want to push upstream back to our Apache OSS repo, please read these principles.
 ### UI developer
 Our UI is constituted by static pages and web container.
 
-- **Static pages** is built based on [Ant Design Pro](https://pro.ant.design/), which source codes are 
-hosted in our [UI repository](https://github.com/apache/incubator-skywalking-ui).
+- [RocketBot UI](https://github.com/apache/skywalking-rocketbot-ui) is SkyWalking primary UI since 6.1 release.
+It is built with vue + typescript. You could know more at the rocketbot repository.
 - **Web container** source codes are in `apm-webapp` module. This is a just an easy zuul proxy to host
 static resources and send GraphQL query requests to backend.
+- [Legacy UI repository](https://github.com/apache/incubator-skywalking-ui) is still there, but not included
+in SkyWalking release, after 6.0.0-GA.
 
 ## For release
 [Apache Release Guide](How-to-release.md) introduces to the committer team about doing official Apache version release, to avoid 
diff --git a/docs/en/setup/backend/ui-setup.md b/docs/en/setup/backend/ui-setup.md
index eb342d0..d7ad38e 100644
--- a/docs/en/setup/backend/ui-setup.md
+++ b/docs/en/setup/backend/ui-setup.md
@@ -31,8 +31,3 @@ security:
 
 ```
 
-## Another Open Source UI RocketBot
-
-A modern and awesome UI for Apache SkyWalking. 
-
-Github: [https://github.com/TinyAllen/rocketbot](https://github.com/TinyAllen/rocketbot)