Skip to content
Open
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
26 changes: 22 additions & 4 deletions data/sections.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
[
{"name": "Players", "path": "player", "accent": "#FF2D55", "description": "Discover how to experience Decentraland and get the most out of it", "img": "svg/player.svg"},
{"name": "Content Creators", "path": "creator", "accent": "#4947CD", "description": "Learn how to create content for others to experience in Decentraland", "img": "svg/creator.svg"},
{"name": "Contributors", "path": "contributor", "accent": "#EE834A", "description": "Learn how you can contribute to building the tools and infrastructure of Decentraland.", "img": "svg/contributor.svg"}
]
{
"name": "General",
"path": "player",
"accent": "#FF2D55",
"description": "Discover how to experience Decentraland and get the most out of it",
"img": "svg/player.svg"
},
{
"name": "Creator",
"path": "creator",
"accent": "#4947CD",
"description": "Learn how to create content for others to experience in Decentraland",
"img": "svg/creator.svg"
},
{
"name": "Open Protocol",
"path": "contributor",
"accent": "#EE834A",
"description": "See how Decentraland works & contribute.",
"img": "svg/contributor.svg"
}
]