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

Update theme as per the new design specs (#522)

This commit is contained in:
Rushan
2022-08-12 19:35:15 +04:00
committed by GitHub
parent 8c727d7f90
commit c6e1fc6124
62 changed files with 2618 additions and 1380 deletions

View File

@ -237,7 +237,6 @@ html_favicon = '_static/favicon.png'
html_sidebars = {
'**' : [
'searchbox.html',
'navigation.html'
]
}
@ -260,8 +259,6 @@ html_js_files = ['js/main.js']
html_extra_path = [ 'extra']
html_permalinks_icon = "<img class='anchor' src=https://docs.min.io/minio/baremetal/_static/img/anchor-link.svg />"
html_title = 'MinIO Object Storage for ' + platform.capitalize()
# -- Options for Sphinx Tabs -------------------------------------------------