From 87fea1875172141fd12a633110ef964e9c4ba10e Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Sat, 25 Jul 2020 14:01:19 -0300 Subject: Documentation update --- docusaurus/docusaurus.config.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'docusaurus/docusaurus.config.js') diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index 107e159..d064010 100644 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -73,9 +73,9 @@ module.exports = { copyright: `Copyright © ${new Date().getFullYear()} Thales Lima Oliveira. Built with Docusaurus.`, }, algolia: { - apiKey: 'api-key', - indexName: 'index-name', - appId: 'app-id', // Optional, if you run the DocSearch crawler on your own + apiKey: '2057c3eff4d2d1cb763e214020ce866d', + indexName: 'docs/', + //appId: 'app-id', // Optional, if you run the DocSearch crawler on your own algoliaOptions: {}, // Optional, if provided by Algolia }, }, @@ -102,6 +102,11 @@ module.exports = { theme: { customCss: require.resolve('./src/css/custom.css'), }, + sitemap: { + cacheTime: 600 * 1000, // 600 sec - cache purge period + changefreq: 'weekly', + priority: 0.5, + }, }, ], ], -- cgit