mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
vuepress remove archived content
Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
parent
5577c9caa6
commit
a2e8595c42
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
@ -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/"
|
||||
]
|
||||
}
|
||||
],
|
||||
},
|
||||
}
|
||||
|
@ -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) |
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user