fusionauth-site
fusionauth-site copied to clipboard
Standardize directory trees in quickstarts
Currently, our quickstarts have directory trees in different locations (and even formats):
- Ruby on Rails doesn't have it because there are too many files to represent
- Python Flask has it in the end (before the testing step)
- Express.js has it in the beginning of the article
We want to make a standard way of doing so across different guides.
I think it makes sense to include a directory tree, if the user has to create most / all of the files himself.
F.e. the Angular quick start - similar to Ruby on Rails - will utilize ng new to generate the project directory / files. It's not necessary to include the directory tree, because it should already be correct.
I'd prefer the placement and format of the Express.js article
It seems that Astro has a feature called Project Tree which would be awesome for this