Skip to content

Commit 3eeb4ff

Browse files
author
Mrunal Patel
committed
Merge pull request #376 from hqhq/hq_add_project
Add project.md to table of contents
2 parents d6aea95 + fb230df commit 3eeb4ff

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11

22
DOCKER ?= $(shell which docker)
3+
# These docs are in an order that determines how they show up in the PDF/HTML docs.
34
DOC_FILES := \
45
README.md \
56
code-of-conduct.md \
67
principles.md \
78
style.md \
89
ROADMAP.md \
910
implementations.md \
11+
project.md \
1012
bundle.md \
1113
runtime.md \
1214
runtime-linux.md \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Table of Contents
1111
- [Style and Conventions](style.md)
1212
- [Roadmap](ROADMAP.md)
1313
- [Implementations](implementations.md)
14+
- [project](project.md)
1415
- [Filesystem Bundle](bundle.md)
1516
- [Runtime and Lifecycle](runtime.md)
1617
- [Linux Specific Runtime](runtime-linux.md)

0 commit comments

Comments
 (0)