OpenApi browser React component
We want to create a simple React component to navigate through multiple versions of OpenAPI specs easily. The component is provided a single "versions" dictionary
- key = version name
- value = absolute url to openAPI spec (example raw.githubusercontent.com/swagger-api/swagger-petstore/master/src/main/resources/openapi.yaml) Visually speaking, we want something very simple:
A left handed 200px side bar displaying an ul list of links. Each link a version number A right side 100% remaining space, displaying a swagger UI of the selected version a https://swagger.io/docs/open-source-tools/swagger-ui/usage/installation/