Updated workflow config and headers

This commit is contained in:
Lucas
2025-03-22 15:39:27 -07:00
parent 652627bd79
commit 7bf8ebced4
3 changed files with 12 additions and 13 deletions

View File

@@ -38,10 +38,11 @@ This list aims to serve as a single centralized location for the best of open so
Definitive-opensource was initially a single markdown file that was edited directly. However, as the list scaled, this manual approach proved cumbersome and limited. Additionally, as popularity increased, we recieved many requests for README's of individual platforms - something that would be not be realistic to do manually.
<p>&nbsp;</p>
As of v0.6.2-beta, the project was fundamentally re-made. Categories and applications were put in categories.json and applications.json, respectively. Python scripts were made to generate one main list and more platform-specific lists. This was paired with GitHub actions to run the scripts when any changes were made. This makes refactoring the list format far easier and eliminates typos. This new system also opens the door to
As of v0.6.2-beta, the project was fundamentally re-made. Categories and applications were put in categories.json and applications.json, respectively. Python scripts were made to generate one main list and more platform-specific lists. This was paired with GitHub actions to run the scripts when any changes were made. This makes refactoring the list format far easier and eliminates typos.
<p>&nbsp;</p>
The project architecture is as follows:
```text
<p>&nbsp;</p>
<code>
definitive-opensource/
├── assets/
├── readmes/
@@ -55,7 +56,7 @@ This list aims to serve as a single centralized location for the best of open so
| └── utils/
│ └── testing/
└── README.md
```
</code>
</details>
## Project Status