From fb230df32657994890c76325fbfe42e67be2fe61 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Tue, 12 Apr 2016 15:16:10 +0800 Subject: [PATCH] Add project.md to table of contents Signed-off-by: Qiang Huang --- Makefile | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) 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 93cf5c99..84a084a8 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)