You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by wu...@apache.org on 2021/01/04 08:39:02 UTC

[incubator-pegasus-website] branch master updated: fix: add pegic/admin-cli to tools docs

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

wutao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a3319cb  fix: add pegic/admin-cli to tools docs
a3319cb is described below

commit a3319cba3c5f509f5aa1266ee6731b207252bde4
Author: neverchanje <wu...@gmail.com>
AuthorDate: Mon Jan 4 16:38:47 2021 +0800

    fix: add pegic/admin-cli to tools docs
---
 _data/docs_menu.yml                       | 8 ++++++++
 _data/en/translate.yml                    | 3 +++
 _data/overview_menu.yml                   | 2 --
 _data/zh/translate.yml                    | 3 +++
 {_overview/zh => _docs/zh/tools}/shell.md | 3 ++-
 _overview/en/shell.md                     | 5 -----
 6 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/_data/docs_menu.yml b/_data/docs_menu.yml
index dee4e9b..8e2582f 100644
--- a/_data/docs_menu.yml
+++ b/_data/docs_menu.yml
@@ -22,6 +22,14 @@
       link: /clients/node-client
     - name: title_scala-client
       link: /clients/scala-client
+- name: title_tools
+  items:
+    - name: title_shell
+      link: /docs/tools/shell
+    - name: title_admin_cli
+      link: https://github.com/pegasus-kv/admin-cli
+    - name: title_pegic
+      link: https://github.com/pegasus-kv/pegic
 - name: title_api
   items:
     - name: title_ttl
diff --git a/_data/en/translate.yml b/_data/en/translate.yml
index 3d03ba2..9163ed0 100644
--- a/_data/en/translate.yml
+++ b/_data/en/translate.yml
@@ -62,4 +62,7 @@ title_bad-disk: "Bad Disk Repair"
 title_whitelist: "Whitelist"
 title_backup-request: "Backup Request"
 title_docs: "The Pegasus documentation"
+title_tools: "Tools"
+title_admin_cli: "Admin CLI"
+title_pegic: "Pegasus data access CLI"
 global_toc: "Table of contents"
diff --git a/_data/overview_menu.yml b/_data/overview_menu.yml
index 61214a2..adaa6f5 100644
--- a/_data/overview_menu.yml
+++ b/_data/overview_menu.yml
@@ -13,5 +13,3 @@
       link: /docs/build/compile-by-docker
     - name: title_onebox
       link: /overview/onebox
-    - name: title_shell
-      link: /overview/shell
diff --git a/_data/zh/translate.yml b/_data/zh/translate.yml
index 9745757..5ddffdf 100644
--- a/_data/zh/translate.yml
+++ b/_data/zh/translate.yml
@@ -62,4 +62,7 @@ title_bad-disk: "坏盘检修"
 title_whitelist: "白名单"
 title_backup-request: "Backup Request"
 title_docs: "Pegasus产品文档"
+title_tools: "生态工具"
+title_admin_cli: "集群管理命令行"
+title_pegic: "数据访问命令行"
 global_toc: "本页导航"
diff --git a/_overview/zh/shell.md b/_docs/zh/tools/shell.md
similarity index 99%
rename from _overview/zh/shell.md
rename to _docs/zh/tools/shell.md
index 86f172f..1b9ceec 100755
--- a/_overview/zh/shell.md
+++ b/_docs/zh/tools/shell.md
@@ -1,5 +1,6 @@
 ---
-permalink: /overview/shell/
+permalink: /docs/tools/shell/
+redirect_from: /overview/shell/
 ---
 
 Pegasus提供了Shell工具,用于查看集群相关信息,创建/删除表,操作数据等。
diff --git a/_overview/en/shell.md b/_overview/en/shell.md
deleted file mode 100755
index 7afb76d..0000000
--- a/_overview/en/shell.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-permalink: /overview/shell/
----
-
-TRANSLATING


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org