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

Fix rest_api spec being fetched from outdated link #85

Closed pedro-psb closed 1 month ago

pedro-psb commented 1 month ago

On the time of the docs transitioning pulp-docs was using the legacy server as a source of the api.json, which were doomed to become outdated. This was mostly to keep CI working while the solution was being implemented.

Now that the api schemas for docs are being generated in pulp-docs repo, we can use that as the up-to-date source.

Closes: #84