Fix Documentation spelling 35/59735/1
authorTschaen, Brendan (bt054f) <bt054f@att.com>
Wed, 8 Aug 2018 20:54:29 +0000 (16:54 -0400)
committerTschaen, Brendan (bt054f) <bt054f@att.com>
Wed, 8 Aug 2018 20:54:35 +0000 (16:54 -0400)
Change-Id: I87806db4cf99a30ba86249d2afb3ea8b9f9bfcb2
Issue-ID: MUSIC-94
Signed-off-by: Tschaen, Brendan (bt054f) <bt054f@att.com>
.gitignore
docs/authentication.rst
docs/configuration.rst
docs/installation.rst
docs/setup.rst

index 0f6e17b..c795c9e 100644 (file)
@@ -25,3 +25,7 @@ src/main/webapp
 .idea
 debug-logs/
 .README.md.html
+
+docs/Makefile
+docs/_build
+docs/conf.py
index 3c6f48a..87dbea0 100644 (file)
@@ -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.
index 609b33e..279e5bd 100644 (file)
@@ -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>
 
 
index 0f591eb..1b81711 100644 (file)
@@ -9,7 +9,7 @@ Installation
    :maxdepth: 1
 
    Single-Site Install <single>
-   Muili-Site Install <multi>
+   Multi-Site Install <multi>
 
 
 .. Environment
index 8406361..b12acd0 100644 (file)
@@ -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>