From 6972fd676af711d176ea539c03a874548c9f6bcf Mon Sep 17 00:00:00 2001 From: Kumi Date: Tue, 7 May 2024 14:38:33 +0200 Subject: [PATCH] feat(services): add HedgeDoc to service listings Added HedgeDoc, an open-source collaborative markdown editor, to our service listings in `services.json`. This allows users to discover and utilize HedgeDoc for collaborative document editing and markdown support directly from our platform. This addition enhances our suite of tools by providing a valuable resource for teamwork and documentation projects. --- services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/services.json b/services.json index 7bae37e..a103c90 100644 --- a/services.json +++ b/services.json @@ -124,6 +124,21 @@ "exclude_from_index": false, "exclude_from_simple": false }, + { + "name": "HedgeDoc", + "url": "https://hedgedoc.private.coffee", + "short_description": "HedgeDoc is an open-source collaborative markdown editor.", + "long_description": "HedgeDoc is an open-source collaborative markdown editor. You can use it to write and edit documents in markdown, and to collaborate with others.", + "status": "OK", + "links": [ + { + "name": "Go to HedgeDoc", + "url": "https://hedgedoc.private.coffee" + } + ], + "exclude_from_index": false, + "exclude_from_simple": false + }, { "name": "GotHub", "url": "https://gothub.private.coffee",