Add ccsdk-oran docs configuration

Example of how this changeset was created.
includes link to documentation:
https://gist.github.com/Aricg/bf95ef40c542ba211be8771e88e6f410

Merging this will create
https://onap-ccsdk-oran.readthedocs.io

Issue-ID: CIMAN-364
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I509302cf10fd03d5be93d3f1a8dd5609602bc76b
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
7 files changed
tree: 556a56577304e9797bb6cda19f26e6c4c63694ef
  1. a1-adapter/
  2. a1-policy-management/
  3. docs/
  4. releases/
  5. .gitignore
  6. .gitreview
  7. .readthedocs.yaml
  8. INFO.yaml
  9. LICENSE.txt
  10. pom.xml
  11. README.md
  12. tox.ini
  13. version.properties
README.md

This source repository contains the code for the ORAN A1 related components.

To compile this code:

  1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.

  2. To compile, run "mvn clean install".