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.
This commit is contained in:
Kumi 2024-05-07 14:38:33 +02:00
parent d42b6b5200
commit 6972fd676a
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -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",