Assuming the following file structure, if I want to link from directory_1/file_1.md
to an index page containing links to all files in directory_2
:
- Would I need to create the index page in
directory_2
or can I just link to the directory some way? - If I need to create the index page, can I set it up so it is dynamic, and will change as the other files in
directory_2
change?
directory_1
file_1.md
directory_2
flavor_1.md
flavor_b.md
flavor_4.md
I have tried linking directly to directory_2
, but I end up getting a 404 error.