Skip to content

Commit 6265d02

Browse files
committed
[vuepress] Update version
Signed-off-by: Kang Huaishuai <[email protected]>
1 parent d148009 commit 6265d02

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.github/workflows/check-link.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
"x.x.x.x/base",\
6161
"x.x.x.x:9000/minio/",\
6262
"yeasy.gitbooks.io",\
63+
"download.fastgit.org",\
6364
"www.aliyun.com" \
6465
--allow-dupe \
6566
--skip-save-results \

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
run: |
123123
sudo rm -rf .vuepress/dist/.git
124124
125-
echo "FROM nginx:alpine" >> Dockerfile
125+
echo "FROM nginx:alpine" > Dockerfile
126126
echo "COPY .vuepress/dist /usr/share/nginx/html" >> Dockerfile
127127
echo "COPY .docker/docker-entrypoint.sh /" >> Dockerfile
128128
echo "ENTRYPOINT [\"/docker-entrypoint.sh\"]" >> Dockerfile

.vuepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ module.exports = config({
4848
appKey: "...", // your appKey
4949
},
5050
pageInfo: [
51-
// 'Author',
52-
'ReadTime',
53-
'Word',
51+
// 'author',
52+
'reading-time',
53+
'word',
5454
],
5555
footer: {
5656
content: "Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
@@ -126,8 +126,8 @@ module.exports = config({
126126
// link: ''
127127
// },
128128
{
129-
text: '腾讯云容器服务',
130-
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10058&cps_key=3a5255852d5db99dcd5da4c72f05df61'
129+
text: '腾讯云2021新春采购节',
130+
link: 'https://cloud.tencent.com/act/cps/redirect?redirect=10488&cps_key=3a5255852d5db99dcd5da4c72f05df61&from=activity'
131131
},
132132
// {
133133
// text: '语言',

cases/ci/actions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
2626
## 参考资料
2727
28-
* [Actions Docs](https://docs.github.com/en/free-pro-team@latest/actions)
28+
* [Actions Docs](https://docs.github.com/en/actions)

install/raspberry-pi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
Docker 不仅支持 `x86_64` 架构的计算机,同时也支持 `ARM` 架构的计算机,本小节内容以树莓派单片电脑为例讲解 `ARM` 架构安装 Docker。
88

9-
Docker 支持以下版本的 [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspberry-pi-os/) 操作系统:
9+
Docker 支持以下版本的 [Raspberry Pi OS](https://www.raspberrypi.org/software/operating-systems/) 操作系统:
1010

1111
* Raspberry Pi OS Buster
1212

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"chalk": "^2.4.2",
99
"commander": "^2.0.0",
1010
"esm": "^3.0.0",
11-
"vuepress": "1.7.1",
11+
"vuepress": "1.8.2",
1212
"vuepress-plugin-container": "^2.1.5",
1313
"vuepress-theme-hope": "^1.0.0"
1414
},

repository/nexus3_registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nexus3.x 的私有仓库
22

3-
使用 Docker 官方的 Registry 创建的仓库面临一些维护问题。比如某些镜像删除以后空间默认是不会回收的,需要一些命令去回收空间然后重启 Registry 程序。在企业中把内部的一些工具包放入 Nexus 中是比较常见的做法,最新版本 `Nexus3.x` 全面支持 Docker 的私有镜像。所以使用 [`Nexus3.x`](https://www.sonatype.com/nexus/repository-oss/download) 一个软件来管理 `Docker` , `Maven` , `Yum` , `PyPI` 等是一个明智的选择。
3+
使用 Docker 官方的 Registry 创建的仓库面临一些维护问题。比如某些镜像删除以后空间默认是不会回收的,需要一些命令去回收空间然后重启 Registry 程序。在企业中把内部的一些工具包放入 Nexus 中是比较常见的做法,最新版本 `Nexus3.x` 全面支持 Docker 的私有镜像。所以使用 [`Nexus3.x`](https://www.sonatype.com/nexus/repository-oss-download) 一个软件来管理 `Docker` , `Maven` , `Yum` , `PyPI` 等是一个明智的选择。
44

55
## 启动 Nexus 容器
66

0 commit comments

Comments
 (0)