1
0
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:
Daryl White
2022-09-09 10:05:42 -05:00
committed by GitHub
parent 6d97161b87
commit 6423ebbd73
7 changed files with 48 additions and 6 deletions

View File

@ -0,0 +1,9 @@
docsearch({
apiKey: '0ba0d26da4d1483f96c03fe508304a64',
indexName: 'minio',
inputSelector: '#algolia input[type=text],
debug: false,
algoliaOptions: {
hitsPerPage: 8,
}
});