diff options
Diffstat (limited to 'docs/index.rst')
-rw-r--r-- | docs/index.rst | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst new file mode 100644 index 00000000..57c8a493 --- /dev/null +++ b/docs/index.rst @@ -0,0 +1,39 @@ + +.. This work is licensed under a Creative Commons Attribution 4.0 +.. International License. http://creativecommons.org/licenses/by/4.0 + +:tocdepth: 2 + +VNFM Drivers +============ + +Huawei +------ + +README.txt +++++++++++ + +.. code-block:: none +.. literalinclude:: ../huawei/vnfmadapter/VnfmadapterService/deployment/src/main/release/README.txt + + +Nokia +----- + +.. toctree:: + :maxdepth: 2 + + ../nokiav2/docs/index.rst + +Zte +--- + +MME Inputs +++++++++++ +.. code-block:: json +.. literalinclude:: ../zte/vmanager/driver/interfaces/data/MME_inputs.json + +SPGW Inputs ++++++++++++ +.. code-block:: json +.. literalinclude:: ../zte/vmanager/driver/interfaces/data/SPGW_inputs.json |