diff options
author | VENKATESH KUMAR <vv770d@att.com> | 2020-04-02 23:39:28 -0400 |
---|---|---|
committer | VENKATESH KUMAR <vv770d@att.com> | 2020-04-02 23:48:26 -0400 |
commit | c790dcb3bbd3c498e0f838837c212ce185e70da5 (patch) | |
tree | cbde7e82480efbdc3a26844e2e03bf4806aeaaa8 /platformdoc/mkdocs.yml | |
parent | cfb11090aa5fbcb7d38870cdeeb7c21e48b077df (diff) |
dcae doc cleanup
Remove old markdown platform doc
Change-Id: I592775a24d17d7d786708cde008703f4d899946c
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Issue-ID: DCAEGEN2-1891
Signed-off-by: VENKATESH KUMAR <vv770d@att.com>
Diffstat (limited to 'platformdoc/mkdocs.yml')
-rw-r--r-- | platformdoc/mkdocs.yml | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/platformdoc/mkdocs.yml b/platformdoc/mkdocs.yml deleted file mode 100644 index 35d660b0..00000000 --- a/platformdoc/mkdocs.yml +++ /dev/null @@ -1,39 +0,0 @@ -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' - - 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' - - DMaaP connection objects: 'components/component-specification/dmaap-connection-objects.md' - - Streams Quick Reference: 'components/component-specification/streams-grid.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' - - Glossary: 'glossary.md' |