aboutsummaryrefslogtreecommitdiffstats
path: root/docs/datadictionary/sourcedefaultcode.rst
diff options
context:
space:
mode:
authorEzhilarasi <ezhrajam@in.ibm.com>2019-08-14 23:38:10 +0530
committerEzhilarasi R <ezhrajam@in.ibm.com>2019-08-16 09:25:30 +0000
commita0b7010ed18a04e4a1aa6a6db2d6b0a18072e955 (patch)
tree1d26e0cf55bee4a312793fe771aeff5a737b5150 /docs/datadictionary/sourcedefaultcode.rst
parent615b5e183723bba51e0b3c134c7b5b954f99cac0 (diff)
Formatted Doc text
Formmated contents of Read the docs text Change-Id: I44ebf3894f55ad72c35600f263b58a3235880af4 Issue-ID: CCSDK-1453 Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
Diffstat (limited to 'docs/datadictionary/sourcedefaultcode.rst')
-rw-r--r--docs/datadictionary/sourcedefaultcode.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/datadictionary/sourcedefaultcode.rst b/docs/datadictionary/sourcedefaultcode.rst
index 243f87f09..89c5c2c7d 100644
--- a/docs/datadictionary/sourcedefaultcode.rst
+++ b/docs/datadictionary/sourcedefaultcode.rst
@@ -5,9 +5,10 @@
Source Default code
===================
-{
- "description": "This is Default Resource Source Node Type",
- "version": "1.0.0",
- "properties": {},
- "derived_from": "tosca.nodes.ResourceSource"
-} \ No newline at end of file
+.. code-block:: json
+ :linenos:
+
+ "description": "This is Default Resource Source Node Type",
+ "version": "1.0.0",
+ "properties": {},
+ "derived_from": "tosca.nodes.ResourceSource"