Make table of contents of REST API documentation readable The table of contents of the REST API documentation that lists the REST endpoints is currently very difficult to read because it contains too much information (method name, URL pattern and endpoint description for each endpoint). Simplify the format of the table of contents by only using the endpoint description as section header for the endpoints. The description normally provides the most value to the reader. The method name and the URL pattern are now formatted as a text box within each endpoint section. In addition the IDs that occur in the URL patterns are now linkified. Change-Id: I98f27be848df5188c9950698197ff523ec1b70de Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
4 files changed