Reverse engineered prompt

Build me a simple public docs site for the GetYourGuide Partner API using the existing API spec in this repo. I want a clean landing page that explains what the API is for, access to the marketplace for tours and activities, that it is a REST API returning JSON, and that it uses SSL plus an API access token.

The main thing is an easy to browse API reference generated from the spec, with a clear getting started section and a link to the wiki for setup details. Please also include a small section that shows people they can generate client libraries from the spec in common languages like TypeScript, Go, and Ruby, with one example command.

Keep it lightweight and easy to host as a static site, and make sure the homepage points people to the reference docs right away. If there are existing docs or pages in the repo, reuse them instead of reinventing everything. Look up current OpenAPI doc tooling online if you need to.

Want more depth? Deep Reverse