Skip to content

Commit ca356d5

Browse files
committed
deploy: e8175a9
1 parent 6d5260d commit ca356d5

19 files changed

Lines changed: 202 additions & 208 deletions

CONTRIBUTORS.svg

Lines changed: 0 additions & 14 deletions
This file was deleted.

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ a.gototop {
110110
z-index: 9999;
111111
color: var(--color-theme-bg);
112112
font-size: 10px;
113-
opacity: 0.5;
113+
opacity: 0;
114114
transition: all 0.3s;
115115
}
116116
a.gototop:hover {

docker-compose.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker Compose Docker 入门教程</title>
88
<meta name="description" content="docker-compose 是用来做 docker 的多容器控制,这个工具是用于 docker 自动化的东西,将多个 docker 容器的操作命令,简化成一条命令,自动完成配置中的容器启动。">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -143,8 +143,8 @@ <h2 id="卸载"><a aria-hidden="true" tabindex="-1" href="#卸载" class="anchor
143143
</aside>
144144
</nav>
145145
</div>
146-
<script src="js/demo-preview.js?v=1.21.11"></script>
147-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
148-
<script src="js/tocbot.js?v=1.21.11"></script>
146+
<script src="js/demo-preview.js?v=1.21.14"></script>
147+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
148+
<script src="js/tocbot.js?v=1.21.14"></script>
149149
</body>
150150
</html>

elasticsearch.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>ElasticSearch 6.4.2 Docker 入门教程</title>
88
<meta name="description" content="ElasticSearch 5.3.3 docker 运行">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -335,8 +335,8 @@ <h2 id="其它"><a aria-hidden="true" tabindex="-1" href="#其它" class="anchor
335335
</aside>
336336
</nav>
337337
</div>
338-
<script src="js/demo-preview.js?v=1.21.11"></script>
339-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
340-
<script src="js/tocbot.js?v=1.21.11"></script>
338+
<script src="js/demo-preview.js?v=1.21.14"></script>
339+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
340+
<script src="js/tocbot.js?v=1.21.14"></script>
341341
</body>
342342
</html>

gitlab/index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker 部署 Gitlab Docker 入门教程</title>
88
<meta name="description" content="在 Docker 中安装 Gitlab 教程,官方文档,如果你想使用原生安装,教程在这里:CentOS7安装维护Gitlab">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="../css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="../css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="../img/logo.svg" type="image/x-icon">
17-
<script src="../js/copy.js?v=1.21.11"></script>
18-
<script src="../js/dark-mode.js?v=1.21.11"></script>
19-
<script src="../js/markdown-style.js?v=1.21.11"></script>
17+
<script src="../js/copy.js?v=1.21.14"></script>
18+
<script src="../js/dark-mode.js?v=1.21.14"></script>
19+
<script src="../js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -693,8 +693,8 @@ <h2 id="升级"><a aria-hidden="true" tabindex="-1" href="#升级" class="anchor
693693
</aside>
694694
</nav>
695695
</div>
696-
<script src="../js/demo-preview.js?v=1.21.11"></script>
697-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
698-
<script src="../js/tocbot.js?v=1.21.11"></script>
696+
<script src="../js/demo-preview.js?v=1.21.14"></script>
697+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
698+
<script src="../js/tocbot.js?v=1.21.14"></script>
699699
</body>
700700
</html>

harbor.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Harbor Docker 入门教程</title>
88
<meta name="description" content="Harbor 是 VMware 公司开源了企业级 Registry 项目, 其的目标是帮助用户迅速搭建一个企业级的 Docker registry 服务。">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -313,8 +313,8 @@ <h2 id="使用-harbor"><a aria-hidden="true" tabindex="-1" href="#使用-harbor"
313313
</aside>
314314
</nav>
315315
</div>
316-
<script src="js/demo-preview.js?v=1.21.11"></script>
317-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
318-
<script src="js/tocbot.js?v=1.21.11"></script>
316+
<script src="js/demo-preview.js?v=1.21.14"></script>
317+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
318+
<script src="js/tocbot.js?v=1.21.14"></script>
319319
</body>
320320
</html>

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Docker 入门教程 Docker 入门教程</title>
88
<meta name="description" content="Docker 是一个开源的应用容器引擎,而一个容器containers其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -1027,8 +1027,8 @@ <h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anch
10271027
</aside>
10281028
</nav>
10291029
</div>
1030-
<script src="js/demo-preview.js?v=1.21.11"></script>
1031-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
1032-
<script src="js/tocbot.js?v=1.21.11"></script>
1030+
<script src="js/demo-preview.js?v=1.21.14"></script>
1031+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
1032+
<script src="js/tocbot.js?v=1.21.14"></script>
10331033
</body>
10341034
</html>

js/tocbot.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
});
3131
}
3232
}
33+
function tocButton() {
34+
const tocElement = document.querySelector(`a.gototop`);
35+
if (document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) {
36+
tocElement.style.opacity = 0.5;
37+
} else {
38+
tocElement.style.opacity = 0;
39+
}
40+
}
3341
function scrollListener(evn) {
3442
const anchors = document.querySelectorAll('markdown-style a.anchor[href*="#"][aria-hidden]');
3543
const scrollTop = evn && evn.target && evn.target.scrollingElement && evn.target.scrollingElement.scrollTop;
@@ -41,7 +49,7 @@
4149
index = idx;
4250
}
4351
});
44-
52+
tocButton();
4553
if (element) {
4654
const tocElement = document.querySelector(`a.tocs-link[href='${decodeURIComponent(element.hash)}']`);
4755
if (tocElement) {

mattermost.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Mattermost Docker 入门教程</title>
88
<meta name="description" content="Slack 的开源替代品 Mattermost,使用下面命令即可启动 Mattermost,并且可以直接使用。">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -177,8 +177,8 @@ <h2 id="设置-gitlab-单点登陆"><a aria-hidden="true" tabindex="-1" href="#
177177
</aside>
178178
</nav>
179179
</div>
180-
<script src="js/demo-preview.js?v=1.21.11"></script>
181-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
182-
<script src="js/tocbot.js?v=1.21.11"></script>
180+
<script src="js/demo-preview.js?v=1.21.14"></script>
181+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
182+
<script src="js/tocbot.js?v=1.21.14"></script>
183183
</body>
184184
</html>

mysql.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>MySQL Docker 入门教程</title>
88
<meta name="description" content="MySQL 是最流行的关系型数据库管理系统,在 WEB 应用方面 MySQL 是最好的 RDBMS(Relational Database Management System:关系数据库管理系统)应用软件之一,属于 Oracle 旗下产品。">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.11">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.11">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.11">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.11">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.11">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.11">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.21.14">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.21.14">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.21.14">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.21.14">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.21.14">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.21.14">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.21.11"></script>
18-
<script src="js/dark-mode.js?v=1.21.11"></script>
19-
<script src="js/markdown-style.js?v=1.21.11"></script>
17+
<script src="js/copy.js?v=1.21.14"></script>
18+
<script src="js/dark-mode.js?v=1.21.14"></script>
19+
<script src="js/markdown-style.js?v=1.21.14"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -248,8 +248,8 @@ <h2 id="进入数据库"><a aria-hidden="true" tabindex="-1" href="#进入数据
248248
</aside>
249249
</nav>
250250
</div>
251-
<script src="js/demo-preview.js?v=1.21.11"></script>
252-
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.11</div>
253-
<script src="js/tocbot.js?v=1.21.11"></script>
251+
<script src="js/demo-preview.js?v=1.21.14"></script>
252+
<div class="footer warpper">Released under the MIT License. Copyright © 2022 Kenny Wong<br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.21.14</div>
253+
<script src="js/tocbot.js?v=1.21.14"></script>
254254
</body>
255255
</html>

0 commit comments

Comments
 (0)