We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d6aea95 + fb230df commit 3eeb4ffCopy full SHA for 3eeb4ff
Makefile
@@ -1,12 +1,14 @@
1
2
DOCKER ?= $(shell which docker)
3
+# These docs are in an order that determines how they show up in the PDF/HTML docs.
4
DOC_FILES := \
5
README.md \
6
code-of-conduct.md \
7
principles.md \
8
style.md \
9
ROADMAP.md \
10
implementations.md \
11
+ project.md \
12
bundle.md \
13
runtime.md \
14
runtime-linux.md \
README.md
@@ -11,6 +11,7 @@ Table of Contents
- [Style and Conventions](style.md)
- [Roadmap](ROADMAP.md)
- [Implementations](implementations.md)
+ - [project](project.md)
15
- [Filesystem Bundle](bundle.md)
16
- [Runtime and Lifecycle](runtime.md)
17
- [Linux Specific Runtime](runtime-linux.md)
0 commit comments