Skip to content

Commit

Permalink
Added index.json-ld
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianBurke committed Jul 12, 2024
1 parent a4fc8f1 commit 3dcda9b
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions wet-boew/geomap/index.json-ld
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"@context": {
"@version": 1.1,
"dct": "http://purl.org/dc/terms/",
"title": { "@id": "dct:title", "@container": "@language" },
"description": { "@id": "dct:description", "@container": "@language" },
"modified": "dct:modified"
},
"title": {
"en": "Geomap",
"fr": "Géocarte"
},
"description": {
"en": "Displays a dynamic map over which information from additional sources can be overlaid.",
"fr": "Affiche une carte dynamique sur laquelle des informations provenant de sources supplémentaires peuvent être superposées."
},
"modified": "2024-07-12",
"componentName": "geomap",
"status": "stable",
"pages": {
"examples": [
{
"title": "Geomap",
"language": "en",
"url": "https://wet-boew.github.io/GCWeb/wet-boew/geomap/geomap-en.html"
},
{
"title": "Géocarte",
"language": "fr",
"url": "https://wet-boew.github.io/GCWeb/wet-boew/geomap/geomap-fr.html"
}
],
"docs": [
{
"title": "Geomap",
"language": "en",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/geomap/geomap-en.html"
},
{
"title": "Géocarte",
"language": "fr",
"url": "https://wet-boew.github.io/wet-boew/docs/ref/geomap/geomap-fr.html"
}
]
}
}

0 comments on commit 3dcda9b

Please sign in to comment.