Skip to content

Commit

Permalink
add social and new parent cat (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtlinh02 authored Aug 2, 2024
1 parent e5478e3 commit 82e0d19
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 1 deletion.
21 changes: 21 additions & 0 deletions projects/DeFi/category.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "DeFi",
"description": "Acala provides backend infrastructure for traditional finance that is trusted by institutions like Coinbase, Figment, and Current.com.",
"pathname": "DeFi",
"status": "active",
"tags": [
"DeFi",
"Education",
"Videos",
"Merchandise",
"Learn",
"AMM",
"CLMM",
"Swaps",
"NFT",
"Liquidity Manager",
"Yield Farming",
"Yield Optimizer"
],
"sub_categories": []
}
12 changes: 12 additions & 0 deletions projects/DeFi/features.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"key": "3dArt",
"label": "3D and Art",
"status": "active"
},
{
"key": "2dAction",
"label": "2D and Action",
"status": "active"
}
]
10 changes: 10 additions & 0 deletions projects/DeFi/glossaries.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[
{
"name": "table1",
"description": "This is the glossary for table 1"
},
{
"name": "table2",
"description": "This is the glossary for table 1"
}
]
7 changes: 6 additions & 1 deletion projects/projects.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"projects": "Built on gno",
"description": "Built on gnosis",
"categories": []
"categories": [
{
"name": "DeFi",
"pathname": "DeFi"
}
]
}
27 changes: 27 additions & 0 deletions projects/socials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"name": "Website",
"code": "website",
"icon_url": "web.com"
},
{
"name": "Twitter",
"code": "twitter",
"icon_url": "twitter.com"
},
{
"name": "Github",
"code": "github",
"icon_url": "github.com"
},
{
"name": "Discord",
"code": "discord",
"icon_url": "discord.com"
},
{
"name": "Telegram",
"code": "telegram",
"icon_url": "telegram.com"
}
]

0 comments on commit 82e0d19

Please sign in to comment.