-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlinks.json
More file actions
20 lines (20 loc) · 1.46 KB
/
links.json
File metadata and controls
20 lines (20 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"links": [
{ "id": "blog", "url" : "https://blog.korge.org/", "title": "KorGE Blog" },
{ "id": "forum", "url" : "https://forum.korge.org/", "title": "KorGE Github Discussions Forum" },
{ "id": "discord", "url" : "https://discord.korge.org/", "title": "KorGE Discord" },
{ "id": "twitter", "url" : "https://twitter.korge.org/", "title": "KorGE Twitter" },
{ "id": "facebook", "url" : "https://facebook.korge.org/", "title": "KorGE Facebook" },
{ "id": "youtube", "url" : "https://youtube.korge.org/", "title": "KorGE Youtube" },
{ "id": "linkedin", "url" : "https://linkedin.korge.org/", "title": "KorGE Linkedin" },
{ "id": "tasks", "url" : "https://tasks.korge.org/", "title": "KorGE Github Tasks Board" },
{ "id": "docs", "url" : "https://docs.korge.org/", "title": "KorGE Web Documentation" },
{ "id": "dokka", "url" : "https://dokka.korge.org/", "title": "KorGE Dokka Code Documentation" },
{ "id": "blog", "url" : "https://blog.korge.org/", "title": "KorGE Blog" },
{ "id": "store", "url" : "https://store.korge.org/", "title": "KorGE Asset and Library Store" },
{ "id": "landing", "url" : "https://korge.org/", "title": "KorGE Lading Page" },
{ "id": "merch", "url" : "https://merch.korge.org/", "title": "KorGE Merchandising" },
{ "id": "id", "url" : "https://id.korge.org/", "title": "KorGE Github Identification for users" },
{ "id": "links", "url" : "https://korge.org/links.json", "title": "KorGE All Links JSON" }
]
}