summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-09-11 23:38:09 +0000
committerLusheng Ji <lji@research.att.com>2017-09-12 01:42:11 +0000
commit1694802295e445771fe32bd3a14fefb53e3ab9fa (patch)
tree143e17efc193611ed1795e4c77ca2fdef028c818 /mkdocs.yml
parent64472de4c2e2acc7bf883a3e8267ad5aa38e2cb0 (diff)
Make platformdoc docker container
Issue-Id: DCAEGEN2-60 Change-Id: Id57ab539707a43883ff957a23d2459a9b12df22e Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml27
1 files changed, 0 insertions, 27 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
deleted file mode 100644
index f724f902..00000000
--- a/mkdocs.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-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'