blob: 35d660b052402e8d90c999ee3da9c7ba65a95592 [file] [log] [blame]
Michael Hwang014a27a2016-12-30 12:55:46 -05001site_name: DCAE Platform
Ralph Knagd2cd31b2018-04-02 16:27:46 -04002site_url: https://github.research.att.com/pages/DCAE-Rework/dcae-rework.github.io/
3
4repo_url: https://github.research.att.com/DCAE-Rework
Michael Hwang014a27a2016-12-30 12:55:46 -05005
6# http://squidfunk.github.io/mkdocs-material/
7theme: material
8
9pages:
10 - Home: 'index.md'
Ralph Knagd2cd31b2018-04-02 16:27:46 -040011 - Change Log: 'changelog.md'
Michael Hwang014a27a2016-12-30 12:55:46 -050012 - Architecture:
13 - Technologies: 'architecture/pieces.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050014 - Services: 'architecture/services.md'
Michael Hwang014a27a2016-12-30 12:55:46 -050015 - Service Discovery: 'architecture/service-discovery.md'
16 - Component Developers:
17 - Overview: 'components/intro.md'
Ralph Knagd2cd31b2018-04-02 16:27:46 -040018 - Concepts:
19 - Closed Loop/CLAMP: 'concepts/clamp.md'
20 - DTI Reconfiguration: 'concepts/dti.md'
21 - Policy: 'concepts/policy.md'
22 - Service Design: 'concepts/service-designer.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050023 - Requirements/Guidelines:
Michael Hwang014a27a2016-12-30 12:55:46 -050024 - CDAP: 'components/component-type-cdap.md'
25 - Docker: 'components/component-type-docker.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050026 - Component Specification:
27 - Common Elements: 'components/component-specification/common-specification.md'
28 - CDAP Specific: 'components/component-specification/cdap-specification.md'
29 - Docker Specific: 'components/component-specification/docker-specification.md'
Ralph Knagd2cd31b2018-04-02 16:27:46 -040030 - DMaaP connection objects: 'components/component-specification/dmaap-connection-objects.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050031 - Streams Quick Reference: 'components/component-specification/streams-grid.md'
Ralph Knagd2cd31b2018-04-02 16:27:46 -040032 - Configuration Types Quick Reference: 'components/component-specification/configuration-grid.md'
33 - Examples: 'components/component-specification/examples-grid.md'
34 - Data Format Specification: 'components/data-formats.md'
Michael Hwang3d2b2ae2017-11-06 14:52:37 -050035 - dcae-cli Tool:
Michael Hwang014a27a2016-12-30 12:55:46 -050036 - Quickstart: 'components/dcae-cli/quickstart.md'
Ralph Knagd2cd31b2018-04-02 16:27:46 -040037 - Commands: 'components/dcae-cli/commands.md'
Michael Hwang014a27a2016-12-30 12:55:46 -050038 - Walk-through: 'components/dcae-cli/walkthrough.md'
Michael Hwang014a27a2016-12-30 12:55:46 -050039 - Glossary: 'glossary.md'