Skip to content

Commit 232256f

Browse files
committed
chore(deps): update dependency idoc to v1.21.4
1 parent 41bdb18 commit 232256f

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

.idoc/.filesStat.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
"birthtime": "2022-03-30T12:48:22.823Z"
1313
},
1414
"docs/sourcegraph/README.md": {
15-
"atime": "2022-04-20T16:15:14.107Z",
16-
"mtime": "2022-04-20T16:14:39.559Z",
17-
"ctime": "2022-04-20T16:14:59.099Z",
15+
"atime": "2022-06-27T01:38:21.934Z",
16+
"mtime": "2022-06-27T01:38:35.374Z",
17+
"ctime": "2022-06-27T01:38:35.374Z",
1818
"birthtime": "2021-03-03T06:16:24.952Z"
1919
},
2020
"docs/seaweedfs/README.md": {
21-
"atime": "2022-04-20T16:48:24.642Z",
22-
"mtime": "2022-04-20T16:48:22.272Z",
23-
"ctime": "2022-04-20T16:48:22.272Z",
21+
"atime": "2022-06-27T01:39:28.923Z",
22+
"mtime": "2022-06-27T01:39:28.864Z",
23+
"ctime": "2022-06-27T01:39:28.864Z",
2424
"birthtime": "2021-03-03T06:16:24.952Z"
2525
},
2626
"docs/rocket.chat/README.md": {
@@ -88,5 +88,11 @@
8888
"mtime": "2022-04-20T16:39:22.340Z",
8989
"ctime": "2022-04-20T16:39:22.340Z",
9090
"birthtime": "2021-03-03T06:16:24.951Z"
91+
},
92+
"README.md": {
93+
"atime": "2022-06-27T06:53:45.035Z",
94+
"mtime": "2022-06-27T06:53:44.994Z",
95+
"ctime": "2022-06-27T06:53:44.994Z",
96+
"birthtime": "2022-06-27T00:18:49.215Z"
9197
}
9298
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</p>
55

66
<!--idoc:ignore:start-->
7-
<h1 align="center">Docker入门教程</h1>
7+
<h1 align="center">Docker 入门教程</h1>
88
<!--idoc:ignore:end-->
99

1010
[Docker](https://www.docker.com/) 是一个开源的应用容器引擎,而一个<ruby>容器<rt>containers</rt></ruby>其实是一个虚拟化的独立的环境,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的 Linux 机器上,也可以实现虚拟化。容器是完全使用沙箱机制,相互之间不会有任何接口。

docs/sourcegraph/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1+
Sourcegraph
2+
===
3+
14
<img alt="Sourcegraph" src="https://camo.githubusercontent.com/fda96ddd0983e308db3ce7dec5cf879bcbdfe0a2/68747470733a2f2f73746f726167652e676f6f676c65617069732e636f6d2f736f7572636567726170682d6173736574732f736f7572636567726170682d6c6f676f2e706e67" height="32px" />
25

36
[Sourcegraph](https://about.sourcegraph.com/) 是一个快速,开源,功能齐全的代码搜索和导航引擎。
47

58
![Screenshot](https://user-images.githubusercontent.com/1646931/46309383-09ba9800-c571-11e8-8ee4-1a2ec32072f2.png)
69

7-
810
```bash
911
docker run \
1012
--publish 7080:7080 --rm \

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"tutorial"
1919
],
2020
"dependencies": {
21-
"idoc": "^1.21.1"
21+
"idoc": "^1.21.4"
2222
}
2323
}

0 commit comments

Comments
 (0)