We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8291ecb commit a006c98Copy full SHA for a006c98
doc/README.md
@@ -0,0 +1,2 @@
1
+# Introduction
2
+
doc/SUMMARY.md
@@ -0,0 +1,4 @@
+# Summary
3
+* [Introduction](README.md)
4
docker-compose.yml
@@ -8,7 +8,7 @@ services:
8
working_dir: /opt/gitbook/doc
9
volumes:
10
- ./doc:/opt/gitbook/doc
11
- command:
+ command: >
12
bash -c
13
"
14
if [ ! -f SUMMARY.md ]; then gitbook init; fi &&
0 commit comments