diff options
author | 2016-11-08 12:39:57 +0100 | |
---|---|---|
committer | 2016-11-10 14:53:01 +0100 | |
commit | c530e84843444a40804e0c2b038c2ec53fe411b2 (patch) | |
tree | 1a9eebf49fd85027ba472bad8c178d686bad8d56 /site/_data/mailing-lists.yml |
webdocs-agl: added developer website template
Change-Id: I4a45ee0ad5dd0c29a6d6876a0e02cd5550c010e9
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'site/_data/mailing-lists.yml')
-rw-r--r-- | site/_data/mailing-lists.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/site/_data/mailing-lists.yml b/site/_data/mailing-lists.yml new file mode 100644 index 0000000..5f2f36f --- /dev/null +++ b/site/_data/mailing-lists.yml @@ -0,0 +1,13 @@ +- title: Dev Mailing List + links: + - label: Writing to the list + text: automotive-discussions@lists.linuxfoundation.org. + href: mailto:automotive-discussions@lists.linuxfoundation.org. + + - label: Browse online + text: Dev Mailing List Archive + href: http://callback.markmail.org/search/?q=#query:%20list%3Aorg.apache.incubator.callback-dev+page:1+state:facets + description: > + The Dev mailing list is a place for discussion about developing AGL. + <br/>If you are ab AGK user looking for help, use the <a href="http://stackoverflow.com/questions/tagged/agl">AGL tag on Stack Overflow</a>. + |