You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i would like to build a static single file that recursively includes the markdown files from sub-directories.
and would like to have these includes generated dynamically during build time from the available sub-folders.
i found these infos on routes
but think that this is not really what i want..
with this i could only generate a list of the pages that i want to get included....
i think i need more a boot-file that gets run on the ssg build to gather all my sub-files and file-names and give this information to my main-entry-file.
there i could use this tree / list to somehow include the md files with the classic v-for..
i like and know quasar - so would like to use it ;-)
any idea how / if this makes sense / is supported in some way with the quasar-app-extension-ssg package?
sunny greetings
stefan
The text was updated successfully, but these errors were encountered:
i would like to build a static single file that recursively includes the markdown files from sub-directories.
and would like to have these includes generated dynamically during build time from the available sub-folders.
i found these infos on routes
but think that this is not really what i want..
with this i could only generate a list of the pages that i want to get included....
i think i need more a boot-file that gets run on the ssg build to gather all my sub-files and file-names and give this information to my main-entry-file.
there i could use this tree / list to somehow include the md files with the classic v-for..
i like and know quasar - so would like to use it ;-)
any idea how / if this makes sense / is supported in some way with the quasar-app-extension-ssg package?
sunny greetings
stefan
The text was updated successfully, but these errors were encountered: