From 05be75a0efeb32eace1e6c70aa7f60208004b162 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 13 Oct 2022 20:44:17 -0400 Subject: [PATCH 1/2] fix overview description of browseable --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index 8a5b8a55..0a448142 100644 --- a/overview.md +++ b/overview.md @@ -124,7 +124,7 @@ have the URIs for conformance to actually resolve to machine-readable informatio | **Name** | **Specified in** | **Conformance URI** | **Description** | | ---------------------- | ------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | | STAC API - Core | [Core](core) | | Specifies the STAC Landing page `/`, communicating conformance and available endpoints. | -| STAC API - Browseable | [Core](core) | | Advertises . | +| STAC API - Browseable | [Core](core) | | Advertises all Items can be reached through `child` and `item` links, as they would be in a non-API Catalog. | | STAC API - Item Search | [Item Search](item-search) | | Enables search of all STAC Item objects on the server, with the STAC `[/search](#stac-api-endpoints)` endpoint. | | STAC API - Features | [Collections and Features](ogcapi-features) | | Specifies the use of OGC API - Features to serve STAC Item and Collection objects | | STAC API - Collections | [Collections and Features](ogcapi-features) | | Specifies the use of a subset of STAC API - Features to serve Collection objects | From 94ff584e6643762442fe8ee5ef76d8d223fc4ba3 Mon Sep 17 00:00:00 2001 From: Phil Varner Date: Thu, 13 Oct 2022 20:46:35 -0400 Subject: [PATCH 2/2] fix overview table fence --- overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview.md b/overview.md index 0a448142..2cb03f4f 100644 --- a/overview.md +++ b/overview.md @@ -124,7 +124,7 @@ have the URIs for conformance to actually resolve to machine-readable informatio | **Name** | **Specified in** | **Conformance URI** | **Description** | | ---------------------- | ------------------------------------------- | ------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------- | | STAC API - Core | [Core](core) | | Specifies the STAC Landing page `/`, communicating conformance and available endpoints. | -| STAC API - Browseable | [Core](core) | | Advertises all Items can be reached through `child` and `item` links, as they would be in a non-API Catalog. | +| STAC API - Browseable | [Core](core) | | Advertises all Items can be reached through `child` and `item` links, as they would be in a non-API Catalog. | | STAC API - Item Search | [Item Search](item-search) | | Enables search of all STAC Item objects on the server, with the STAC `[/search](#stac-api-endpoints)` endpoint. | | STAC API - Features | [Collections and Features](ogcapi-features) | | Specifies the use of OGC API - Features to serve STAC Item and Collection objects | | STAC API - Collections | [Collections and Features](ogcapi-features) | | Specifies the use of a subset of STAC API - Features to serve Collection objects |