summaryrefslogtreecommitdiffstats
path: root/docs/sections/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'docs/sections/sdk')
-rw-r--r--docs/sections/sdk/apis.rst6
-rw-r--r--docs/sections/sdk/changelog.rst6
-rw-r--r--docs/sections/sdk/faq.rst2
3 files changed, 9 insertions, 5 deletions
diff --git a/docs/sections/sdk/apis.rst b/docs/sections/sdk/apis.rst
index 80d1489d..94be6fdd 100644
--- a/docs/sections/sdk/apis.rst
+++ b/docs/sections/sdk/apis.rst
@@ -6,7 +6,7 @@ Available APIs
.. toctree::
- :depth: 3
+ :maxdepth: 3
.. _config_binding_service_sdk:
@@ -113,7 +113,7 @@ crypt-password - an utility for BCrypt passwords
------------------------------------------------
Library to generate and match cryptography password using BCrypt algorithm
-.. code-block:: java
+.. code-block:: bash
java -jar crypt-password-${sdk.version}.jar password_to_crypt
@@ -379,7 +379,7 @@ Example JSON:
"schemaReference": "https://forge.3gpp.org/rep/sa5/data-models/blob/REL-16/OpenAPI/faultMnS.yaml",
"data":
{
- "exampleData: "SAMPLE_VALUE"
+ "exampleData": "SAMPLE_VALUE"
}
}
diff --git a/docs/sections/sdk/changelog.rst b/docs/sections/sdk/changelog.rst
index 16628783..1dccbedc 100644
--- a/docs/sections/sdk/changelog.rst
+++ b/docs/sections/sdk/changelog.rst
@@ -1,5 +1,9 @@
+.. This work is licensed under a
+ Creative Commons Attribution 4.0 International License.
+ http://creativecommons.org/licenses/by/4.0
+
Changelog
=========
Link to gerrit changelog:
-------------------------
-https://gerrit.onap.org/r/gitweb?p=dcaegen2/services/sdk.git;a=blob_plain;f=Changelog.md;hb=refs/heads/master \ No newline at end of file
+https://gerrit.onap.org/r/gitweb?p=dcaegen2/services/sdk.git;a=blob_plain;f=Changelog.md;hb=refs/heads/master
diff --git a/docs/sections/sdk/faq.rst b/docs/sections/sdk/faq.rst
index ed8686d6..86715953 100644
--- a/docs/sections/sdk/faq.rst
+++ b/docs/sections/sdk/faq.rst
@@ -19,7 +19,7 @@ Are you sure Java 11 is supported? I can see a debug log from Netty.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have enabled a debug log level for Netty packages you might have seen the following log:
-.. code-block:: java
+.. code-block:: none
[main] DEBUG i.n.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable