-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharticles.json
More file actions
177 lines (176 loc) · 5.04 KB
/
articles.json
File metadata and controls
177 lines (176 loc) · 5.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
{
"categories": [
{
"id": "installation",
"name": "Installation",
"description": "Getting started with GlideClient"
},
{
"id": "troubleshooting",
"name": "Troubleshooting",
"description": "Common issues and solutions"
},
{
"id": "features",
"name": "Features",
"description": "GlideClient features and capabilities"
},
{
"id": "tips",
"name": "Tips and Tricks",
"description": "Get the most out of your experience"
},
{
"id": "faq",
"name": "FAQ",
"description": "Questions that are asked frequently."
},
{
"id": "misc",
"name": "Other/News",
"description": "General pages that dont fit in other catagories"
}
],
"articles": [
{
"id": "soar-eol",
"title": "SoarClient End Of Life",
"description": "Find out information about the discontinuation of soar client",
"category": "misc",
"keywords": "soar eol discontinue discontination soarclient checking data checking for updates",
"image": "/assets/soarshut.webp",
"date": "2025-07-25",
"author": "EldoDebug & GlideClient",
"path": "/articles/soarclienteol",
"featured": false,
"noIndex": false,
"tags": ["EOL", "SoarClient"],
"relatedIds": ["platform-support", "contact-us"]
},
{
"id": "blacklist-feature",
"title": "Mod Blacklisting",
"description": "Learn how we are protecting you from bans on servers.",
"category": "features",
"keywords": "mod not work broken issue blacklist error",
"image": "/assets/mod-warn.webp",
"date": "2025-07-25",
"author": "Breadcat",
"path": "/articles/blacklist",
"featured": true,
"noIndex": false,
"tags": ["Mods", "Blacklist"],
"relatedIds": ["contact-us"]
},
{
"id": "platform-support",
"title": "Platforms We Support",
"description": "Find out what platforms we support.",
"category": "installation",
"keywords": "windoes mac os linux macos install platfom os system versions",
"image": "/assets/platforms.webp",
"date": "2025-07-26",
"author": "GlideClient",
"path": "/articles/platformsupport",
"featured": false,
"noIndex": false,
"tags": ["version", "platform"],
"relatedIds": [""]
},
{
"id": "branding",
"title": "GlideClient Branding",
"description": "Download the offical GlideClient assets",
"category": "misc",
"keywords": "glide logo font colours images png svg copy background slogan",
"image": "https://glideclient.github.io/Branding/banner.png",
"date": "2025-08-09",
"author": "GlideClient",
"path": "/articles/branding",
"featured": false,
"noIndex": false,
"tags": ["brand", "logos"],
"relatedIds": ["contact-us"]
},
{
"id": "income",
"title": "How does Glide Make money?",
"description": "Learn how we make money...",
"category": "faq",
"keywords": "glide income support donate premium",
"image": "/assets/bg.webp",
"date": "2025-07-26",
"author": "BreadCat",
"path": "/articles/income",
"featured": false,
"noIndex": false,
"tags": ["income"],
"relatedIds": ["contact-us"]
},
{
"id": "contact-us",
"title": "Contact Us",
"description": "Find out how you can contact the GlideClient team.",
"category": "faq",
"keywords": "glide income support donate premium",
"image": "/assets/bg.webp",
"date": "2025-07-26",
"author": "BreadCat",
"path": "/articles/contactus",
"featured": false,
"noIndex": false,
"tags": ["income"],
"relatedIds": ["income"]
},
{
"id": "privacy",
"title": "Privacy Statement",
"description": "Find out how we handle data.",
"category": "faq",
"keywords": "gdpr data dpa gdpr echr ccpa policy personal",
"image": "/assets/bg.webp",
"date": "2025-12-23",
"author": "GlideClient",
"path": "/articles/privacy",
"featured": false,
"noIndex": false,
"tags": ["privacy"],
"relatedIds": ["contact-us", "income", "branding"]
},
{
"id": "home-page",
"title": "The Homepage",
"description": "Click to go back to the homepage.",
"category": "misc",
"keywords": "",
"image": "/assets/bg.webp",
"date": "2025-07-26",
"author": "GlideClient",
"path": "/",
"featured": false,
"noIndex": true,
"tags": [""],
"relatedIds": [""]
},
{
"id": "not-found",
"title": "not-found should never be rendered",
"description": "",
"category": "misc",
"keywords": "",
"image": "",
"date": "2025-07-26",
"author": "",
"path": "/",
"featured": false,
"noIndex": true,
"tags": [""],
"relatedIds": ["home-page", "contact-us"]
}
],
"meta": {
"version": "1.0",
"lastUpdated": "2025-07-25",
"totalArticles": 8
}
}