pecan icon indicating copy to clipboard operation
pecan copied to clipboard

Automate documentation of directory structure.

Open tonygardella opened this issue 7 years ago • 4 comments

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.

tonygardella avatar Jan 18 '18 22:01 tonygardella

This issue is stale because it has been open 365 days with no activity.

github-actions[bot] avatar Apr 16 '20 00:04 github-actions[bot]

Added as part of the season of docs project. This is a list of tasks for documentation that might be of interest.

robkooper avatar Apr 16 '20 00:04 robkooper

This issue is stale because it has been open 365 days with no activity.

github-actions[bot] avatar Apr 16 '21 00:04 github-actions[bot]

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]

kutumia avatar Mar 23 '25 06:03 kutumia