diff options
-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 |