diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-25 14:01:19 -0300 |
---|---|---|
committer | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2020-07-25 14:01:19 -0300 |
commit | 87fea1875172141fd12a633110ef964e9c4ba10e (patch) | |
tree | 9572dbefe7d33d684d024eeef3bfa263b0dbb69d /docusaurus/docusaurus.config.js | |
parent | 612470ce1fae11d555f43b580c43170ea90e7b85 (diff) | |
download | PSP.git-87fea1875172141fd12a633110ef964e9c4ba10e.tar.gz PSP.git-87fea1875172141fd12a633110ef964e9c4ba10e.tar.xz PSP.git-87fea1875172141fd12a633110ef964e9c4ba10e.zip |
Documentation update
Diffstat (limited to 'docusaurus/docusaurus.config.js')
-rw-r--r-- | docusaurus/docusaurus.config.js | 11 |
1 files changed, 8 insertions, 3 deletions
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, + }, }, ], ], |