It seems to me that there is no way to create pages that are not part of the SUMMARY.md?
Ie. from README.md I would like to create a [link to a page](./core-update.md) where core-update.md is not part of the SUMMARY.md.
What happens is that the link itself is altered to link to the corresponding .html output file, but in reality the .md file itself is moved into the output dir, eg:
-rw-rw-r-- 1 aw aw 10 Mar 18 22:58 core-update.md
-rw-rw-r-- 1 aw aw 15016 Mar 18 22:58 faq.html
-rw-rw-r-- 1 aw aw 14862 Mar 18 22:58 git.html
drwxrwxr-x 2 aw aw 4096 Mar 18 22:58 ng
-rw-rw-r-- 1 aw aw 14861 Mar 18 22:58 README.html
How can I create pages that do not appear in the summary?
It seems to me that there is no way to create pages that are not part of the
SUMMARY.md?Ie. from
README.mdI would like to create a[link to a page](./core-update.md)wherecore-update.mdis not part of theSUMMARY.md.What happens is that the link itself is altered to link to the corresponding .html output file, but in reality the .md file itself is moved into the output dir, eg:
How can I create pages that do not appear in the summary?