aboutsummaryrefslogtreecommitdiffstats
path: root/docs/offeredapis/redoc
AgeCommit message (Collapse)AuthorFilesLines
2021-10-14[DOC] Correct ReDoc API documentationhonoluluEric Debeau11-51/+0
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 (cherry picked from commit 7471bd7e10998bc5cdfe591ed42b0f4c9eb41205)
2020-08-28update swagger download links for Guilin7.0.1aosull015-5/+5
Issue-ID: EXTAPI-506 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: Ifd2810db5e6b996aac59f64a5655335108f02b6d
2020-04-16WIP: add embedded ReDoc documentation for APIEric Debeau11-0/+51
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