-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharticles.json
142 lines (142 loc) · 6.09 KB
/
articles.json
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
[
{
"section": "Billing Panel",
"about": "This section contains articles related to the billing panel.",
"slug": "billing",
"articles": [
{
"slug": "cancel-a-service",
"title": "How To Request a Cancellation",
"description": "This article will guide you on how to cancel a service in the billing panel.",
"section": "billing",
"path": "billing/cancel-a-service"
},
{
"slug": "changing-your-plan",
"title": "How to upgrade/downgrade your plan",
"description": "This article will guide you on how to upgrade or downgrade a service in the billing panel.",
"section": "billing",
"path": "billing/changing-your-plan"
},
{
"slug": "server-config",
"title": "How to upgrade/downgrade your plan options",
"description": "This article will guide you on how to configure your server in the billing panel.",
"section": "billing",
"path": "billing/server-config"
},
{
"slug": "manage-subusers-on-billing",
"title": "How to manage sub users",
"description": "This article will guide you on how to manage sub users in your billing panel.",
"section": "billing",
"path": "billing/manage-subusers-on-billing"
}
]
},
{
"section": "Game Hosting",
"about": "This section contains articles related to the client panel.",
"slug": "game-hosting",
"articles": [
{
"slug": "managing-files",
"title": "Managing Files",
"description": "This article will guide you on how to manage files in the client panel.",
"section": "game-hosting",
"path": "game-hosting/managing-files"
},
{
"slug": "automated-schedule",
"title": "Automated Schedule",
"description": "This article will guide you on how to set up an automated schedule in the client panel.",
"section": "game-hosting",
"path": "game-hosting/automated-schedule"
},
{
"slug": "minecraft-proxy",
"title": "Minecraft Proxy",
"description": "This article will guide you on how to set up a Minecraft proxy in the client panel.",
"section": "game-hosting",
"path": "game-hosting/minecraft-proxy"
},
{
"slug": "mysql-database",
"title": "MySQL Database",
"description": "This article will guide you on how to create a MySQL database in the client panel.",
"section": "game-hosting",
"path": "game-hosting/mysql-database"
},
{
"slug": "server-splitting",
"title": "Server Splitting",
"description": "This article will guide you on how to split a server in the client panel.",
"section": "game-hosting",
"path": "game-hosting/server-splitting"
},
{
"slug": "player-manager",
"title": "Player Manager",
"description": "This article will guide you on how to manage players in the client panel.",
"section": "game-hosting",
"path": "game-hosting/player-manager"
},
{
"slug": "version-manager",
"title": "Version Manager",
"description": "This article will guide you on how to change Minecraft Versions in the client panel.",
"section": "game-hosting",
"path": "game-hosting/version-manager"
},
{
"slug": "plugin-manager",
"title": "Plugin Manager",
"description": "This article will guide you on how to use the Plugin Manager in the client panel.",
"section": "game-hosting",
"path": "game-hosting/plugin-manager"
},
{
"slug": "mod-installer",
"title": "Mod Installer",
"description": "This article will guide you on how to use the Mod Installer in the client panel.",
"section": "game-hosting",
"path": "game-hosting/mod-installer"
},
{
"slug": "server-importer",
"title": "Server Importer",
"description": "This article will guide you on how to use the Server Importer in the client panel.",
"section": "game-hosting",
"path": "game-hosting/server-importer"
}
]
},
{
"section": "Trouble Shooting",
"about": "This section contains articles related to troubleshooting.",
"slug": "trouble-shooting",
"articles": [
{
"slug": "console-not-loading",
"title": "Console Not Loading",
"description": "This article will guide you on how to fix the console not loading issue.",
"section": "trouble-shooting",
"path": "trouble-shooting/console-not-loading"
}
]
},
{
"section": "VPS Hosting",
"about": "This section contains articles related to VPS Hosting.",
"slug": "vps-hosting",
"articles": [
{
"slug": "how-to-setup-your-vps",
"title": "How to setup your VPS Hosting",
"description": "This article will guide you on how to setup your VPS hosting plans.",
"section": "vps-hosting",
"path": "vps-hosting/how-to-setup-your-vps"
}
]
}
]