mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Add extension to create sitemaps (#547)
Adding sitemap generator extension and a sitemap_index.xml file we can share with the web site team.
This commit is contained in:
9
source/_static/js/algolia.js
Normal file
9
source/_static/js/algolia.js
Normal file
@ -0,0 +1,9 @@
|
||||
docsearch({
|
||||
apiKey: '0ba0d26da4d1483f96c03fe508304a64',
|
||||
indexName: 'minio',
|
||||
inputSelector: '#algolia input[type=text],
|
||||
debug: false,
|
||||
algoliaOptions: {
|
||||
hitsPerPage: 8,
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user