From a2e8595c4217de38d17f35b639c6dda8947c6eda Mon Sep 17 00:00:00 2001 From: Kang HuaiShuai Date: Sat, 22 Feb 2020 14:30:11 +0800 Subject: [PATCH] vuepress remove archived content Signed-off-by: Kang HuaiShuai --- .github/workflows/ci.yaml | 4 ++-- .vuepress/config.js | 31 ------------------------------- README.md | 2 +- 3 files changed, 3 insertions(+), 34 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c2d25d..a027320 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -44,9 +44,9 @@ jobs: env: PCIT_EMAIL: khs1994@khs1994.com PCIT_GIT_TOKEN: ${{ secrets.CODING_GIT_TOKEN }} - PCIT_GIT_URL: git.dev.tencent.com/khs1994/docker_practice + PCIT_GIT_URL: e.coding.net/dpsigs/docker_practice PCIT_KEEP_HISTORY: "true" PCIT_LOCAL_DIR: .vuepress/dist PCIT_MESSAGE: Sync from yeasy/docker_practice@${{github.sha}} by PCIT PCIT_TARGET_BRANCH: master - PCIT_USERNAME: khs1994 + PCIT_USERNAME: ptt0xjqzbke3 diff --git a/.vuepress/config.js b/.vuepress/config.js index a4cf45c..b3c3bdf 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -390,37 +390,6 @@ module.exports = { 'appendix/best_practices', 'appendix/debug', 'appendix/resources', - 'archive/', - { - title: "Docker Machine", - collapsable: false, - children: [ - 'machine/', - 'machine/install', - 'machine/usage', - ], - }, - { - title: 'Mesos', - collapsable: false, - children: [ - 'mesos/', - 'mesos/intro', - 'mesos/installation', - 'mesos/architecture', - 'mesos/configuration', - 'mesos/monitor', - 'mesos/framework', - 'mesos/summary', - ] - }, - { - title: 'Docker Swarm', - collapsable: false, - children: [ - "swarm/" - ] - } ], }, } diff --git a/README.md b/README.md index 24b6baa..5f4f89a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ | 语言 | 构建状态 | - | | :------------- | :------------- | :--- | -| [zh-hans](https://github.com/yeasy/docker_practice) | [![](https://travis-ci.org/yeasy/docker_practice.svg?branch=master)](https://travis-ci.org/yeasy/docker_practice)| [阅读](https://docker_practice.gitee.io/zh-cn) | +| [zh-hans](https://github.com/yeasy/docker_practice) | [![](https://travis-ci.org/yeasy/docker_practice.svg?branch=master)](https://travis-ci.org/yeasy/docker_practice)| [阅读](https://vuepress.mirror.docker-practice.com/) | | [us-en](https://github.com/yeasy/docker_practice/tree/english) | [![](https://travis-ci.org/yeasy/docker_practice.svg?branch=english)](https://travis-ci.org/yeasy/docker_practice)| [阅读](https://docker_practice.gitee.io/us-en) | | [zh-hant](https://github.com/yeasy/docker_practice/tree/zh-Hant) | [![](https://travis-ci.org/yeasy/docker_practice.svg?branch=zh-hant)](https://travis-ci.org/yeasy/docker_practice)| [阅读](https://docker_practice.gitee.io/zh-hant) |