diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-05-25 12:29:38 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-05-25 12:29:43 -0500 |
commit | bbe7154de3be6ff4fb3433ee6ea3688b4929ef71 (patch) | |
tree | 568e1359fcb6c3b7028623998cbfafd9b64f1327 /docs/sections/index.rst | |
parent | 4906c14f770e85452240fc8e04807b6114fab1ca (diff) |
Create Essential DOC Structure for AAF
Issue-ID: AAF-328
Change-Id: I9508611149405bd95d0d1bf2ebe1e0ed37ba333b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'docs/sections/index.rst')
-rw-r--r-- | docs/sections/index.rst | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/docs/sections/index.rst b/docs/sections/index.rst new file mode 100644 index 00000000..88c1db9b --- /dev/null +++ b/docs/sections/index.rst @@ -0,0 +1,28 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. Copyright © 2017 AT&T Intellectual Property. All rights reserved. + +Architecture +============ +.. toctree:: + :maxdepth: 2 + :glob: + + architecture/* + +Installation +============== +.. toctree:: + :maxdepth: 2 + :glob: + + installation/* + +Configuration +============= +.. toctree:: + :maxdepth: 2 + :glob: + + configuration/* + |