mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
UI enhancements: Search modal, scrollbars and permalink text (#564)
- Fix search source title background overlap. - Remove default permalink text. (This'll remove the pilcrow sign displayed after each search result). - Enhance search modal's scrollbar colors.
This commit is contained in:
@ -248,6 +248,8 @@ html_extra_path = [ 'extra']
|
||||
|
||||
html_title = 'MinIO Object Storage for ' + ("MacOS" if platform == "macos" else platform.capitalize())
|
||||
|
||||
html_permalinks_icon = ''
|
||||
|
||||
html_context = {
|
||||
'doc_platform': platform.lower()
|
||||
}
|
||||
|
Reference in New Issue
Block a user