diff options
author | Ralph Knag <rhknag@research.att.com> | 2018-04-02 16:27:46 -0400 |
---|---|---|
committer | Ralph Knag <rhknag@research.att.com> | 2018-04-02 16:54:16 -0400 |
commit | d2cd31b73c0282f7aafd5b4adada00c0f4533d61 (patch) | |
tree | 0ca259920246992703fe4c6c996c0e0639cdeef2 /platformdoc/mkdocs.yml | |
parent | ef55ef2163dee32905bd10b0a0b3ea0f6a763322 (diff) |
Onboarding documentation update for CLI
Change-Id: I1d4d0111063ea62c3759aa9b7232998b70229644
Issue-ID: DCAEGEN2-350
Signed-off-by: Ralph Knag <rhknag@research.att.com>
Diffstat (limited to 'platformdoc/mkdocs.yml')
-rw-r--r-- | platformdoc/mkdocs.yml | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/platformdoc/mkdocs.yml b/platformdoc/mkdocs.yml index 3cbe14c1..35d660b0 100644 --- a/platformdoc/mkdocs.yml +++ b/platformdoc/mkdocs.yml @@ -1,16 +1,25 @@ site_name: DCAE Platform +site_url: https://github.research.att.com/pages/DCAE-Rework/dcae-rework.github.io/ + +repo_url: https://github.research.att.com/DCAE-Rework # http://squidfunk.github.io/mkdocs-material/ theme: material pages: - Home: 'index.md' + - Change Log: 'changelog.md' - Architecture: - Technologies: 'architecture/pieces.md' - Services: 'architecture/services.md' - Service Discovery: 'architecture/service-discovery.md' - Component Developers: - Overview: 'components/intro.md' + - Concepts: + - Closed Loop/CLAMP: 'concepts/clamp.md' + - DTI Reconfiguration: 'concepts/dti.md' + - Policy: 'concepts/policy.md' + - Service Design: 'concepts/service-designer.md' - Requirements/Guidelines: - CDAP: 'components/component-type-cdap.md' - Docker: 'components/component-type-docker.md' @@ -18,12 +27,13 @@ pages: - 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' + - DMaaP connection objects: 'components/component-specification/dmaap-connection-objects.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' + - Configuration Types Quick Reference: 'components/component-specification/configuration-grid.md' + - Examples: 'components/component-specification/examples-grid.md' + - Data Format Specification: 'components/data-formats.md' - dcae-cli Tool: - Quickstart: 'components/dcae-cli/quickstart.md' + - Commands: 'components/dcae-cli/commands.md' - Walk-through: 'components/dcae-cli/walkthrough.md' - - DMaaP connection objects: 'components/dcae-cli/dmaap-connection-objects.md' - Glossary: 'glossary.md' |