diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-20 11:24:17 +0200 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-06-20 11:24:17 +0200 |
commit | 576b24cfff99a347ddefda53aecf98334c030096 (patch) | |
tree | 48a6c5346b3fc42fd51a89683755c61475cc6d1c | |
parent | 98b3f3bfed183a89eec13386d5138ef73b13ea34 (diff) |
docs: add document revision
Change-Id: Ie941042d71ed8de25e0ea9fa9bdbb0990e64d5f2
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
-rw-r--r--[l---------] | docs/README.md | 13 | ||||
-rw-r--r-- | docs/SUMMARY.md | 5 | ||||
l--------- | docs/afb-introduction.md | 1 |
3 files changed, 16 insertions, 3 deletions
diff --git a/docs/README.md b/docs/README.md index 81c25433..218a0502 120000..100644 --- a/docs/README.md +++ b/docs/README.md @@ -1 +1,12 @@ -afb-overview.md
\ No newline at end of file +Document revisions +================== + +| Date | Version | Designation | Author | +|--------------|---------|----------------------------------------------|-------------------------------------------------------| +| 23 May 2016 | 0.9 | Initial release | J. Bollo [ IoT.bzh ] <br/> M. Bachmann [ IoT.bzh ] | +| 30 May 2016 | 1.0 | Master document edition, final review | S. Desneux [ IoT.bzh ] <br/> F. Ar Foll [ IoT.bzh ] | +| 21 Sept 2016 | 2.0 | Updated with new sections (events,widgets) | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] | +| 12 Dec 2016 | 2.1 | Updated for CC Release | S. Desneux [ IoT.bzh ] | +| 14 Dec 2016 | 3.0 | Minor fixes, alignment with CC version | S. Desneux [ IoT.bzh ] | +| 20 Mar 2017 | 3.1 | Systemd integration | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] | +| 21 Jun 2017 | 4.0 | Update for AGL DD | J. Bollo [ IoT.bzh ] <br/> S. Desneux [ IoT.bzh ] | diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 5b4b9a64..9fed80c7 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,6 +1,7 @@ # Summary -* [Binder Overview](README.md) +* [Document revisions](README.md) +* [Binder Overview](afb-introduction.md) * [How to write a binding ?](afb-binding-writing.md) * [Binding references](afb-binding-references.md) * [Migration from v1 to v2](afb-migration-v1-to-v2.md) @@ -9,4 +10,4 @@ * [Binder daemon vocabulary](afb-daemon-vocabulary.md) * [Annexes](annexes.md) * [Installing the binder on a desktop](afb-desktop-package.md) - * [Options of afb-daemon](afb-daemon-options.md)
\ No newline at end of file + * [Options of afb-daemon](afb-daemon-options.md) diff --git a/docs/afb-introduction.md b/docs/afb-introduction.md new file mode 120000 index 00000000..81c25433 --- /dev/null +++ b/docs/afb-introduction.md @@ -0,0 +1 @@ +afb-overview.md
\ No newline at end of file |