Fix doc build warnings
[dcaegen2.git] / platformdoc / mkdocs.yml
1 site_name: DCAE Platform
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
5
6 # http://squidfunk.github.io/mkdocs-material/
7 theme: material
8
9 pages:
10   - Home: 'index.md'
11   - Change Log: 'changelog.md'
12   - Architecture:
13     - Technologies: 'architecture/pieces.md'
14     - Services: 'architecture/services.md'
15     - Service Discovery: 'architecture/service-discovery.md'
16   - Component Developers:
17     - Overview: 'components/intro.md'
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'
23     - Requirements/Guidelines:
24       - CDAP: 'components/component-type-cdap.md'
25       - Docker: 'components/component-type-docker.md'
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'
30       - DMaaP connection objects: 'components/component-specification/dmaap-connection-objects.md'
31       - Streams Quick Reference: 'components/component-specification/streams-grid.md'
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'
35     - dcae-cli Tool:
36       - Quickstart: 'components/dcae-cli/quickstart.md'
37       - Commands: 'components/dcae-cli/commands.md'
38       - Walk-through: 'components/dcae-cli/walkthrough.md'
39   - Glossary: 'glossary.md'