This is my first question on stackoverflow :) I am storing markdown files under public/files/
path. I want to list these markdown files in a component.
Actually I need the ls
command in bash.
I don't want to make a JSON
file and read all the markdown files because it's not scalable.
Anyone have an idea or solution?
I couldn't find a scalable way.