mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-17 19:16:58 +02:00
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:
parent
7fcadd0c36
commit
3195e7feed
7 changed files with 69 additions and 3 deletions
packages/docusaurus-plugin-content-docs/src/__tests__
|
@ -202,6 +202,7 @@ describe('simple site', () => {
|
|||
'rootResolvedSlug.md',
|
||||
'rootTryToEscapeSlug.md',
|
||||
'headingAsTitle.md',
|
||||
'doc with space.md',
|
||||
'foo/bar.md',
|
||||
'foo/baz.md',
|
||||
'slugs/absoluteSlug.md',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue