diff options
author | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-08-12 11:23:52 +0200 |
---|---|---|
committer | JakobKrieg <jakob.krieg@bcmsolutions.de> | 2020-08-12 11:26:43 +0200 |
commit | c17d4b4d243234340ac89eae7ae41e2ad8c538e1 (patch) | |
tree | 1682291a01e5b12c7c30b94ac69007748c892967 /docs/modelingconcepts | |
parent | 26fe74dd5776276f432e5159e5f7f70a3a106292 (diff) |
Add code-block language for CBA structure
Issue-ID: CCSDK-2615
Change-Id: I82eabcec215c1313b3fce418978678d8a0306dfa
Signed-off-by: JakobKrieg <jakob.krieg@bcmsolutions.de>
Diffstat (limited to 'docs/modelingconcepts')
-rw-r--r-- | docs/modelingconcepts/cba.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modelingconcepts/cba.rst b/docs/modelingconcepts/cba.rst index a400ef614..72034d008 100644 --- a/docs/modelingconcepts/cba.rst +++ b/docs/modelingconcepts/cba.rst @@ -13,7 +13,9 @@ The **C**\ ontroller **B**\ lueprint **A**\ rchive is the overall service design The CBA is **.zip** file, comprised of the following folder structure, the files may vary: -.. code-block:: +.. code-block language is required for ReadTheDocs to render code-blocks. Python set as default. + +.. code-block:: python ├── Definitions │ ├── blueprint.json Overall TOSCA service template (worfklow + node_template) |