diff options
author | 2019-04-16 18:40:29 +0200 | |
---|---|---|
committer | 2019-04-16 18:42:37 +0200 | |
commit | 68de85c25c1d90598c5d2a2f070de25fe048c16b (patch) | |
tree | f6e77861c17325954af474e417e4c9c84382db27 /docs/handle-docs-book.yml | |
parent | 6fd3e9232e76a8654292a868496bb052df092403 (diff) |
handle-docs: add "how to handle documentation"
Change-Id: I309c44bc2199b330264e061367d57a4de41d4fbb
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs/handle-docs-book.yml')
-rw-r--r-- | docs/handle-docs-book.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/handle-docs-book.yml b/docs/handle-docs-book.yml index 34017a9..3eca835 100644 --- a/docs/handle-docs-book.yml +++ b/docs/handle-docs-book.yml @@ -2,12 +2,16 @@ type: books books: - id: handle-docs - title: "Add your documentation to AGL" + title: "How to handle documentation" description: keywords: author: version: master chapters: + - url: "handle-docs/abstract.md" + name: Abstract + - url: "handle-docs/documentation-usage.md" + name: Usage - url: "handle-docs/handle-docs.md" - name: Handle documentation + name: How to add documentation to AGL |