Merge pull request #376 from hqhq/hq_add_project
Add project.md to table of contents
This commit is contained in:
commit
3eeb4ff068
2
Makefile
2
Makefile
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
DOCKER ?= $(shell which docker)
|
DOCKER ?= $(shell which docker)
|
||||||
|
# These docs are in an order that determines how they show up in the PDF/HTML docs.
|
||||||
DOC_FILES := \
|
DOC_FILES := \
|
||||||
README.md \
|
README.md \
|
||||||
code-of-conduct.md \
|
code-of-conduct.md \
|
||||||
|
@ -7,6 +8,7 @@ DOC_FILES := \
|
||||||
style.md \
|
style.md \
|
||||||
ROADMAP.md \
|
ROADMAP.md \
|
||||||
implementations.md \
|
implementations.md \
|
||||||
|
project.md \
|
||||||
bundle.md \
|
bundle.md \
|
||||||
runtime.md \
|
runtime.md \
|
||||||
runtime-linux.md \
|
runtime-linux.md \
|
||||||
|
|
|
@ -11,6 +11,7 @@ Table of Contents
|
||||||
- [Style and Conventions](style.md)
|
- [Style and Conventions](style.md)
|
||||||
- [Roadmap](ROADMAP.md)
|
- [Roadmap](ROADMAP.md)
|
||||||
- [Implementations](implementations.md)
|
- [Implementations](implementations.md)
|
||||||
|
- [project](project.md)
|
||||||
- [Filesystem Bundle](bundle.md)
|
- [Filesystem Bundle](bundle.md)
|
||||||
- [Runtime and Lifecycle](runtime.md)
|
- [Runtime and Lifecycle](runtime.md)
|
||||||
- [Linux Specific Runtime](runtime-linux.md)
|
- [Linux Specific Runtime](runtime-linux.md)
|
||||||
|
|
Loading…
Reference in New Issue