mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-28 16:37:07 +02:00
feat(v2): generate sitemap (#1065)
* feat(v2): generate sitemap * cannot snapshot sitemap because xml generated in different order
This commit is contained in:
parent
8663a63e7d
commit
fd780f19a2
18 changed files with 127 additions and 1185 deletions
|
@ -17,6 +17,7 @@ module.exports = function loadConfig(siteDir, deleteCache = true) {
|
|||
'organizationName',
|
||||
'projectName',
|
||||
'baseUrl',
|
||||
'url',
|
||||
];
|
||||
const optionalFields = [
|
||||
'customDocsPath',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue