Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 1 | site_name: DCAE Platform |
| 2 | |
| 3 | # http://squidfunk.github.io/mkdocs-material/ |
| 4 | theme: material |
| 5 | |
| 6 | pages: |
| 7 | - Home: 'index.md' |
| 8 | - Architecture: |
| 9 | - Technologies: 'architecture/pieces.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 10 | - Services: 'architecture/services.md' |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 11 | - Service Discovery: 'architecture/service-discovery.md' |
| 12 | - Component Developers: |
| 13 | - Overview: 'components/intro.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 14 | - Requirements/Guidelines: |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 15 | - CDAP: 'components/component-type-cdap.md' |
| 16 | - Docker: 'components/component-type-docker.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 17 | - 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 Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 26 | - 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' |