Merge pull request #376 from hqhq/hq_add_project

Add project.md to table of contents
This commit is contained in:
Mrunal Patel 2016-04-13 10:36:41 -07:00
commit 3eeb4ff068
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -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)