We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.nojekyll
--githubPages, .nojekyll
Expecting a .nojekyll file in the destination output folder.
The documentation states:
--githubPages Generate a .nojekyll file to prevent 404 errors in GitHub Pages. Defaults to true
true
There is no .nojekyll file generated, and if there is a .nojekyll file it is deleted.
touch docs/.nojekyll typedoc --plugin typedoc-plugin-markdown
The .nojekyll file will be deleted.
The text was updated successfully, but these errors were encountered:
typedoc-plugin-markdown
This plugin completely overwrites TypeDoc's renderer, so anything which uses renderer events, like this option, is disabled by it.
Sorry, something went wrong.
Resolved.
No branches or pull requests
Search terms
--githubPages, .nojekyll
Expected Behavior
Expecting a
.nojekyll
file in the destination output folder.The documentation states:
Actual Behavior
There is no
.nojekyll
file generated, and if there is a.nojekyll
file it is deleted.Steps to reproduce the bug
The
.nojekyll
file will be deleted.Environment
The text was updated successfully, but these errors were encountered: