1
0
mirror of https://github.com/minio/docs.git synced 2025-07-27 08:41:57 +03:00

UI enhancements: Nav active state, Copy button UI and Text colors (#524)

* Update footer text color

* Add hover color for nav links

* Update the copy button UI

* Add active class on content nav based on platform
This commit is contained in:
Rushan
2022-08-15 21:11:36 +04:00
committed by GitHub
parent 2376fa9924
commit dc454d7246
7 changed files with 73 additions and 18 deletions

View File

@ -262,6 +262,10 @@ html_extra_path = [ 'extra']
html_title = 'MinIO Object Storage for ' + platform.capitalize()
html_context = {
'doc_platform': platform.lower()
}
# -- Options for Sphinx Tabs -------------------------------------------------
sphinx_tabs_disable_css_loading = True