mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Delete documentation/src/assets/use-cases.js
This commit is contained in:
parent
a31e3b1a83
commit
b71a93f98d
@ -1,17 +0,0 @@
|
|||||||
/** @type {import('../types/use-cases').UseCases[]} */
|
|
||||||
module.exports = [
|
|
||||||
{
|
|
||||||
route: "panel",
|
|
||||||
title: "OpenPanel Documentation",
|
|
||||||
description:
|
|
||||||
"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:
|
|
||||||
"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",
|
|
||||||
},
|
|
||||||
];
|
|
Loading…
Reference in New Issue
Block a user