From 78b0ab8c410c9d4c79a98e3a71fe635c028f4785 Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Thu, 16 Apr 2020 14:14:08 +0200 Subject: WIP: add embedded ReDoc documentation for API Include ReDoc using embedded JavaScript capabilities in RST Create a new directory 'redoc' to store - .rst to embed RST content for each 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 Change-Id: Iaa2430a7d4080ed6f91ec8a3e2d6203319f29425 --- docs/offeredapis/redoc/api_hub.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 docs/offeredapis/redoc/api_hub.js (limited to 'docs/offeredapis/redoc/api_hub.js') diff --git a/docs/offeredapis/redoc/api_hub.js b/docs/offeredapis/redoc/api_hub.js new file mode 100644 index 0000000..271655e --- /dev/null +++ b/docs/offeredapis/redoc/api_hub.js @@ -0,0 +1 @@ + \ No newline at end of file -- cgit