docsify-cli icon indicating copy to clipboard operation
docsify-cli copied to clipboard

Need to add support for `dotFiles` in docsify serve

Open dolanmiu opened this issue 2 years ago • 0 comments

Can there be an option to allow dot files in docsify serve?

E.g. .prettierrc.yaml.

i am trying to embed this file, and it is failing:

[.prettierrc.yaml](.prettierrc.yaml ":include")
Cannot GET /guides/.prettierrc.yaml

express option to expose:

https://github.com/expressjs/serve-static#dotfiles

dolanmiu avatar Mar 29 '23 10:03 dolanmiu