Skip to content
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

README.md not changed to index.html in files other than summary #1253

Closed
nihaals opened this issue Jun 12, 2020 · 1 comment
Closed

README.md not changed to index.html in files other than summary #1253

nihaals opened this issue Jun 12, 2020 · 1 comment

Comments

@nihaals
Copy link
Contributor

nihaals commented Jun 12, 2020

docker run -it --rm rust:slim bash
# cargo install mdbook
# mkdir /app
# cd /app
# mdbook init
...
# printf "[Test](./test/README.md)\n[Test 2](./test.md)" > src/SUMMARY.md
# printf "[Test](./test/README.md)" > src/test.md
# mkdir src/test
# printf "# Test" > src/test/README.md
# mdbook build
# cat book/test.html | grep README.html
<p><a href="./test/README.html">Test</a></p>
# ls book/test
index.html
@ehuss
Copy link
Contributor

ehuss commented Sep 22, 2020

I believe this is a duplicate of both #984 and #1268, so closing in favor of those.

@ehuss ehuss closed this as completed Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants