diff options
author | 2019-04-16 18:40:29 +0200 | |
---|---|---|
committer | 2019-04-16 18:40:29 +0200 | |
commit | a679f2307b4c34fec202b1c86a87ee47f9d77b47 (patch) | |
tree | 26283d4f6cb909fd4965b166eb7d4e4bca2378d3 /docs/handle-docs-book.yml | |
parent | 292760b23ee13ac1361baf9c956905e40a7c1431 (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 |