Update use-cases.js

This commit is contained in:
Stefan Pejcic 2024-02-28 22:09:08 +01:00 committed by GitHub
parent 2dbe270737
commit e40c061cfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,14 +4,14 @@ module.exports = [
route: "panel",
title: "OpenPanel Documentation",
description:
"Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
"Guides and Tutorials for the <strong>End-User Interface</strong>, enabling customers to add domains, manage websites, and configure services.",
thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
},
{
route: "admin",
title: "OpenAdmin Documentation",
description:
"Documentation for the <strong>Administrator users</strong>.",
"Guidance for <strong>Administrator Users</strong> on user creation and plan setup, server management, and navigating the administrative interface.",
thumbImgURL: "/img/admin/openadmin_dashboard.png",
},
];