diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-12-14 12:27:37 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-12-14 12:27:37 +0100 |
commit | 02ce37ddc3b659587157d0b519f32d5450b3222c (patch) | |
tree | 8c14aabb87232ceeda09d5a0817026d85a8579ad | |
parent | f391fc156daf570cbafbc6f06d3600035f40013c (diff) |
docs: Add an history
Change-Id: Ib7ea7aa11c63492fe874368e3a0d539ab613a2a0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | docs/SUMMARY.md | 1 | ||||
-rw-r--r-- | docs/a-history.md | 7 | ||||
-rw-r--r-- | mkdocs.yml | 1 |
3 files changed, 9 insertions, 0 deletions
diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index f285d0f..bee17f1 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -8,3 +8,4 @@ * [The configuration file](2.2-config.xml.md) * [The permissions](3-permissions.md) * [Quick tutorial](4-quick-tutorial.md) +* [History](a-history.md) diff --git a/docs/a-history.md b/docs/a-history.md new file mode 100644 index 0000000..645d7d0 --- /dev/null +++ b/docs/a-history.md @@ -0,0 +1,7 @@ +HISTORY OF THE AGL FRAMEWORK +============================ + + - march 2016: proposal of IoT.BzH + - december 2016: adoption for AGL + - march 2017: switch to systemd launcher + - november 2017: switch to systemd "system" @@ -10,4 +10,5 @@ pages: - 'The configuration file' : '2.2-config.xml.md' - 'The permissions' : '3-permissions.md' - 'Quick tutorial' : '4-quick-tutorial.md' + - 'History' : 'a-history.md' - 'Document revisions' : 'REVISIONS.md' |