-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathdocuments.ts
More file actions
37 lines (37 loc) · 1.71 KB
/
documents.ts
File metadata and controls
37 lines (37 loc) · 1.71 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
export default [
{
title: "Introduction to Cloudlinux OS",
description: "Introduction to CloudLinux OS editions and their description.",
link: "/introduction/cloudlinux-os-editions/",
},
{
title: "CloudLinux OS",
description: "Optimizes shared hosting environments by enhancing stability, security, and performance through user isolation and efficient resource management. Featuring tools like LVE resource limits, CageFS, and multiple language selectors, it empowers hosting providers to offer superior services.",
link: "/cloudlinuxos/cloudlinux_installation/",
},
{
title: "AccelerateWP",
description: "AccelerateWP carries a suite of optimization features that can be enabled and automatically configured for the end user's site.",
link: "/cloudlinuxos/shared-pro/#acceleratewp",
},
{
title: "CLN - CloudLinux Licenses",
description: "CLN is a CloudLinux Network designed to easily manage your licenses of CloudLinux products and services by means of a user-friendly interface.",
link: "/cln/introduction/",
},
{
title: "CloudLinux Subsystem For Ubuntu",
description: "CloudLinux subsystem on Ubuntu is a scope of deb-packages that allows using CloudLinux features on Ubuntu OS.",
link: "/ubuntu/introduction/",
},
{
title: "End-user Documents",
description: "Documentation section for end-users on Cloudlinux OS.",
link: "/user-docs/user-docs-shared-pro-cloudlinux/",
},
{
title: "CloudLinux Isolates",
description: "A security feature that provides domain-level isolation within CageFS.",
link: "/cloudlinuxos/isolates/",
}
]