mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
Add dotfiles
This commit is contained in:
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
@@ -62,9 +62,9 @@ const transform = (file: string) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
(async () => {
|
(async () => {
|
||||||
const mdFiles = await globby(['./src/docs/**/*.md']);
|
const mdFiles = await globby(['./src/docs/**/*.md'], { dot: true });
|
||||||
mdFiles.forEach(transform);
|
mdFiles.forEach(transform);
|
||||||
const nonMDFiles = await globby(['src/docs/**', '!**/*.md']);
|
const nonMDFiles = await globby(['src/docs/**', '!**/*.md'], { dot: true });
|
||||||
nonMDFiles.forEach((file) => {
|
nonMDFiles.forEach((file) => {
|
||||||
verifyAndCopy(file);
|
verifyAndCopy(file);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user