From 62a07c6bf291a92f6122921106915e764363bb3a Mon Sep 17 00:00:00 2001 From: Kumi Date: Sat, 3 Aug 2024 18:49:33 +0200 Subject: [PATCH] fix(services): avoid duplicate entry for Overleaf Moved the Overleaf service entry to correct its position in the list, avoiding redundant entries. This maintains the integrity and accuracy of the services data. --- data/services.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/data/services.json b/data/services.json index a9c7194..88cf872 100644 --- a/data/services.json +++ b/data/services.json @@ -105,6 +105,23 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "Overleaf", + "url": "https://overleaf.private.coffee", + "homemade": false, + "short_description": "Overleaf is an online LaTeX editor for writing and sharing documents.", + "long_description": "Overleaf is an online LaTeX editor for writing and sharing documents. It allows you to write documents in LaTeX, and to collaborate with others.", + "status": "OK", + "links": [ + { + "name": "Go to Overleaf", + "url": "https://overleaf.private.coffee" + } + ], + "icon": "leaf", + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "Mastodon", "url": "https://cuddly.space", @@ -517,23 +534,6 @@ "exclude_from_index": false, "exclude_from_simple": false }, - { - "name": "Overleaf", - "url": "https://overleaf.private.coffee", - "homemade": false, - "short_description": "Overleaf is an online LaTeX editor for writing and sharing documents.", - "long_description": "Overleaf is an online LaTeX editor for writing and sharing documents. It allows you to write documents in LaTeX, and to collaborate with others.", - "status": "OK", - "links": [ - { - "name": "Go to Overleaf", - "url": "https://overleaf.private.coffee" - } - ], - "icon": "leaf", - "exclude_from_index": false, - "exclude_from_simple": false - }, { "name": "GotHub", "url": "https://gothub.private.coffee",