Skip to content

Commit 218e8cc

Browse files
mmulji-icMSalopek
andauthored
docs: Add docusaurus sitemap (#2987)
* Update npm deps * Updated deps and config for sitemap (reverted deps to new version of Docusaurus) --------- Co-authored-by: MSalopek <[email protected]>
1 parent bcc4d93 commit 218e8cc

File tree

3 files changed

+3088
-1516
lines changed

3 files changed

+3088
-1516
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ contract_tests/*
5252

5353
go.work.sum
5454

55+
node_modules

docs/docusaurus.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ const config = {
6161
},
6262
},
6363
},
64+
sitemap: {
65+
changefreq: 'weekly',
66+
priority: 0.5,
67+
ignorePatterns: ['/tags/**'],
68+
filename: 'sitemap.xml',
69+
},
6470
blog: false,
6571
theme: {
6672
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)