mirror of
https://github.com/mustbeperfect/definitive-opensource.git
synced 2026-04-18 01:54:11 +02:00
Fixed PORTAL.md formatting
This commit is contained in:
@@ -3,29 +3,29 @@
|
|||||||
The place that connects everything related to definitive-opensource.
|
The place that connects everything related to definitive-opensource.
|
||||||
|
|
||||||
### Lists
|
### Lists
|
||||||
[ALL](README.md)
|
- [ALL](README.md)
|
||||||
[Windows](readmes/windows.md)
|
- [Windows](readmes/windows.md)
|
||||||
[MacOS](readmes/macos.md)
|
- [MacOS](readmes/macos.md)
|
||||||
[Linux](readmes/linux.md)
|
- [Linux](readmes/linux.md)
|
||||||
[Selfhost](readmes/selfhost.md)
|
- [Selfhost](readmes/selfhost.md)
|
||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
[CONTRIBUTING](.github/CONTRIBUTING.md) - Goes over how to contribute, conventions, etc
|
- [CONTRIBUTING](.github/CONTRIBUTING.md) - Goes over how to contribute, conventions, etc
|
||||||
[GUIDELINES](.github/GUIDELINES.md) - Guidelines for what qualifies a project to be added
|
- [GUIDELINES](.github/GUIDELINES.md) - Guidelines for what qualifies a project to be added
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
[ARCHITECTURE.md](resources/dev/ARCHITECTURE.md) - Explains the "backend" of the list
|
- [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/generation](source/scripts/generation) - Contains scripts related to README generation
|
||||||
[source/scripts/maintenance](source/scripts/maintenance) - Contains scripts related to maintenance
|
- [source/scripts/maintenance](source/scripts/maintenance) - Contains scripts related to maintenance
|
||||||
|
|
||||||
## Data
|
## Data
|
||||||
[applications.json](source/data/applications.json) - Stores all information related to applications
|
- [applications.json](source/data/applications.json) - Stores all information related to applications
|
||||||
[categories.json](source/data/categories.json) - Declares categories and subcategories
|
- [categories.json](source/data/categories.json) - Declares categories and subcategories
|
||||||
[tags](source/data/tags.json) - Declares tags, their id, and corresponding emoji
|
- [tags](source/data/tags.json) - Declares tags, their id, and corresponding emoji
|
||||||
|
|
||||||
## GitHub Actions
|
## GitHub Actions
|
||||||
[generate-readme.yml](.github/workflows/generate-readme.yml) - Calls the [```readme_generator.py```](source/scripts/generation/readme_generator.py) to generate READMEs
|
- [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
|
- [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
|
## Other Resources
|
||||||
[DOCS.md](resources/DOCS.md) - Elaborates tags
|
- [DOCS.md](resources/DOCS.md) - Elaborates tags
|
||||||
|
|||||||
Reference in New Issue
Block a user