This is an automated email from the ASF dual-hosted git repository.
tison pushed a change to branch refactor
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks-website.git
from 7619c54 fix pull_request trigger
add 0c07dc8 drop locale since no one is working on i18n yet
add 91c3e5c navbar
add 28dd434 Rework Supported Commands
add 225eceb Rework Getting started
add b2dd457 Update links
add ac014eb Rework INFO sections
add 67efe61 Rework namespace and cluster
No new revisions were added by this update.
Summary of changes:
docs/01-supported-commands.md | 284 --------------------
docs/02-server-installation.md | 44 ----
docs/03-UserGuide/00-info-section-explain.md | 261 ------------------
docs/07-Cluster/00-kvrocks-cluster-introduction.md | 101 -------
docs/assets/cluster.png | Bin 0 -> 38068 bytes
docs/cluster.md | 115 ++++++++
docs/getting-started.md | 74 ++++++
docs/info-sections.md | 293 +++++++++++++++++++++
.../{03-UserGuide/01-namespace.md => namespace.md} | 21 +-
docs/supported-commands.md | 280 ++++++++++++++++++++
docusaurus.config.js | 43 ++-
i18n/zh-CN/code.json | 218 ---------------
i18n/zh-CN/docusaurus-plugin-content-blog/.gitkeep | 0
.../current/.gitkeep | 0
i18n/zh-CN/docusaurus-theme-classic/navbar.json | 22 --
sidebars.js | 43 ++-
src/pages/index.tsx | 2 +-
17 files changed, 802 insertions(+), 999 deletions(-)
delete mode 100644 docs/01-supported-commands.md
delete mode 100644 docs/02-server-installation.md
delete mode 100644 docs/03-UserGuide/00-info-section-explain.md
delete mode 100644 docs/07-Cluster/00-kvrocks-cluster-introduction.md
create mode 100644 docs/assets/cluster.png
create mode 100644 docs/cluster.md
create mode 100644 docs/getting-started.md
create mode 100644 docs/info-sections.md
rename docs/{03-UserGuide/01-namespace.md => namespace.md} (68%)
create mode 100644 docs/supported-commands.md
delete mode 100644 i18n/zh-CN/code.json
delete mode 100644 i18n/zh-CN/docusaurus-plugin-content-blog/.gitkeep
delete mode 100644 i18n/zh-CN/docusaurus-plugin-content-docs/current/.gitkeep
delete mode 100644 i18n/zh-CN/docusaurus-theme-classic/navbar.json