Added to PORTAL.md and replaced REFERENCE.md with DOCS.md

This commit is contained in:
Lucas
2025-04-10 08:39:07 -07:00
parent b99f41d920
commit 31996c54c5
4 changed files with 27 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ The generation scripts are inside of the [```source/scripts/generation```](sourc
[```tableofcontents_generator.py```](source/scripts/generation/tableofcontents_generator.py) generates the table of contents. It creates one, expandable but hidden by default, with all subsections listed alphabetically. The default TOC shows parent categories alphabetically with subcategories underneath, also alphabetically.
```contents_generator.py```](source/scripts/generation/contents_generator.py) generates the actual list.
[```contents_generator.py```](source/scripts/generation/contents_generator.py) generates the actual list.
Lastly [```readme_generator.py```](source/scripts/generation/readme_generator.py) brings everything together, calling the other scripts to generate one main list, and more for several platforms.