aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/book.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-22 03:02:48 +0200
committerLoïc Hoguin <[email protected]>2015-10-22 03:02:48 +0200
commitdc70d8147f53a284cc2e056455a659d81db5738d (patch)
tree1a6f2bd3815cc5b80642632dc2bed4b28c62fe12 /doc/src/guide/book.asciidoc
parentfed9ce4ad4561b4542131f5dcc6aede684af2889 (diff)
downloaderlang.mk-dc70d8147f53a284cc2e056455a659d81db5738d.tar.gz
erlang.mk-dc70d8147f53a284cc2e056455a659d81db5738d.tar.bz2
erlang.mk-dc70d8147f53a284cc2e056455a659d81db5738d.zip
Add placeholders for missing chapters
Diffstat (limited to 'doc/src/guide/book.asciidoc')
-rw-r--r--doc/src/guide/book.asciidoc38
1 files changed, 36 insertions, 2 deletions
diff --git a/doc/src/guide/book.asciidoc b/doc/src/guide/book.asciidoc
index 8533997..a54ab1b 100644
--- a/doc/src/guide/book.asciidoc
+++ b/doc/src/guide/book.asciidoc
@@ -20,12 +20,46 @@ include::app.asciidoc[Building]
include::deps.asciidoc[Packages and dependencies]
-include::compat.asciidoc[Compatibility with other build tools]
+include::ports.asciidoc[NIFs and port drivers]
+
+include::releases.asciidoc[Releases]
-= Advanced
+include::escripts.asciidoc[Escripts]
+
+include::compat.asciidoc[Compatibility with other build tools]
include::external_plugins.asciidoc[External plugins]
+= Documentation
+
+include::asciidoc.asciidoc[Asciidoc documentation]
+
+include::edoc.asciidoc[EDoc comments]
+
+= Tests
+
+include::shell.asciidoc[Erlang shell]
+
+include::eunit.asciidoc[EUnit]
+
+include::common_test.asciidoc[Common Test]
+
+include::property_based_testing.asciidoc[Property based testing]
+
+include::coverage.asciidoc[Code coverage]
+
+include::ci.asciidoc[Continuous integration]
+
+include::dialyzer.asciidoc[Dialyzer]
+
+include::xref.asciidoc[Xref]
+
= About Erlang.mk
include::why.asciidoc[Why erlang.mk?]
+
+include::history.asciidoc[Short history]
+
+include::architecture.asciidoc[Architecture]
+
+include::contributing.asciidoc[Contributing]