Lets say I have a directory: docs/networking And in that directory networking I have several *.md files and one SUMMARY.md file.
docs/networking/SUMMARY.md
docs/networking/file2.md
docs/networking/file2.md
The SUMMARY.md file contains an introduction to the files in that directory. I would like to have a list created inside SUMMARY.md that will include all the other .md files in that directory. I tried this and it didn't work:
Hello this is the networking area. Here is what you will find here:
* *.md
I am using literate-nav. Is there a way to accomplish what I want?