@@ -5,114 +5,143 @@ area/release:
55 - _releaser/**
66 - netlify.toml
77
8+ area/config :
9+ - changed-files :
10+ - any-glob-to-any-file :
11+ - Dockerfile
12+ - Makefile
13+ - compose.yaml
14+ - docker-bake.hcl
15+ - hugo.yaml
16+ - pagefind.yml
17+
18+ area/contrib :
19+ - changed-files :
20+ - any-glob-to-any-file :
21+ - content/contribute/**
22+ - CONTRIBUTING.md
23+
24+ area/tests :
25+ - changed-files :
26+ - any-glob-to-any-file :
27+ - .htmltest.yml
28+ - .markdownlint.json
29+ - .vale.ini
30+ - _vale/**
31+ - scripts/test_*
32+
833area/build :
934 - changed-files :
1035 - any-glob-to-any-file :
11- - content/build/**
36+ - content/manuals/ build/**
1237 - _vendor/github.com/moby/buildkit/**
1338 - _vendor/github.com/docker/buildx/**
14- - content/engine/commandline/build *
39+ - content/reference/cli/docker/buildx/* *
1540
1641area/build-cloud :
1742 - changed-files :
1843 - any-glob-to-any-file :
19- - content/build-cloud/**
44+ - content/manuals/ build-cloud/**
2045
2146area/compose :
2247 - changed-files :
2348 - any-glob-to-any-file :
24- - content/compose/**
49+ - content/manuals/compose/**
50+ - content/reference/compose-file/**
2551 - _vendor/github.com/docker/compose/**
26- - _vendor/github.com/compose-spec/compose-spec/**
2752
2853area/desktop :
2954 - changed-files :
3055 - any-glob-to-any-file :
31- - content/desktop/**
56+ - content/manuals/ desktop/**
3257
3358area/engine :
3459 - changed-files :
3560 - any-glob-to-any-file :
36- - content/engine/**
37- - content/config/**
61+ - content/manuals/engine/**
3862
3963area/install :
4064 - changed-files :
4165 - any-glob-to-any-file :
42- - content/desktop/install/**
43- - content/engine/install/**
66+ - content/manuals/ desktop/install/**
67+ - content/manuals/ engine/install/**
4468
4569area/swarm :
4670 - changed-files :
4771 - any-glob-to-any-file :
48- - content/engine/swarm/**
72+ - content/manuals/ engine/swarm/**
4973
5074area/security :
5175 - changed-files :
5276 - any-glob-to-any-file :
53- - content/security/**
77+ - content/manuals/security/**
78+ - content/manuals/engine/security/**
5479
5580area/get-started :
5681 - changed-files :
5782 - any-glob-to-any-file :
5883 - content/get-started/**
59- - content/language/**
84+
85+ area/guides :
86+ - changed-files :
87+ - any-glob-to-any-file :
88+ - content/guides/**
89+ - content/learning-paths/**
6090
6191area/networking :
6292 - changed-files :
6393 - any-glob-to-any-file :
64- - content/network/**
65- - content/config /ipv6.md
94+ - content/manuals/engine/ network/**
95+ - content/manuals/engine/daemon /ipv6.md
6696
6797area/hub :
6898 - changed-files :
6999 - any-glob-to-any-file :
70- - content/docker-hub/**
100+ - content/manuals/ docker-hub/**
71101
72102area/cli :
73103 - changed-files :
74104 - any-glob-to-any-file :
75- - content/engine/ reference/commandline /**
105+ - content/reference/cli /**
76106 - _vendor/github.com/docker/cli/**
107+ - _vendor/github.com/docker/scout-cli/**
108+ - data/engine-cli/**
109+ - data/buildx-cli/**
110+ - data/debug-cli/**
111+ - data/init-cli/**
77112
78113area/api :
79114 - changed-files :
80115 - any-glob-to-any-file :
81- - content/engine/api/**
82- - content/docker-hub/api/**
116+ - content/reference/api/**
83117 - _vendor/github.com/moby/moby/docs/api/*
84118
85119area/scout :
86120 - changed-files :
87121 - any-glob-to-any-file :
88- - content/scout/**
122+ - content/manuals/ scout/**
89123 - _vendor/github.com/docker/scout-cli/**
90124
91125area/billing :
92126 - changed-files :
93127 - any-glob-to-any-file :
94- - content/billing/**
128+ - content/manuals/ billing/**
95129
96130area/subscription :
97131 - changed-files :
98132 - any-glob-to-any-file :
99- - content/subscription/**
133+ - content/manuals/ subscription/**
100134
101135area/admin :
102136 - changed-files :
103137 - any-glob-to-any-file :
104- - content/admin/**
105-
106- area/configuration :
107- - changed-files :
108- - any-glob-to-any-file :
109- - content/config/**
138+ - content/manuals/admin/**
110139
111140area/extensions :
112141 - changed-files :
113142 - any-glob-to-any-file :
114- - content/extensions/**
115- - content/extensions /extensions-sdk/**
143+ - content/manuals/ extensions/**
144+ - content/reference/api /extensions-sdk/**
116145
117146area/samples :
118147 - changed-files :
@@ -122,21 +151,24 @@ area/samples:
122151area/storage :
123152 - changed-files :
124153 - any-glob-to-any-file :
125- - content/storage/**
154+ - content/manuals/engine/ storage/**
126155
127156area/accounts :
128157 - changed-files :
129158 - any-glob-to-any-file :
130- - content/accounts/**
159+ - content/manuals/ accounts/**
131160
132161hugo :
133162 - changed-files :
134163 - any-glob-to-any-file :
135- - layouts /**
164+ - assets /**
136165 - hugo.yaml
137- - tailwind.config.js
166+ - hugo_stats.json
167+ - i18n/**
168+ - layouts/**
138169 - postcss.config.js
139- - assets/**
170+ - static/**
171+ - tailwind.config.js
140172
141173dependencies :
142174 - changed-files :
0 commit comments