From d24dc4ee683f780e8ebaa59a2d9aff8a12365f3f Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Thu, 10 Apr 2025 08:40:40 -0700 Subject: [PATCH] Fixed PORTAL.md formatting --- resources/PORTAL.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/resources/PORTAL.md b/resources/PORTAL.md index 1d24abf..b354dc5 100644 --- a/resources/PORTAL.md +++ b/resources/PORTAL.md @@ -3,29 +3,29 @@ The place that connects everything related to definitive-opensource. ### Lists -[ALL](README.md) -[Windows](readmes/windows.md) -[MacOS](readmes/macos.md) -[Linux](readmes/linux.md) -[Selfhost](readmes/selfhost.md) +- [ALL](README.md) +- [Windows](readmes/windows.md) +- [MacOS](readmes/macos.md) +- [Linux](readmes/linux.md) +- [Selfhost](readmes/selfhost.md) ### Contributing -[CONTRIBUTING](.github/CONTRIBUTING.md) - Goes over how to contribute, conventions, etc -[GUIDELINES](.github/GUIDELINES.md) - Guidelines for what qualifies a project to be added +- [CONTRIBUTING](.github/CONTRIBUTING.md) - Goes over how to contribute, conventions, etc +- [GUIDELINES](.github/GUIDELINES.md) - Guidelines for what qualifies a project to be added ### Development -[ARCHITECTURE.md](resources/dev/ARCHITECTURE.md) - Explains the "backend" of the list -[source/scripts/generation](source/scripts/generation) - Contains scripts related to README generation -[source/scripts/maintenance](source/scripts/maintenance) - Contains scripts related to maintenance +- [ARCHITECTURE.md](resources/dev/ARCHITECTURE.md) - Explains the "backend" of the list +- [source/scripts/generation](source/scripts/generation) - Contains scripts related to README generation +- [source/scripts/maintenance](source/scripts/maintenance) - Contains scripts related to maintenance ## Data -[applications.json](source/data/applications.json) - Stores all information related to applications -[categories.json](source/data/categories.json) - Declares categories and subcategories -[tags](source/data/tags.json) - Declares tags, their id, and corresponding emoji +- [applications.json](source/data/applications.json) - Stores all information related to applications +- [categories.json](source/data/categories.json) - Declares categories and subcategories +- [tags](source/data/tags.json) - Declares tags, their id, and corresponding emoji ## GitHub Actions -[generate-readme.yml](.github/workflows/generate-readme.yml) - Calls the [```readme_generator.py```](source/scripts/generation/readme_generator.py) to generate READMEs -[update-stats.yml](.github/workflows/update-stats.yml) - Calls the [```stats_updator.py```](source/scripts/maintenance/stats_updator.py.py) to update stats in applications.json +- [generate-readme.yml](.github/workflows/generate-readme.yml) - Calls the [```readme_generator.py```](source/scripts/generation/readme_generator.py) to generate READMEs +- [update-stats.yml](.github/workflows/update-stats.yml) - Calls the [```stats_updator.py```](source/scripts/maintenance/stats_updator.py.py) to update stats in applications.json ## Other Resources -[DOCS.md](resources/DOCS.md) - Elaborates tags +- [DOCS.md](resources/DOCS.md) - Elaborates tags