Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 1 | site_name: DCAE Platform |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 2 | site_url: https://github.research.att.com/pages/DCAE-Rework/dcae-rework.github.io/ |
| 3 | |
| 4 | repo_url: https://github.research.att.com/DCAE-Rework |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 5 | |
| 6 | # http://squidfunk.github.io/mkdocs-material/ |
| 7 | theme: material |
| 8 | |
| 9 | pages: |
| 10 | - Home: 'index.md' |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 11 | - Change Log: 'changelog.md' |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 12 | - Architecture: |
| 13 | - Technologies: 'architecture/pieces.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 14 | - Services: 'architecture/services.md' |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 15 | - Service Discovery: 'architecture/service-discovery.md' |
| 16 | - Component Developers: |
| 17 | - Overview: 'components/intro.md' |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 18 | - 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 Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 23 | - Requirements/Guidelines: |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 24 | - CDAP: 'components/component-type-cdap.md' |
| 25 | - Docker: 'components/component-type-docker.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 26 | - 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 Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 30 | - DMaaP connection objects: 'components/component-specification/dmaap-connection-objects.md' |
Michael Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 31 | - Streams Quick Reference: 'components/component-specification/streams-grid.md' |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 32 | - 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 Hwang | 3d2b2ae | 2017-11-06 14:52:37 -0500 | [diff] [blame] | 35 | - dcae-cli Tool: |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 36 | - Quickstart: 'components/dcae-cli/quickstart.md' |
Ralph Knag | d2cd31b | 2018-04-02 16:27:46 -0400 | [diff] [blame] | 37 | - Commands: 'components/dcae-cli/commands.md' |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 38 | - Walk-through: 'components/dcae-cli/walkthrough.md' |
Michael Hwang | 014a27a | 2016-12-30 12:55:46 -0500 | [diff] [blame] | 39 | - Glossary: 'glossary.md' |