mirror of
https://github.com/System-End/Scrapyard-Projects.git
synced 2026-04-19 16:38:21 +00:00
Create projects.json
This commit is contained in:
parent
e6b00b75a7
commit
01b2131292
1 changed files with 17 additions and 0 deletions
17
projects.json
Normal file
17
projects.json
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[
|
||||
{
|
||||
"title": "Project 1",
|
||||
"description": "Description for Project 1",
|
||||
"github_link": "https://github.com/user/project1"
|
||||
},
|
||||
{
|
||||
"title": "Project 2",
|
||||
"description": "Description for Project 2",
|
||||
"github_link": "https://github.com/user/project2"
|
||||
},
|
||||
{
|
||||
"title": "Project 3",
|
||||
"description": "Description for Project 3",
|
||||
"github_link": "https://github.com/user/project3"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Reference in a new issue