summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2016-12-30 12:55:46 -0500
committerMichael Hwang <mhwang@research.att.com>2017-08-23 15:10:33 -0400
commit014a27a90d7ed4bf2f2c557ccfe02661a04d9655 (patch)
tree401a0e169602e42379f1ed9887678de24402aa72 /mkdocs.yml
parent487c0cc16cdca19c7014898eab240c0e3c913b85 (diff)
Add dcae documentation repo
Change-Id: I53662e0a1562d38775c878d6f257b50a125a998c Issue-Id: DCAEGEN2-81 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 00000000..f724f902
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,27 @@
+site_name: DCAE Platform
+
+# http://squidfunk.github.io/mkdocs-material/
+theme: material
+
+pages:
+ - Home: 'index.md'
+ - Architecture:
+ - Technologies: 'architecture/pieces.md'
+ - Service Discovery: 'architecture/service-discovery.md'
+ - Component Developers:
+ - Overview: 'components/intro.md'
+ - Component Specification:
+ - Start here: 'components/component-specification/start-here.md'
+ - For CDAP: 'components/component-specification/cdap-specification.md'
+ - For Docker: 'components/component-specification/docker-specification.md'
+ - Common elements: 'components/component-specification/common-specification.md'
+ - Generated configuration: 'components/component-specification/generated-configuration.md'
+ - Data Formats: 'components/data-formats.md'
+ - Component Requirements:
+ - CDAP: 'components/component-type-cdap.md'
+ - Docker: 'components/component-type-docker.md'
+ - dcae-cli:
+ - Quickstart: 'components/dcae-cli/quickstart.md'
+ - Walk-through: 'components/dcae-cli/walkthrough.md'
+ - DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md'
+ - Glossary: 'glossary.md'