mirror of
https://github.com/DarthKilroy/Spot.git
synced 2025-12-19 18:26:48 +00:00
update to have category specs with desc and icon
This commit is contained in:
parent
170dd49f78
commit
713e3aa38b
1 changed files with 250 additions and 230 deletions
|
|
@ -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",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"add-friend",
|
||||
"add-friends",
|
||||
|
|
@ -15,7 +34,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"How to add to front",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"add-set-front",
|
||||
"addsetfront",
|
||||
|
|
@ -37,7 +56,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Syncing uploaded avatars to PluralKit",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"avatar",
|
||||
"avatars",
|
||||
|
|
@ -50,7 +69,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"What are Custom Fields?",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"custom-fields",
|
||||
"customfields",
|
||||
|
|
@ -64,7 +83,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"What are Custom Fronts?",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"custom-front",
|
||||
"custom-fronts",
|
||||
|
|
@ -78,7 +97,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Syncing front history from PluralKit",
|
||||
"category": "Requested Features",
|
||||
"category": "rf",
|
||||
"names":[
|
||||
"front-history-importing",
|
||||
"fronthistoryimporting",
|
||||
|
|
@ -101,7 +120,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"In-app chat messages",
|
||||
"category": "Requested Features",
|
||||
"category": "rf",
|
||||
"names":[
|
||||
"messaging"
|
||||
],
|
||||
|
|
@ -111,7 +130,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Issues with notifications",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"notifications",
|
||||
"notification"
|
||||
|
|
@ -122,7 +141,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Issues with seeing members of friends",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"see-members",
|
||||
"seemembers",
|
||||
|
|
@ -136,7 +155,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Syncing members to and from PluralKit",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"sync-members-pluralkit",
|
||||
"sync-member-pluralkit",
|
||||
|
|
@ -170,7 +189,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Is there a web-version of the app?",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"website"
|
||||
],
|
||||
|
|
@ -180,7 +199,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Adding uploaded avatars to more features in the app",
|
||||
"category": "Requested Features",
|
||||
"category": "rf",
|
||||
"names":[
|
||||
"moreavatars",
|
||||
"moreavatar",
|
||||
|
|
@ -194,7 +213,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"What are tokens?",
|
||||
"category": "Guides",
|
||||
"category": "guides",
|
||||
"names":[
|
||||
"token",
|
||||
"tokens"
|
||||
|
|
@ -205,7 +224,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"How do I provide logs to the developers?",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"logs",
|
||||
"log"
|
||||
|
|
@ -216,7 +235,7 @@
|
|||
},
|
||||
{
|
||||
"friendlyName":"Connection issues with the app",
|
||||
"category": "Support",
|
||||
"category": "support",
|
||||
"names":[
|
||||
"nointernet",
|
||||
"no.internet",
|
||||
|
|
@ -229,4 +248,5 @@
|
|||
"description":"Talks about how to resolve and debug connection issues",
|
||||
"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?"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue