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:
@ -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
|
||||
|
Reference in New Issue
Block a user