fix(content-docs): quotify path when retrieving git history (#6202)

* fix(content-docs): quotify path when retrieving git history

* Enable last update in dogfooding
This commit is contained in:
Joshua Chen 2021-12-27 17:27:48 +08:00 committed by GitHub
parent 7fcadd0c36
commit 3195e7feed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 69 additions and 3 deletions

View file

@ -20,6 +20,7 @@ const dogfoodingPluginInstances = [
// Using a symlinked folder as source, test for use-case https://github.com/facebook/docusaurus/issues/3272
// The target folder uses a _ prefix to test against an edge case regarding MDX partials: https://github.com/facebook/docusaurus/discussions/5181#discussioncomment-1018079
path: fs.realpathSync('_dogfooding/docs-tests-symlink'),
showLastUpdateTime: true,
}),
],