diff options
author | Satyaki Mallick <satyaki.mallick@huawei.com> | 2018-10-16 18:20:53 +0530 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-17 06:38:07 +0000 |
commit | 56309f422c7dd81ceb6ea8f116aa30c23f97ca46 (patch) | |
tree | 319339343bb0bee03eda55b41718331af054f65b /docs | |
parent | 5ff4c1c9a526d2fa4ea3bb83e0bd81676f9426fc (diff) |
Enhance documentation of SDC
Enhance documentation of SDC
Issue-ID: SDC-1841
Change-Id: I4c9db71db632405554694e6a5960264a1b387057
Signed-off-by: Satyaki Mallick <satyaki.mallick@huawei.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/administration.rst | 2 | ||||
-rw-r--r-- | docs/architecture.rst | 2 | ||||
-rw-r--r-- | docs/configuration.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/administration.rst b/docs/administration.rst index bffd7d181c..2645394c8c 100644 --- a/docs/administration.rst +++ b/docs/administration.rst @@ -8,7 +8,7 @@ Administration Administration Links ==================== -Here are some links to our administration pages found in the ONAP Services websites +Here are some links to our administration pages found in the ONAP Service websites - `SDC Jira <https://jira.onap.org/projects/SDC/issues/>`_ - `SDC Jenkins <https://jenkins.onap.org/view/sdc/>`_ diff --git a/docs/architecture.rst b/docs/architecture.rst index 9a3bae8f64..142b458e1b 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -33,5 +33,5 @@ SDC uses two storage components: Elastic Search(ES) and Cassandra This information can then be analyzed with Kibana. The **Kibana server** enables statistical analysis of the operations done, according to the business logic. -- **Cassandra** is used to store auditing data, artifacts and data model objects. +- **Cassandra** is used to store audit data, artifacts and data model objects. diff --git a/docs/configuration.rst b/docs/configuration.rst index 691922e178..4c011631e2 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -345,8 +345,8 @@ BE-configuration.yaml #Deployment resource artifacts placeHolder deploymentResourceArtifacts: - # Deployment resource instance artifacts placeholders - # For each artifact the following properties exists: + # Deployment resource instance artifact placeholders + # For each artifact the following properties exist: # # displayName - The display name of the artifact # type - The type of the artifact |