How would I retrieve an array of all HTML pages in a directory using JS?
Me and a few friends are working on a project and I’m making a website for it. It has a few pages about different aspects (similar to a wiki, but static) and I was hoping to add a search function. I know how to search within a list, I just need a way to get all the pages on the website into an array.