From d359c39c898e60ba46e25cb15ca99ff25f8c4d7e Mon Sep 17 00:00:00 2001
From: Adam Hyde <adam@coko.foundation>
Date: Tue, 29 Aug 2023 07:03:25 +0000
Subject: [PATCH] Update products.json

---
 src/data/products.json | 88 +++++++++++++++++++++++-------------------
 1 file changed, 48 insertions(+), 40 deletions(-)

diff --git a/src/data/products.json b/src/data/products.json
index 9b3ca40..8ac68dc 100644
--- a/src/data/products.json
+++ b/src/data/products.json
@@ -1,5 +1,53 @@
 {
   "entities": [
+        {
+      "tag": "platform",
+      "logo": "/images/press/Ketida.svg",
+      "name": "Ketida",
+      "description": "Ketida the fully fledged post-acquisition book production workflow developed by the Coko team in collaboration with the University of California Press (UCP) and the California Digital Library. Ketida is now in live use by UCP, ATLA Press, punctum books, M Publishing, UNC Press/Longleaf Services and Book Sprints. Built by the Coko team.",
+      "weburl": "https://ketida.community/",
+      "giturl": ""
+    },
+    {
+      "tag": "platform",
+      "logo": "/images/uploads/Kotahi.png",
+      "name": "Kotahi",
+      "description": "Manage the submission, review, and publication of preprints, micropubs, and journals. Kotahi is built for remote teams, accelerating publishing, and reducing costs. Built by the Coko team and (increasingly) the Coko community.",
+      "weburl": "https://kotahi.community/",
+      "giturl": ""
+    },
+      {
+      "tag": "platform",
+      "logo": "/images/press/cokodocs.png",
+      "name": "CokoDocs,
+      "description": "CokoDocs is an open source, collaborative, web-based Word Processor. We're developing CokoDocs to provide an extensible word processor that is a first-class citizen of the Web.",
+      "weburl": "https://cokodocs.net",
+      "giturl": ""
+    },
+    {
+      "tag": "component",
+      "logo": "/images/uploads/Flax.png",
+      "name": "Flax",
+      "description": "Flax is a new product (website pending). Flax is a publishing front end, a web presence for content produced in Kotahi and Ketida. Built by the Coko team. ",
+      "weburl": "",
+      "giturl": ""
+    },
+    {
+      "tag": "component",
+      "logo": "/images/uploads/Pagedjs.png",
+      "name": "Pagedjs",
+      "description": "Paged.js is a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you can design works for print (eg. books) using HTML and CSS!. Built by the Coko team with an increasing number of community contributions.",
+      "weburl": "https://www.pagedjs.org/",
+      "giturl": ""
+    },
+    {
+      "tag": "component",
+      "logo": "/images/uploads/Wax.png",
+      "name": "Wax",
+      "description": "a web based word processor. Wax can be configured to meet your application requirements. It is very configurable and extensible. Wax has a number of plugins for various word processing requirements. Built by the Coko team.",
+      "weburl": "https://waxjs.net/",
+      "giturl": ""
+    },
     {
       "tag": "platform",
       "logo": "/images/uploads/Pubsweet.png",
@@ -24,14 +72,6 @@
       "weburl": "",
       "giturl": ""
     },
-    {
-      "tag": "platform",
-      "logo": "/images/uploads/Kotahi.png",
-      "name": "Kotahi",
-      "description": "Manage the submission, review, and publication of preprints, micropubs, and journals. Kotahi is built for remote teams, accelerating publishing, and reducing costs. Built by the Coko team and (increasingly) the Coko community.",
-      "weburl": "https://kotahi.community/",
-      "giturl": ""
-    },
     {
       "tag": "platform",
       "logo": "/images/uploads/Micropublication.png",
@@ -40,14 +80,6 @@
       "weburl": "https://www.micropublication.org/",
       "giturl": ""
     },
-    {
-      "tag": "platform",
-      "logo": "/images/press/Ketida.svg",
-      "name": "Ketida",
-      "description": "Ketida the fully fledged post-acquisition book production workflow developed by the Coko team in collaboration with the University of California Press (UCP) and the California Digital Library. Ketida is now in live use by UCP, ATLA Press, punctum books, M Publishing, UNC Press/Longleaf Services and Book Sprints. Built by the Coko team.",
-      "weburl": "https://ketida.community/",
-      "giturl": ""
-    },
     {
       "tag": "platform",
       "logo": "/images/uploads/Europe.png",
@@ -64,22 +96,6 @@
       "weburl": "",
       "giturl": ""
     },
-    {
-      "tag": "component",
-      "logo": "/images/uploads/Pagedjs.png",
-      "name": "Pagedjs",
-      "description": "Paged.js is a free and open source JavaScript library that paginates content in the browser to create PDF output from any HTML content. This means you can design works for print (eg. books) using HTML and CSS!. Built by the Coko team with an increasing number of community contributions.",
-      "weburl": "https://www.pagedjs.org/",
-      "giturl": ""
-    },
-    {
-      "tag": "component",
-      "logo": "/images/uploads/Wax.png",
-      "name": "Wax",
-      "description": "a web based word processor. Wax can be configured to meet your application requirements. It is very configurable and extensible. Wax has a number of plugins for various word processing requirements. Built by the Coko team.",
-      "weburl": "https://waxjs.net/",
-      "giturl": ""
-    },
     {
       "tag": "component",
       "logo": "/images/uploads/xSweet.png",
@@ -88,14 +104,6 @@
       "weburl": "https://xsweet.org/",
       "giturl": ""
     },
-    {
-      "tag": "component",
-      "logo": "/images/uploads/Flax.png",
-      "name": "Flax",
-      "description": "Flax is a new product (website pending). Flax is a publishing front end, a web presence for content produced in Kotahi and Ketida. Built by the Coko team. ",
-      "weburl": "",
-      "giturl": ""
-    },
     {
       "tag": "component",
       "logo": "/images/uploads/sb.png",
-- 
GitLab