1
0
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:
Rushan
2022-09-16 22:46:52 +04:00
committed by GitHub
parent 8842084dd0
commit 5efcffbff1
14 changed files with 249 additions and 310 deletions

View File

@ -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']