Przeglądaj źródła

Update use-cases.js

Stefan Pejcic 1 rok temu
rodzic
commit
1c95fb7573
1 zmienionych plików z 6 dodań i 6 usunięć
  1. 6 6
      documentation/src/assets/use-cases.js

+ 6 - 6
documentation/src/assets/use-cases.js

@@ -1,17 +1,17 @@
 /** @type {import('../types/use-cases').UseCases[]} */
 /** @type {import('../types/use-cases').UseCases[]} */
 module.exports = [
 module.exports = [
     {
     {
-        route: "usystem",
-        title: "QUOTE/PURCHASE INTERFACE",
+        route: "panel",
+        title: "OpenPanel Documentation",
         description:
         description:
-            "Usystem has developed a <strong>system for quoting/purchasing</strong> products for a logistics company in Paraguay via <strong>refine</strong>, the operator performs the purchase request for parts for vehicles, machines or administrative items.",
+            "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: "/use-cases/usystem.png",
     },
     },
     {
     {
-        route: "gravity",
-        title: "DASHBOARD",
+        route: "admin",
+        title: "OpenAdmin Documentation",
         description:
         description:
-            "Gravity Enterprises has created a <strong>dashboard</strong> from scratch via <strong>refine</strong>.",
+            "Documentation for the <strong>Administrator users</strong>.",
         thumbImgURL: "/use-cases/gravity.png",
         thumbImgURL: "/use-cases/gravity.png",
     },
     },
 ];
 ];