diff --git a/Makefile b/Makefile index 55a1f6d4..d8569b16 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ DOCKER ?= $(shell which docker) +# These docs are in an order that determines how they show up in the PDF/HTML docs. DOC_FILES := \ README.md \ code-of-conduct.md \ @@ -7,6 +8,7 @@ DOC_FILES := \ style.md \ ROADMAP.md \ implementations.md \ + project.md \ bundle.md \ runtime.md \ runtime-linux.md \ diff --git a/README.md b/README.md index f3644af3..c0b9f81b 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Table of Contents - [Style and Conventions](style.md) - [Roadmap](ROADMAP.md) - [Implementations](implementations.md) + - [project](project.md) - [Filesystem Bundle](bundle.md) - [Runtime and Lifecycle](runtime.md) - [Linux Specific Runtime](runtime-linux.md)