diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2018-12-19 16:55:31 +0100 |
---|---|---|
committer | Frederic Marec <frederic.marec@iot.bzh> | 2018-12-20 20:57:11 +0100 |
commit | 2e97ca3fe775a7ea3d2dfcb20c2674336a73d5e1 (patch) | |
tree | 7100e6cfeeca19da9add0b586c8850bd46b8b9d1 | |
parent | 48196b82c33f2c53e06494998318b4d7d13766a3 (diff) |
docs: add yaml bookguppy_6.99.3guppy/6.99.36.99.3
Bug-AGL: SPEC-1988
Change-Id: Id8abac2bd1559b5e02a2f69a0ced200fe7eff9b5
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | docs/devguides-book.yml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/devguides-book.yml b/docs/devguides-book.yml new file mode 100644 index 0000000..543117b --- /dev/null +++ b/docs/devguides-book.yml @@ -0,0 +1,19 @@ +type: books +books: +- + id: app-controller-submodule + title: App Controller Submodule + description: App Controller Submodule documentation + keywords: + author: "IotBzh" + version: master + chapters: + - url: Usage.md + name: Usage + - url: configSample.md + name: Configuration Sample + - url: controller.md + name: Installation + - url: controllerConfig.md + name: Binding Configuration + |