Add a sitemap to the docs site (#1450)
## Description Configure a sitemap for search engine indexing ## Type of change <!--- Please check the type of change your PR introduces: ---> - [x] 🗺️ Documentation ## Test Plan - [x] 💪 Manual
This commit is contained in:
parent
b0735e2ed1
commit
2524c67540
@ -50,6 +50,10 @@ const config = {
|
|||||||
'https://github.com/alcionai/corso/tree/main/docs',
|
'https://github.com/alcionai/corso/tree/main/docs',
|
||||||
},
|
},
|
||||||
blog: false,
|
blog: false,
|
||||||
|
sitemap: {
|
||||||
|
ignorePatterns: ['/tags/**'],
|
||||||
|
filename: 'sitemap.xml',
|
||||||
|
},
|
||||||
gtag: {
|
gtag: {
|
||||||
trackingID: 'G-YXBFPQZ05N',
|
trackingID: 'G-YXBFPQZ05N',
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user