Skip to content

Commit e819c24

Browse files
v1.0.0 Modify funding configuration in FUNDING.yml
Updated funding sources and commented out old options. 2362e41
1 parent bdd0aa9 commit e819c24

28 files changed

Lines changed: 351 additions & 334 deletions

CONTRIBUTORS.svg

Lines changed: 1 addition & 1 deletion
Loading

css/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
--color-done-emphasis: #8250df;
1717
--color-success-fg: #1a7f37;
1818
--color-success-emphasis: #1f883d;
19+
--color-fg-muted: #8b949e;
1920
}
2021

2122
[data-color-mode*='light'],
@@ -36,6 +37,7 @@
3637
--color-done-emphasis: #8957e5;
3738
--color-success-fg: #3fb950;
3839
--color-success-emphasis: #238636;
40+
--color-fg-muted: #57606a;
3941
}
4042

4143
*,
@@ -44,6 +46,17 @@
4446
box-sizing: border-box;
4547
}
4648

49+
::-webkit-scrollbar {
50+
background: transparent;
51+
width: 8px;
52+
height: 8px;
53+
}
54+
55+
::-webkit-scrollbar-thumb {
56+
background: var(--color-fg-muted);
57+
border-radius: 10px;
58+
}
59+
4760
html {
4861
scroll-behavior: smooth;
4962
}

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.31.0">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.31.0"></script>
18-
<script src="js/dark-mode.js?v=1.31.0"></script>
19-
<script src="js/markdown-style.js?v=1.31.0"></script>
17+
<script src="js/copy.js?v=1.34.4"></script>
18+
<script src="js/dark-mode.js?v=1.34.4"></script>
19+
<script src="js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -147,13 +147,13 @@ <h2 id="卸载"><a aria-hidden="true" tabindex="-1" href="#卸载" class="anchor
147147
</aside>
148148
</nav>
149149
</div>
150-
<script src="js/demo-preview.js?v=1.31.0"></script>
150+
<script src="js/demo-preview.js?v=1.34.4"></script>
151151
<div class="footer warpper">
152152
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
153153
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
154154
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
155-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
155+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
156156
</div>
157-
<script src="js/tocbot.js?v=1.31.0"></script>
157+
<script src="js/tocbot.js?v=1.34.4"></script>
158158
</body>
159159
</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.31.0">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.31.0"></script>
18-
<script src="js/dark-mode.js?v=1.31.0"></script>
19-
<script src="js/markdown-style.js?v=1.31.0"></script>
17+
<script src="js/copy.js?v=1.34.4"></script>
18+
<script src="js/dark-mode.js?v=1.34.4"></script>
19+
<script src="js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -339,13 +339,13 @@ <h2 id="其它"><a aria-hidden="true" tabindex="-1" href="#其它" class="anchor
339339
</aside>
340340
</nav>
341341
</div>
342-
<script src="js/demo-preview.js?v=1.31.0"></script>
342+
<script src="js/demo-preview.js?v=1.34.4"></script>
343343
<div class="footer warpper">
344344
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
345345
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
346346
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
347-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
347+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
348348
</div>
349-
<script src="js/tocbot.js?v=1.31.0"></script>
349+
<script src="js/tocbot.js?v=1.34.4"></script>
350350
</body>
351351
</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.31.0">
11-
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="../css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="../img/logo.svg" type="image/x-icon">
17-
<script src="../js/copy.js?v=1.31.0"></script>
18-
<script src="../js/dark-mode.js?v=1.31.0"></script>
19-
<script src="../js/markdown-style.js?v=1.31.0"></script>
17+
<script src="../js/copy.js?v=1.34.4"></script>
18+
<script src="../js/dark-mode.js?v=1.34.4"></script>
19+
<script src="../js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -720,13 +720,13 @@ <h2 id="升级"><a aria-hidden="true" tabindex="-1" href="#升级" class="anchor
720720
</aside>
721721
</nav>
722722
</div>
723-
<script src="../js/demo-preview.js?v=1.31.0"></script>
723+
<script src="../js/demo-preview.js?v=1.34.4"></script>
724724
<div class="footer warpper">
725725
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
726726
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
727727
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
728-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
728+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
729729
</div>
730-
<script src="../js/tocbot.js?v=1.31.0"></script>
730+
<script src="../js/tocbot.js?v=1.34.4"></script>
731731
</body>
732732
</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.31.0">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.31.0"></script>
18-
<script src="js/dark-mode.js?v=1.31.0"></script>
19-
<script src="js/markdown-style.js?v=1.31.0"></script>
17+
<script src="js/copy.js?v=1.34.4"></script>
18+
<script src="js/dark-mode.js?v=1.34.4"></script>
19+
<script src="js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -317,13 +317,13 @@ <h2 id="使用-harbor"><a aria-hidden="true" tabindex="-1" href="#使用-harbor"
317317
</aside>
318318
</nav>
319319
</div>
320-
<script src="js/demo-preview.js?v=1.31.0"></script>
320+
<script src="js/demo-preview.js?v=1.34.4"></script>
321321
<div class="footer warpper">
322322
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
323323
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
324324
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
325-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
325+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
326326
</div>
327-
<script src="js/tocbot.js?v=1.31.0"></script>
327+
<script src="js/tocbot.js?v=1.34.4"></script>
328328
</body>
329329
</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.31.0">
11-
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="img/logo.svg" type="image/x-icon">
17-
<script src="js/copy.js?v=1.31.0"></script>
18-
<script src="js/dark-mode.js?v=1.31.0"></script>
19-
<script src="js/markdown-style.js?v=1.31.0"></script>
17+
<script src="js/copy.js?v=1.34.4"></script>
18+
<script src="js/dark-mode.js?v=1.34.4"></script>
19+
<script src="js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -1075,13 +1075,13 @@ <h2 id="license"><a aria-hidden="true" tabindex="-1" href="#license" class="anch
10751075
</aside>
10761076
</nav>
10771077
</div>
1078-
<script src="js/demo-preview.js?v=1.31.0"></script>
1078+
<script src="js/demo-preview.js?v=1.34.4"></script>
10791079
<div class="footer warpper">
10801080
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
10811081
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
10821082
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
1083-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
1083+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
10841084
</div>
1085-
<script src="js/tocbot.js?v=1.31.0"></script>
1085+
<script src="js/tocbot.js?v=1.34.4"></script>
10861086
</body>
10871087
</html>

