summaryrefslogtreecommitdiffstats
path: root/platformdoc/mkdocs.yml
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-11-06 14:52:37 -0500
committerMichael Hwang <mhwang@research.att.com>2017-11-06 14:53:29 -0500
commit3d2b2aed3172d48325ed91ee6c1546c5172bac5e (patch)
treeec0ae314c46c33998b11ae7a1e4e48d0720425ee /platformdoc/mkdocs.yml
parenta73548f4eb6ba4bdb2b2064c7e24a4b74b467f5a (diff)
Merge in accumulated changes
Change-Id: I3cd9da556c31efe879f0ff1eaf48f63e4fc353aa Issue-Id: DCAEGEN2-189 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'platformdoc/mkdocs.yml')
-rw-r--r--platformdoc/mkdocs.yml20
1 files changed, 11 insertions, 9 deletions
diff --git a/platformdoc/mkdocs.yml b/platformdoc/mkdocs.yml
index f724f902..3cbe14c1 100644
--- a/platformdoc/mkdocs.yml
+++ b/platformdoc/mkdocs.yml
@@ -7,20 +7,22 @@ pages:
- Home: 'index.md'
- Architecture:
- Technologies: 'architecture/pieces.md'
+ - Services: 'architecture/services.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:
+ - Requirements/Guidelines:
- CDAP: 'components/component-type-cdap.md'
- Docker: 'components/component-type-docker.md'
- - dcae-cli:
+ - Component Specification:
+ - Common Elements: 'components/component-specification/common-specification.md'
+ - CDAP Specific: 'components/component-specification/cdap-specification.md'
+ - Docker Specific: 'components/component-specification/docker-specification.md'
+ - Generated Configuration: 'components/component-specification/generated-configuration.md'
+ - Streams Quick Reference: 'components/component-specification/streams-grid.md'
+ - Configuration Quick Reference: 'components/component-specification/configuration-grid.md'
+ - Data Formats: 'components/data-formats.md'
+ - dcae-cli Tool:
- Quickstart: 'components/dcae-cli/quickstart.md'
- Walk-through: 'components/dcae-cli/walkthrough.md'
- DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md'