Task #8676
closedUnify UIs across Pulp to use the same color schemes and themes
0%
Description
Ticket moved to GitHub: "pulp/pulpcore/1988":https://github.com/pulp/pulpcore/issues/1988
The UI elements of Pulp and its docs should be unified to look the same. I think we should keep the colors we use from our main page (https://pulpproject.org/) the same across all our plugins. Colors: #347dbe, #ff9507, #04ae19, #ffffff; Theme - jekyll. If possible we should also consider adopting the same theme of the main page across all the plugins' docs pages.
Here are the links to our current documentations and the colors and themes they use:
- https://docs.pulpproject.org/pulpcore/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://docs.pulpproject.org/pulp_ansible/ - Colors: #ffffff; Theme: Alabaster
- https://pulp-cookbook.readthedocs.io/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://docs.pulpproject.org/pulp_deb/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://docs.pulpproject.org/pulp_container/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://docs.pulpproject.org/pulp_file/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://pulp-python.readthedocs.io/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
- https://docs.pulpproject.org/pulp_rpm/ - Colors: #272525, #343131, #2980b9, #efefef, #fcfcfc, Theme: sphinx_rtd_theme
Also I think the REST API pages should also follow the same colors and themes across plugins.
- /pulp/api/v3/docs/ - Colors: #263238, #fafafa, #ffffff; Theme: ReDoc default theme
- /pulp/api/v3/* - Colors: #2c2c2c, #a30000, #f7f7f9, #ffffff; Theme: DRF bootstrap
https://github.com/Redocly/redoc#redoc-theme-object https://www.django-rest-framework.org/topics/browsable-api/#customizing
Updated by pulpbot almost 2 years ago
- Description updated (diff)
- Status changed from NEW to CLOSED - DUPLICATE