Automate documentation of directory structure.
When new directories are made we should make it easy for the documentation of directory structures to be updated by automating the process.
Possible Implementation
Create a script to list the main directories in a visually appealing format that gets executed by make when documentation is created.
This issue is stale because it has been open 365 days with no activity.
Added as part of the season of docs project. This is a list of tasks for documentation that might be of interest.
This issue is stale because it has been open 365 days with no activity.
Added scripts/generate_dir_structure.sh to automate documentation of the directory structure. Also updated scripts/README.md and Makefile to support this.
Fixed in [PR #3495]