feat(services): add tldraw to services list
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s
Added tldraw, a collaborative whiteboard service, to the services.json file. This addition enhances the functionality by providing users with a real-time drawing and writing tool. The service is integrated with relevant metadata and links ensuring consistent user accessibility.
This commit is contained in:
parent
04a26c180a
commit
d1c2e3890b
1 changed files with 17 additions and 0 deletions
|
@ -422,6 +422,23 @@
|
||||||
"exclude_from_index": false,
|
"exclude_from_index": false,
|
||||||
"exclude_from_simple": false
|
"exclude_from_simple": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "tldraw",
|
||||||
|
"url": "https://tldraw.private.coffee",
|
||||||
|
"homemade": false,
|
||||||
|
"short_description": "tldraw is a collaborative whiteboard.",
|
||||||
|
"long_description": "tldraw is a collaborative whiteboard. You can use it to draw and write with others in real-time.",
|
||||||
|
"status": "OK",
|
||||||
|
"links": [
|
||||||
|
{
|
||||||
|
"name": "Go to tldraw",
|
||||||
|
"url": "https://tldraw.private.coffee"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"icon": "pencil-ruler",
|
||||||
|
"exclude_from_index": false,
|
||||||
|
"exclude_from_simple": false
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "YOURLS",
|
"name": "YOURLS",
|
||||||
"url": "https://pcof.fi",
|
"url": "https://pcof.fi",
|
||||||
|
|
Loading…
Reference in a new issue