AirConsole / airconsole-api

AirConsole API files
http://developers.airconsole.com/#/
98 stars 8 forks source link

Add API doc generation to Github Docs #96

Closed marc-n-dream closed 2 months ago

marc-n-dream commented 2 months ago

This implements Github page generation for the autogenerated API documentation for direct integration in the developer documentation with automatic updates.

The github page is the default one at https://airconsole.github.io/airconsole-api

@laurentndream You will find an additional change to the jenkins file. Previously it wasn't guaranteed that Playwright is present causing the tests to fail. I've addressed that now

laurentndream commented 2 months ago

Previously it wasn't guaranteed that Playwright is present causing the tests to fail. I've addressed that now

Yes, well I know the machine it's running on therefore I didn't do it. but nice addition as well

Can you add the link (https://airconsole.github.io/airconsole-api/) to the Readme of this repo?