File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 15
15
clean :
16
16
rm -rf public resources
17
17
18
- serve :
18
+ containerd-1.7.x :
19
+ git clone --branch v1.7.0 --depth 1 https://github.com/containerd/containerd.git containerd-1.7.x
20
+
21
+ content/v1.7.x : containerd-1.7.x
22
+ cp -r containerd-1.7.x/docs content/v1.7.x
23
+
24
+ containerd-1.6.x :
25
+ git clone --branch v1.6.19 --depth 1 https://github.com/containerd/containerd.git containerd-1.6.x
26
+
27
+ content/v1.6.x : containerd-1.6.x
28
+ cp -r containerd-1.6.x/docs content/v1.6.x
29
+
30
+ serve : content/v1.7.x content/v1.6.x
19
31
hugo server \
20
32
--buildDrafts \
21
33
--buildFuture \
22
34
--disableFastRender
23
35
24
- production-build :
36
+ production-build : content/v1.7.x content/v1.6.x
25
37
hugo \
26
38
--minify
27
39
28
- preview-build :
40
+ preview-build : content/v1.7.x content/v1.6.x
29
41
hugo \
30
42
--baseURL $(DEPLOY_PRIME_URL ) \
31
43
--buildDrafts \
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ short: Getting started
4
4
weight : 2
5
5
---
6
6
7
- Moved to https://github.com/containerd/containerd/blob/main/docs/getting-started.md
7
+ - [ 1.7.x] ( /v1.7.x/getting-started/ )
8
+ - [ 1.6.x] ( /v1.6.x/getting-started/ )
You can’t perform that action at this time.
0 commit comments