diff options
Diffstat (limited to 'docs/offeredapis.rst')
-rw-r--r-- | docs/offeredapis.rst | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/docs/offeredapis.rst b/docs/offeredapis.rst index f2a320e8b2..e94c3c0a17 100644 --- a/docs/offeredapis.rst +++ b/docs/offeredapis.rst @@ -8,18 +8,12 @@ SDC Offered APIs The list of APIs that SDC offers can be found from the following table: -.. |pdf-icon| image:: images/pdf.png - :width: 40px - -.. |swagger-icon| image:: images/swagger.png - :width: 40px - -.. |html-icon| image:: images/html.png - :width: 40px - .. csv-table:: - :header: "|Swagger-icon|", "|html-icon|", "|pdf-icon|" - :widths: 60,60,60 + :header: "API name", "Swagger JSON" + :widths: 10,5 - "swagger json file", "html doc", "pdf doc" - ":download:`link <swagger/swagger.json>`", ":download:`link <swagger/swagger.html>`", ":download:`link <swagger/swagger.pdf>`" + "SDCE-1", ":download:`link <swagger/swagger-sdce-1.json>`" + "SDCE-2 & SDCE-5", ":download:`link <swagger/swagger-sdce-2-sdce-5.json>`" + "SDCE-4", ":download:`link <swagger/swagger-sdce-4.json>`" + "SDCE-6", ":download:`link <swagger/swagger-sdce-6.json>`" + "SDCE-7", ":download:`link <swagger/swagger-sdce-7.json>`" |