#include sub folder with md files in a single page

2 messages · Page 1 of 1 (latest)

drowsy igloo
#

hello community,

i have a concept / project where i need to generate some kind of search & filterable parts documentation in a single page that finally should output as single html file - so download and offline usage is possible.
the target educational usage is sometimes in schools with so bad internet access i need a form of offline backup.. and at least no page reload 🙈
at least - that is my current idea!

my source are md files in a tree-like folder structure.
each level of the tree should automatically include the sub-folder redme.md files.
recursive - i have only 3 levels: main-entry-point readme.md includes function-folder readme.md files these are all including there sub-parts readme.md files.

i have no idea if astro ist the right tool for this..
in the past i have used quasar (vue) with the vite-plugin-singlefile to build a downloadable app..
this could be a possible way here to (if i find a nice way to handle the markdown file inclusion)
but currently i think that maybe there are better ways to accomplish my goal...

so pleas let me know what you think!
i am open for any tips or ideas!

sunny greetings
stefan

drowsy igloo
#

has anybody a hint or idea for me?