update to have category specs with desc and icon

This commit is contained in:
Cellaryllis 2022-10-19 18:59:15 +02:00 committed by GitHub
parent 170dd49f78
commit 713e3aa38b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,26 @@
[ {
"categories":
{
"guides": {
"name": "Guides",
"desc": "Guides on how to do things in the app",
"icon": 0xe887
},
"support": {
"name": "Support",
"desc": "Articles on how to resolve issues with the app",
"icon": 0xef73
},
"rf": {
"name": "Requested Features",
"desc": "Frequently asked-for features and our reponses",
"icon": 0xe838
}
},
"faq": [
{ {
"friendlyName":"How to add friends", "friendlyName":"How to add friends",
"category": "Guides", "category": "guides",
"names":[ "names":[
"add-friend", "add-friend",
"add-friends", "add-friends",
@ -15,7 +34,7 @@
}, },
{ {
"friendlyName":"How to add to front", "friendlyName":"How to add to front",
"category": "Guides", "category": "guides",
"names":[ "names":[
"add-set-front", "add-set-front",
"addsetfront", "addsetfront",
@ -37,7 +56,7 @@
}, },
{ {
"friendlyName":"Syncing uploaded avatars to PluralKit", "friendlyName":"Syncing uploaded avatars to PluralKit",
"category": "Support", "category": "support",
"names":[ "names":[
"avatar", "avatar",
"avatars", "avatars",
@ -50,7 +69,7 @@
}, },
{ {
"friendlyName":"What are Custom Fields?", "friendlyName":"What are Custom Fields?",
"category": "Guides", "category": "guides",
"names":[ "names":[
"custom-fields", "custom-fields",
"customfields", "customfields",
@ -64,7 +83,7 @@
}, },
{ {
"friendlyName":"What are Custom Fronts?", "friendlyName":"What are Custom Fronts?",
"category": "Guides", "category": "guides",
"names":[ "names":[
"custom-front", "custom-front",
"custom-fronts", "custom-fronts",
@ -78,7 +97,7 @@
}, },
{ {
"friendlyName":"Syncing front history from PluralKit", "friendlyName":"Syncing front history from PluralKit",
"category": "Requested Features", "category": "rf",
"names":[ "names":[
"front-history-importing", "front-history-importing",
"fronthistoryimporting", "fronthistoryimporting",
@ -101,7 +120,7 @@
}, },
{ {
"friendlyName":"In-app chat messages", "friendlyName":"In-app chat messages",
"category": "Requested Features", "category": "rf",
"names":[ "names":[
"messaging" "messaging"
], ],
@ -111,7 +130,7 @@
}, },
{ {
"friendlyName":"Issues with notifications", "friendlyName":"Issues with notifications",
"category": "Support", "category": "support",
"names":[ "names":[
"notifications", "notifications",
"notification" "notification"
@ -122,7 +141,7 @@
}, },
{ {
"friendlyName":"Issues with seeing members of friends", "friendlyName":"Issues with seeing members of friends",
"category": "Support", "category": "support",
"names":[ "names":[
"see-members", "see-members",
"seemembers", "seemembers",
@ -136,7 +155,7 @@
}, },
{ {
"friendlyName":"Syncing members to and from PluralKit", "friendlyName":"Syncing members to and from PluralKit",
"category": "Guides", "category": "guides",
"names":[ "names":[
"sync-members-pluralkit", "sync-members-pluralkit",
"sync-member-pluralkit", "sync-member-pluralkit",
@ -170,7 +189,7 @@
}, },
{ {
"friendlyName":"Is there a web-version of the app?", "friendlyName":"Is there a web-version of the app?",
"category": "Support", "category": "support",
"names":[ "names":[
"website" "website"
], ],
@ -180,7 +199,7 @@
}, },
{ {
"friendlyName":"Adding uploaded avatars to more features in the app", "friendlyName":"Adding uploaded avatars to more features in the app",
"category": "Requested Features", "category": "rf",
"names":[ "names":[
"moreavatars", "moreavatars",
"moreavatar", "moreavatar",
@ -194,7 +213,7 @@
}, },
{ {
"friendlyName":"What are tokens?", "friendlyName":"What are tokens?",
"category": "Guides", "category": "guides",
"names":[ "names":[
"token", "token",
"tokens" "tokens"
@ -205,7 +224,7 @@
}, },
{ {
"friendlyName":"How do I provide logs to the developers?", "friendlyName":"How do I provide logs to the developers?",
"category": "Support", "category": "support",
"names":[ "names":[
"logs", "logs",
"log" "log"
@ -216,7 +235,7 @@
}, },
{ {
"friendlyName":"Connection issues with the app", "friendlyName":"Connection issues with the app",
"category": "Support", "category": "support",
"names":[ "names":[
"nointernet", "nointernet",
"no.internet", "no.internet",
@ -230,3 +249,4 @@
"text":"If you are having connection issues, please provide us with the following information: Do you use a VPN? Does the issue happen on both WIFI and Cellular internet? How long have you been having this issue?" "text":"If you are having connection issues, please provide us with the following information: Do you use a VPN? Does the issue happen on both WIFI and Cellular internet? How long have you been having this issue?"
} }
] ]
}