Skip to content

Commit

Permalink
Update using-plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun authored Apr 10, 2020
1 parent c595ff1 commit 4493e22
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions website/docs/using-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,12 +389,14 @@ If you have installed `@docusaurus/preset-classic`, you don't need to install it
```js title="docusaurus.config.js"
module.exports = {
plugins: [
'@docusaurus/plugin-sitemap',
{
cacheTime: 600 * 1000, // 600 sec - cache purge period
changefreq: 'weekly',
priority: 0.5,
},
[
'@docusaurus/plugin-sitemap',
{
cacheTime: 600 * 1000, // 600 sec - cache purge period
changefreq: 'weekly',
priority: 0.5,
},
],
],
};
```
Expand Down

0 comments on commit 4493e22

Please sign in to comment.