Age | Commit message (Collapse) | Author | Files | Lines |
|
Existing solution based on javascript is not working
- solution based on _downloads reference
Use sphinxcontrib-redoc package
- Update conf.py to add the required extensions
- Update conf.py to add ReDoc API documentation
- Add sphinxcontrib-redoc in requirements-docs.txt
- Remove redoc directory
- Copy Swagger JSON file in swagger repo
- Rename Swagger JSON file
- Correct Swagger JSON file to delete bad characters
Small editorial corrections
- Update doc/architecture.rst
Issue-ID: EXTAPI-599
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: I3c2b52ff072f81f5554046498f0cf8419cc3f342
|
|
Issue-ID: EXTAPI-506
Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
Change-Id: Ifd2810db5e6b996aac59f64a5655335108f02b6d
|
|
Include ReDoc using embedded JavaScript capabilities in RST
Create a new directory 'redoc' to store
- <api>.rst to embed RST content for each API
- <api>.js to store link towards the JSON Swagger file for each API
- redoc.js to store JS links to render ReDoc
Modify offeredapis.rst to include a new section
Issue-ID: EXTAPI-433
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Change-Id: Iaa2430a7d4080ed6f91ec8a3e2d6203319f29425
|