-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Don't override existing index files #90
Comments
Heya @paulbrimicombe! We are happy to include this without a flag but it probably needs a note in the README. I'll also raise an issue for the docs on our internal system. |
Thanks @stephegn, I'll add a note in the README describing the new behaviour. |
@stephegn I've added a quick note to the README about index file generation in the PR... |
Fixed by #91 |
Problem
index.md
file in their repositorySolution
index.html
file has already been created for a given folder, don't override it with a generated one.e.g. Ideally this page: https://broxy.tools.bbc.co.uk/morty-docs/fabl/ would actually look like this: https://broxy.tools.bbc.co.uk/morty-docs/fabl/README.html
The text was updated successfully, but these errors were encountered: