mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
fix
This commit is contained in:
parent
81b8727352
commit
f74784922b
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
# Windows doesn't allow filepaths beginning with :
|
||||
# Windows doesn't allow filepaths containing :
|
||||
slug: :file
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
# Filename with asterisk
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
# Windows doesn't allow filepaths containing *
|
||||
slug: file*aster
|
||||
---
|
||||
|
||||
# Filename with asterisk
|
||||
Loading…
Reference in New Issue