From: JakobKrieg Date: Wed, 12 Aug 2020 09:23:52 +0000 (+0200) Subject: Add code-block language for CBA structure X-Git-Tag: 1.0.0~62 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c17d4b4d243234340ac89eae7ae41e2ad8c538e1;p=ccsdk%2Fcds.git Add code-block language for CBA structure Issue-ID: CCSDK-2615 Change-Id: I82eabcec215c1313b3fce418978678d8a0306dfa Signed-off-by: JakobKrieg --- 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)