mirror of
https://github.com/minio/docs.git
synced 2025-07-27 08:41:57 +03:00
Implement Algolia search (#553)
This commit is contained in:
@ -264,7 +264,10 @@ html_static_path = ['_static']
|
||||
|
||||
html_css_files = ['css/main.min.css', 'custom.css']
|
||||
|
||||
html_js_files = ['js/main.js']
|
||||
html_js_files = [
|
||||
('https://cdn.jsdelivr.net/npm/@docsearch/js@3', {'defer': 'defer'}),
|
||||
('js/main.js', {'defer': 'defer'}),
|
||||
]
|
||||
|
||||
# Add https://www.min.io/robots.txt to html_extra_path list once available.
|
||||
html_extra_path = [ 'extra']
|
||||
|
Reference in New Issue
Block a user