Skip to content

Commit 4bad7c0

Browse files
committed
docs: move developer-specific docs to docs/dev/ folder
Signed-off-by: Justin Chadwell <[email protected]>
1 parent 4e35fed commit 4bad7c0

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

docs/solver.md docs/dev/solver.md

File renamed without changes.

examples/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Different versions of the example scripts show different ways of describing the
3434
- `./buildkit1` - cloning git repositories has been separated for extra concurrency.
3535
- `./buildkit2` - uses git sources directly instead of running `git clone`, allowing better performance and much safer caching.
3636
- `./buildkit3` - allows using local source files for separate components eg. `./buildkit3 --runc=local | buildctl build --local runc-src=some/local/path`
37-
- `./buildkit4` - uses MergeOp to optimize copy chains for better caching behavior (see `docs/merge+diff.md` for more details)
37+
- `./buildkit4` - uses MergeOp to optimize copy chains for better caching behavior (see `docs/dev/merge-diff.md` for more details)
3838
- `./dockerfile2llb` - can be used to convert a Dockerfile to LLB for debugging purposes
3939
- `./nested-llb` - shows how to use nested invocation to generate LLB
4040
- `./gobuild` - shows how to use nested invocation to generate LLB for Go package internal dependencies

0 commit comments

Comments
 (0)