diff options
author | Brendan Tschaen <bt054f@att.com> | 2018-08-14 19:20:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-14 19:20:30 +0000 |
commit | 1dbff4199663796788e5658c0eec33b2faade59d (patch) | |
tree | 4965b280b41d602fd9f3966feaf11f6d8cb155f9 /docs | |
parent | 64b04604921670862993fb2a72a895a6209947d5 (diff) | |
parent | ffaf5aca91d5a0da10081382baa5e1f739a403a2 (diff) |
Merge "Fix Documentation spelling"
Diffstat (limited to 'docs')
-rw-r--r-- | docs/authentication.rst | 27 | ||||
-rw-r--r-- | docs/configuration.rst | 2 | ||||
-rw-r--r-- | docs/installation.rst | 2 | ||||
-rw-r--r-- | docs/setup.rst | 4 |
4 files changed, 19 insertions, 16 deletions
diff --git a/docs/authentication.rst b/docs/authentication.rst index 3c6f48a4..87dbea05 100644 --- a/docs/authentication.rst +++ b/docs/authentication.rst @@ -1,22 +1,25 @@ - `For Single install:`_ +Authentication +============== - `Multi-Site Install:`_ +`Single-Site Install`_ - `Headers:`_ +`Multi-Site Install`_ - `AAF Authentication`_ +`Headers`_ - `AID Authentication Non-AAF`_ +`AAF Authentication`_ + +`AID Authentication Non-AAF`_ `Onboarding API`_ -`Add Application`_ + `Add Application`_ -`Get Application`_ + `Get Application`_ -`Edit Application`_ + `Edit Application`_ -`Delete Application`_ + `Delete Application`_ Steps to test AAF MUSIC has been enhanced to support applications which are already authenticated using AAF and applications which are not authenticated using AAF. @@ -33,7 +36,7 @@ In the cassandra bin dir run ./cqlsh and log in to db then: If you want to save the following in a file you can then run ./cqlsh -f <file.cql> -For Single install: +Single-Site Install ^^^^^^^^^^^^^^^^^^^ :: @@ -58,7 +61,7 @@ For Single install: ); -Multi-Site Install: +Multi-Site Install ^^^^^^^^^^^^^^^^^^^ :: @@ -83,7 +86,7 @@ Multi-Site Install: PRIMARY KEY (uuid) ); -Headers: +Headers ^^^^^^^^ For AAF applications all the 3 headers ns, userId and password are mandatory. diff --git a/docs/configuration.rst b/docs/configuration.rst index 609b33e0..279e5bd6 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -10,7 +10,7 @@ See the following pages for Configuration Information: :maxdepth: 1 Single-Site Install <single> - Muili-Site Install <multi> + Multi-Site Install <multi> Authentication <authentication> diff --git a/docs/installation.rst b/docs/installation.rst index 0f591eb7..1b817114 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -9,7 +9,7 @@ Installation :maxdepth: 1 Single-Site Install <single> - Muili-Site Install <multi> + Multi-Site Install <multi> .. Environment diff --git a/docs/setup.rst b/docs/setup.rst index 8406361f..b12acd04 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -5,7 +5,7 @@ Setup for Developing MUSIC :maxdepth: 1 Single-Site Install <single> - Muili-Site Install <multi> + Multi-Site Install <multi> Authentication <authentication> MUSIC is to be installed in a single Dir on a vm. @@ -46,5 +46,5 @@ Continue by selecting the link to the setup you are doing. :maxdepth: 1 Single-Site Install <single> - Muili-Site Install <multi> + Multi-Site Install <multi> Authentication <authentication> |