SuffolkLITLab / docassemble-AssemblyLine-documentation

Legal form development and deployment process
https://assemblyline.suffolklitlab.org
8 stars 8 forks source link

Make the file names match the internal document names, and reorganize into folders that match the path in the URL navigation #415

Open nonprofittechy opened 2 months ago

nonprofittechy commented 2 months ago

It's currently really hard to figure out which file goes with which web page you visit. It will take some work but a good project would be to rename all of the files to the name in the slug, and to also put the files in folders matching the slug.

A stretch goal would be to use Docusaurus's method of automatically creating navigation based on the file's location. This would make it much easier to maintain in the future. See: https://docusaurus.io/docs/sidebar/autogenerated

I did this with https://github.com/SuffolkLITLab/legal-tech-class/ and it was some short term pain but ended up being worth it.