feat: add FacilMap 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 a new service, FacilMap, to the services.json file. FacilMap is an open-source map editor allowing users to create, edit, and share maps. This inclusion will expand the available tools and services offered, providing users with more map editing options.
This commit is contained in:
parent
2e0ec49b42
commit
d3d997d552
1 changed files with 17 additions and 0 deletions
|
@ -194,6 +194,23 @@
|
|||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "FacilMap",
|
||||
"url": "https://facilmap.private.coffee",
|
||||
"homemade": false,
|
||||
"short_description": "FacilMap is an open-source map editor.",
|
||||
"long_description": "FacilMap is an open-source map editor. You can use it to create and edit maps, and to share them with others.",
|
||||
"status": "OK",
|
||||
"links": [
|
||||
{
|
||||
"name": "Go to FacilMap",
|
||||
"url": "https://facilmap.private.coffee"
|
||||
}
|
||||
],
|
||||
"icon": "map-trifold",
|
||||
"exclude_from_index": false,
|
||||
"exclude_from_simple": false
|
||||
},
|
||||
{
|
||||
"name": "OTS - One Time Secrets",
|
||||
"url": "https://ots.private.coffee",
|
||||
|
|
Loading…
Reference in a new issue