blob: 3cbe14c1e72c7407d3bf39bbd4fb78e12f14f09f [file] [log] [blame]
Michael Hwang014a27a2016-12-30 12:55:46 -05001site_name: DCAE Platform
2
3# http://squidfunk.github.io/mkdocs-material/
4theme: material
5
6pages:
7 - Home: 'index.md'
8 - Architecture:
9 - Technologies: 'architecture/pieces.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050010 - Services: 'architecture/services.md'
Michael Hwang014a27a2016-12-30 12:55:46 -050011 - Service Discovery: 'architecture/service-discovery.md'
12 - Component Developers:
13 - Overview: 'components/intro.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050014 - Requirements/Guidelines:
Michael Hwang014a27a2016-12-30 12:55:46 -050015 - CDAP: 'components/component-type-cdap.md'
16 - Docker: 'components/component-type-docker.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050017 - Component Specification:
18 - Common Elements: 'components/component-specification/common-specification.md'
19 - CDAP Specific: 'components/component-specification/cdap-specification.md'
20 - Docker Specific: 'components/component-specification/docker-specification.md'
21 - Generated Configuration: 'components/component-specification/generated-configuration.md'
22 - Streams Quick Reference: 'components/component-specification/streams-grid.md'
23 - Configuration Quick Reference: 'components/component-specification/configuration-grid.md'
24 - Data Formats: 'components/data-formats.md'
25 - dcae-cli Tool:
Michael Hwang014a27a2016-12-30 12:55:46 -050026 - Quickstart: 'components/dcae-cli/quickstart.md'
27 - Walk-through: 'components/dcae-cli/walkthrough.md'
28 - DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md'
29 - Glossary: 'glossary.md'