You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redoc API render engine has some under-used features (attached below).
Approach
Actually, the changes that can make it better may not belong to pulp-docs itself, but I'll put here to expose the big picture.
We should investigate how we can change DRF/spectacular/??? to make use of those.
To test the API website that originated the snapshots, run the code below.
Notice the relevant schema reference is this.
podman pull redocly/redoc # from docker registry
podman run --rm \
-p 8080:80 \
-e SPEC_URL=https://raw.githubusercontent.com/Redocly/redoc/refs/heads/main/demo/openapi.yaml \
redocly/redoc
Snapshots
Section groups
We can use sections like "Content Management", "Auth", "Admin", etc.
An opportunity to logically group pulp entities from the user perspective.
Text Sections
We can write text section that appear in the navigation.
This can be used for presenting useful links and info.
Some ideas:
Listing links to supported API pages (and provide the Redoc for those, of course):
Problem
The Redoc API render engine has some under-used features (attached below).
Approach
Actually, the changes that can make it better may not belong to pulp-docs itself, but I'll put here to expose the big picture.
We should investigate how we can change DRF/spectacular/??? to make use of those.
To test the API website that originated the snapshots, run the code below.
Notice the relevant schema reference is this.
Snapshots
Section groups
We can use sections like "Content Management", "Auth", "Admin", etc.
An opportunity to logically group pulp entities from the user perspective.
Text Sections
We can write text section that appear in the navigation.
This can be used for presenting useful links and info.
Some ideas:
Listing links to supported API pages (and provide the Redoc for those, of course):
Shortcut links to other plugin API docs:
Deprecated field and endpoint
Just looks better and more obvious that you shouldn't use it.
The text was updated successfully, but these errors were encountered: