Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JSON data source #94

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 1 addition & 12 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# Contributing

Our site and README are generate from lists defined in code. **Links are no longer edited directly in the README.** To contribute links you will need to modify the collection you want to add to and submit that to us a new GitHub Pull Request (PR). You can do that directly on GitHub by clicking the `Edit` button on the top right of the page when viewing any of the collection files:
Our site and README are generate from lists defined in code. **Links are no longer edited directly in the README.** To contribute links you will need to modify **[data.json](./generator/src/data/data.json)** file and submit a new GitHub Pull Request (PR). You can do that directly on GitHub by clicking the `Edit` button on the top right of the page when viewing any of the collection files:

_Do not edit any other files as updating a generated file will cause your changes to be lost._

<summary>Choose the collection to edit:</summary>

<ul>
<li><a href="generator/src/data/plugins.ts">Audio Plugins</a></li>
<li><a href="generator/src/data/collections.ts">Collections</a></li>
<li><a href="generator/src/data/apps.ts">Audio Apps</a></li>
<li><a href="generator/src/data/libraries.ts">Software Development Libraries</a></li>
<li><a href="generator/src/data/samples.ts">Code Samples</a></li>
<li><a href="generator/src/data/resources.ts">Open Data Resources</a></li>
</ul>
16 changes: 16 additions & 0 deletions generator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
"test:format": "prettier . --check",
"generate": "tsc && node ./dist/index.js"
},
"dependencies": {
"zod": "3.22.2"
},
"devDependencies": {
"@types/node": "20.5.7",
"eslint": "8.48.0",
Expand Down
10 changes: 0 additions & 10 deletions generator/src/data/apps.test.ts

This file was deleted.

313 changes: 0 additions & 313 deletions generator/src/data/apps.ts

This file was deleted.

Loading