Fix pom.xml
[dcaegen2.git] / platformdoc / mkdocs.yml
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'
10     - Service Discovery: 'architecture/service-discovery.md'
11   - Component Developers:
12     - Overview: 'components/intro.md'
13     - Component Specification:
14       - Start here: 'components/component-specification/start-here.md'
15       - For CDAP: 'components/component-specification/cdap-specification.md'
16       - For Docker: 'components/component-specification/docker-specification.md'
17       - Common elements: 'components/component-specification/common-specification.md'
18       - Generated configuration: 'components/component-specification/generated-configuration.md'
19     - Data Formats: 'components/data-formats.md'
20     - Component Requirements:
21       - CDAP: 'components/component-type-cdap.md'
22       - Docker: 'components/component-type-docker.md'
23     - dcae-cli:
24       - Quickstart: 'components/dcae-cli/quickstart.md'
25       - Walk-through: 'components/dcae-cli/walkthrough.md'
26       - DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md'
27   - Glossary: 'glossary.md'