Update use-cases.js

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

View file

@ -5,13 +5,13 @@ module.exports = [
title: "OpenPanel Documentation", title: "OpenPanel Documentation",
description: description:
"Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.", "Documentation and How-to tutorials for <strong>end-user interface</strong> where customers can add domains, manage websites and configure services.",
thumbImgURL: "/use-cases/usystem.png", thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
}, },
{ {
route: "admin", route: "admin",
title: "OpenAdmin Documentation", title: "OpenAdmin Documentation",
description: description:
"Documentation for the <strong>Administrator users</strong>.", "Documentation for the <strong>Administrator users</strong>.",
thumbImgURL: "/use-cases/gravity.png", thumbImgURL: "/img/admin/openadmin_dashboard.png",
}, },
]; ];