From b71a93f98db4e0e0530bcd67c5911d3783388657 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 29 Feb 2024 12:01:44 +0100 Subject: [PATCH] Delete documentation/src/assets/use-cases.js --- documentation/src/assets/use-cases.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 documentation/src/assets/use-cases.js diff --git a/documentation/src/assets/use-cases.js b/documentation/src/assets/use-cases.js deleted file mode 100644 index 72523e4b..00000000 --- a/documentation/src/assets/use-cases.js +++ /dev/null @@ -1,17 +0,0 @@ -/** @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", - }, -];