feat(v2): generate sitemap (#1065)

* feat(v2): generate sitemap

* cannot snapshot sitemap because xml generated in different order
This commit is contained in:
Endilie Yacop Sucipto 2018-10-25 21:47:13 +08:00 committed by GitHub
parent 8663a63e7d
commit fd780f19a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 127 additions and 1185 deletions

View file

@ -17,6 +17,7 @@ module.exports = function loadConfig(siteDir, deleteCache = true) {
'organizationName',
'projectName',
'baseUrl',
'url',
];
const optionalFields = [
'customDocsPath',