summaryrefslogtreecommitdiffstats
path: root/platformdoc/mkdocs.yml
blob: 3cbe14c1e72c7407d3bf39bbd4fb78e12f14f09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
site_name: DCAE Platform

# http://squidfunk.github.io/mkdocs-material/
theme: material

pages:
  - Home: 'index.md'
  - Architecture:
    - Technologies: 'architecture/pieces.md'
    - Services: 'architecture/services.md'
    - Service Discovery: 'architecture/service-discovery.md'
  - Component Developers:
    - Overview: 'components/intro.md'
    - Requirements/Guidelines:
      - CDAP: 'components/component-type-cdap.md'
      - Docker: 'components/component-type-docker.md'
    - Component Specification:
      - Common Elements: 'components/component-specification/common-specification.md'
      - CDAP Specific: 'components/component-specification/cdap-specification.md'
      - Docker Specific: 'components/component-specification/docker-specification.md'
      - Generated Configuration: 'components/component-specification/generated-configuration.md'
      - Streams Quick Reference: 'components/component-specification/streams-grid.md'
      - Configuration Quick Reference: 'components/component-specification/configuration-grid.md'
    - Data Formats: 'components/data-formats.md'
    - dcae-cli Tool:
      - Quickstart: 'components/dcae-cli/quickstart.md'
      - Walk-through: 'components/dcae-cli/walkthrough.md'
      - DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md'
  - Glossary: 'glossary.md'