swaggerhub-doc-portal icon indicating copy to clipboard operation
swaggerhub-doc-portal copied to clipboard

Part 2 is currently live.

Swaggerhub Documentation Portal

SwaggerHub_gif

INFO

Template project for building a React front end over the Swaggerhub API. This repository is intended as a starting point for those looking to develop a custom, swagger/OAS driven portal.

Documentation and full tutorial can be found at the links below:

  • Part 1: https://swagger.io/blog/api-documentation/building-documentation-portal-swagger-tutorial/
  • Part 2: https://swagger.io/blog/api-documentation/building-a-documentation-portal-for-multiple-apis/

An example of the site can be found at: https://empire-doc-portal.netlify.com/

USE

  • clone repository
  • cd
  • npm install
  • npm start

In order to connect this to your own Swaggerhub repository, simply update the /src/organization_config.json file with your organization name, and other display information.