use-cases.js 717 B

1234567891011121314151617
  1. /** @type {import('../types/use-cases').UseCases[]} */
  2. module.exports = [
  3. {
  4. route: "panel",
  5. title: "OpenPanel Documentation",
  6. description:
  7. "Guides and Tutorials for the <strong>End-User Interface</strong>, enabling customers to add domains, manage websites, and configure services.",
  8. thumbImgURL: "/img/panel/v1/dashboard/dashboard.png",
  9. },
  10. {
  11. route: "admin",
  12. title: "OpenAdmin Documentation",
  13. description:
  14. "Guidance for <strong>Administrator Users</strong> on user creation and plan setup, server management, and navigating the administrative interface.",
  15. thumbImgURL: "/img/admin/openadmin_dashboard.png",
  16. },
  17. ];