We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b569b53 commit 5146d70Copy full SHA for 5146d70
Makefile
@@ -32,6 +32,7 @@ DOC_FILES := \
32
bundle.md \
33
runtime.md \
34
runtime-linux.md \
35
+ command-line-interface.md \
36
config.md \
37
config-linux.md \
38
config-solaris.md \
README.md
@@ -16,6 +16,7 @@ Table of Contents
16
- Runtime and Lifecycle
17
- [General Runtime and Lifecycle](runtime.md)
18
- [Linux-specific Runtime and Lifecycle](runtime-linux.md)
19
+ - [Runtime Command Line Interface](command-line-interface.md)
20
- Configuration
21
- [General Configuration](config.md)
22
- [Linux-specific Configuration](config-linux.md)
0 commit comments