pulp / pulp-docs

Python Package to help aggregating Pulp's multirepo ecosystem into a unified doc.
https://pedro-psb.github.io/pulp-docs/
2 stars 4 forks source link

Integrate Redoc REST API to mkdocs #47

Closed pedro-psb closed 2 months ago

pedro-psb commented 2 months ago

The mkdocs plugins I've tried for openapi-schema display (example) don't support anchoring the endpoint links, which is something we do all the time.

Because of that, I've decided to bake a simple solution based on what we did with sphinx, with a small bonus of keeping mkdocs top header.

This does:

Known limitation:

Screenshots

REST API

image

Changelog

image