Skip to content

Commit 52ebad6

Browse files
committed
config: fixed typo in cds description.
1 parent 8351d57 commit 52ebad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/apex/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = {
2424
"id": 4,
2525
"url": "https://cds.climate.copernicus.eu/api/catalogue/v1/",
2626
"title": "Climate Data Store",
27-
"summary": "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.\\n\\nThe implementation is based on [Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) while a custom extension is present to provide datasets search capabilities.",
27+
"summary": "The CADS catalogue API is a STAC compliant API to access the CADS catalogues.The implementation is based on [Standalone Collections](https://github.com/radiantearth/stac-spec/blob/master/collection-spec/collection-spec.md#standalone-collections) while a custom extension is present to provide datasets search capabilities.",
2828
}
2929
],
3030
allowExternalAccess: true, // Must be true if catalogUrl is not given

themes/apex/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.7
1+
2.0.8

0 commit comments

Comments
 (0)