_toc.yml
is - at least I think so - according to the Jupyter Book
tutorial.I am grateful for some debugging ideas! Tx!
update
jupyter_book provides support for .md & .rst file by default.
You can use following command to consider specific extension files for toc.
jb toc from-project path/to/book/ --extension .ipynb -e .md
you can use either jb
or jupyter_book
.
Reference link: customize/toc