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:
parent
d42b6b5200
commit
6972fd676a
1 changed files with 15 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue