/** @type {import('../types/use-cases').UseCases[]} */
module.exports = [
{
route: "panel",
title: "OpenPanel Documentation",
description:
"Guides and Tutorials for the End-User Interface, enabling customers to add domains, manage websites, and configure services.",
thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
},
{
route: "admin",
title: "OpenAdmin Documentation",
description:
"Guidance for Administrator Users on user creation and plan setup, server management, and navigating the administrative interface.",
thumbImgURL: "/img/admin/openadmin_dashboard.png",
},
];