jenkins/index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<title>Jenkins Docker 入门教程</title>
88
<meta name="description" content="本教程展示如何在 Linux(CentOS 7) 服务器上通过 Docker 部署 Jenkins,并在 Docker 容器中运行 Pipeline 脚本。这样可以方便地使用任何版本的 Node.js 或 Java 沙盒环境。">
99
<meta name="keywords" content="docker,containers,tutorial">
10-
<link rel="stylesheet" type="text/css" href="../css/main.css?v=1.31.0">
11-
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.31.0">
12-
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.31.0">
13-
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.31.0">
14-
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.31.0">
15-
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.31.0">
10+
<link rel="stylesheet" type="text/css" href="../css/main.css?v=1.34.4">
11+
<link rel="stylesheet" type="text/css" href="../css/tocbot.css?v=1.34.4">
12+
<link rel="stylesheet" type="text/css" href="../css/media.css?v=1.34.4">
13+
<link rel="stylesheet" type="text/css" href="../css/sidebar.css?v=1.34.4">
14+
<link rel="stylesheet" type="text/css" href="../css/copy.css?v=1.34.4">
15+
<link rel="stylesheet" type="text/css" href="../css/demo-preview.css?v=1.34.4">
1616
<link rel="icon" href="../img/logo.svg" type="image/x-icon">
17-
<script src="../js/copy.js?v=1.31.0"></script>
18-
<script src="../js/dark-mode.js?v=1.31.0"></script>
19-
<script src="../js/markdown-style.js?v=1.31.0"></script>
17+
<script src="../js/copy.js?v=1.34.4"></script>
18+
<script src="../js/dark-mode.js?v=1.34.4"></script>
19+
<script src="../js/markdown-style.js?v=1.34.4"></script>
2020
</head>
2121
<body id="idoctotop"><a href="#idoctotop" class="gototop">top</a>
2222
<header class="header">
@@ -727,7 +727,7 @@ <h2 id="java-环境"><a aria-hidden="true" tabindex="-1" href="#java-环境" cla
727727
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M11 5H6a2 2 0 00-2 2v11a2 2 0 002 2h11a2 2 0 002-2v-5m-1.414-9.414a2 2 0 112.828 2.828L11.828 15H9v-2.828l8.586-8.586z"></path>
728728
</svg>
729729
<span>Edit this page on GitHub</span>
730-
</a><span class="atime">2024/07/22</span></section>
730+
</a><span class="atime">2026/03/16</span></section>
731731
</markdown-style>
732732
<nav class="tocs">
733733
<aside class="inner toc">
@@ -744,13 +744,13 @@ <h2 id="java-环境"><a aria-hidden="true" tabindex="-1" href="#java-环境" cla
744744
</aside>
745745
</nav>
746746
</div>
747-
<script src="../js/demo-preview.js?v=1.31.0"></script>
747+
<script src="../js/demo-preview.js?v=1.34.4"></script>
748748
<div class="footer warpper">
749749
<a href="https://wangchujiang.com/#/app" target="_blank">App</a>
750750
<a href="https://wangchujiang.com/#/projects" target="_blank">Projects</a>
751751
<a href="https://wangchujiang.com/#/sponsor" target="_blank">Sponsor</a>
752-
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.31.0
752+
<a href="https://wangchujiang.com/#/app" target="_blank">More Apps</a><br><br>Released under the MIT License. Copyright © 2024 <a href="https://wangchujiang.com/#/about" target="_blank">Kenny Wong</a><br>Generated by <a href="https://github.com/jaywcjlove/idoc" target="_blank">idoc</a> v1.34.4
753753
</div>
754-
<script src="../js/tocbot.js?v=1.31.0"></script>
754+
<script src="../js/tocbot.js?v=1.34.4"></script>
755755
</body>
756756
</html>

0 commit comments

Comments
 (0)