@@ -1,12 +1,26 @@
-OpenDataPlane (ODP) Implementers Guide
-=======================================
+:doctitle: OpenDataPlane (ODP) Implementers-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+implementation developer.
+
+++++
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-16756069-15', 'auto');
+ ga('send', 'pageview');
+
+</script>
+++++
+
:toc:
-
:numbered!:
[abstract]
Abstract
--------
-This document is intended to guide a new ODP developer.
+This document is intended to guide a new ODP implementation developer.
Further details about ODP may be found at http://opendataplane.org[ODP homepage]
@@ -1,7 +1,21 @@
-OpenDataPlane (ODP) Release-Guide
-=================================
+:doctitle: OpenDataPlane (ODP) Release-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+application developer in understanding the git work flow of the project
+
+++++
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-16756069-15', 'auto');
+ ga('send', 'pageview');
+
+</script>
+++++
+
:toc:
-
:numbered!:
[abstract]
Abstract
@@ -1,8 +1,21 @@
-OpenDataPlane (ODP) Users-Guide
-================================
+:doctitle: OpenDataPlane (ODP) Users-Guide
+:description: This document is intended to guide a new OpenDataPlane +
+application developer.
+
+++++
+<script>
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
+
+ ga('create', 'UA-16756069-15', 'auto');
+ ga('send', 'pageview');
+
+</script>
+++++
+
:toc:
-
-
:numbered!:
[abstract]
Abstract
Search engines are not currently indexing the documentation, add a title and description in addition to Google analytics to the documents. Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- doc/implementers-guide/implementers-guide.adoc | 22 ++++++++++++++++++---- doc/process-guide/release-guide.adoc | 20 +++++++++++++++++--- doc/users-guide/users-guide.adoc | 21 +++++++++++++++++---- 3 files changed, 52 insertions(+), 11 deletions(-)