diff options
author | jimmy <jf2512@att.com> | 2017-10-25 14:27:49 -0400 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2017-10-25 14:27:55 -0400 |
commit | 4c5692dc381f6538bd18ed33e87d27c3b506766b (patch) | |
tree | e3d508673997feaa98cd70709ee4a849d2fd308a /docs/platform/index.rst | |
parent | 9b7c16e1adcbf0ce87164d16ba8fdf96dd270b18 (diff) |
Convert docs to rst and set up platform section
Issue-ID: AAI-255
Change-Id: Id78116b2e3fadb3d0f4f7d2a602ba63633c806b7
Signed-off-by: jimmy <jf2512@att.com>
Diffstat (limited to 'docs/platform/index.rst')
-rw-r--r-- | docs/platform/index.rst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/platform/index.rst b/docs/platform/index.rst new file mode 100644 index 00000000..4d0c8310 --- /dev/null +++ b/docs/platform/index.rst @@ -0,0 +1,14 @@ +.. This work is licensed under a Creative Commons Attribution 4.0 International License. + +Platform +-------- + +AAI is the central inventory system for ONAP. AAI collects network, vnf, service, and model information and stores the information in a graph which provides for easy lookup and traversal of inventory objects. + +.. toctree:: + :maxdepth: 1 + + architecture.rst + offeredapis.rst + installation.rst + |