diff options
author | Tony Hansen <tony@att.com> | 2020-04-27 18:30:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-27 18:30:52 +0000 |
commit | 1d9549e5adf1feab7a5b269e3748b5027fec3746 (patch) | |
tree | 28f2ec8aa3a23b160fc025a3cc4380f1487a9ced /docs/sections/components | |
parent | 119b02361f6eb3d9f34202d2ae4c2dab467dfadd (diff) | |
parent | 7cfaea2ee5e73a5a0a669da3b8c949000245cb83 (diff) |
Merge "dcae r6 doc updates cont."
Diffstat (limited to 'docs/sections/components')
-rw-r--r-- | docs/sections/components/blueprint_generator.rst | 4 | ||||
-rw-r--r-- | docs/sections/components/component-development.rst | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/docs/sections/components/blueprint_generator.rst b/docs/sections/components/blueprint_generator.rst index 8813cefd..3a014ea3 100644 --- a/docs/sections/components/blueprint_generator.rst +++ b/docs/sections/components/blueprint_generator.rst @@ -1,6 +1,6 @@ Blueprint Generator (DCAE) -============================================= +========================== What is the Blueprint Generator? ++++++++++++++++++++++++++++++++ @@ -34,7 +34,7 @@ Steps to run the blueprint generator: -o: This flag will create a service component override for your deployment equal to the value you put (optional) 6. An example running this program would look like this: - ``java -jar blueprint-generator-1.2.1-executable.jar -p blueprint_output -i ComponentSpecs/TestComponentSpec.json -n TestAppBlueprint`` + ``java -jar blueprint-generator-1.3.1-executable.jar -p blueprint_output -i ComponentSpecs/TestComponentSpec.json -n TestAppBlueprint`` Extra information diff --git a/docs/sections/components/component-development.rst b/docs/sections/components/component-development.rst index d4b34a74..63c7f389 100644 --- a/docs/sections/components/component-development.rst +++ b/docs/sections/components/component-development.rst @@ -10,11 +10,10 @@ Onboarding Pre-requisite (Service Component) ./intro.rst ./architecture/pieces.rst ./architecture/service-discovery.rst - ./architecture/blueprint_generator.rst + ./blueprint_generator.rst ./requirements-guidelines.rst ./component-specification/component-specification.rst ./component-json-schema.rst ./data-formats.rst ./dcae-cli/dcae-cli-tool.rst - ./glossary.rst - + ./glossary.rst
\ No newline at end of file |