Skip to content

Commit 001e7cf

Browse files
authored
Merge pull request #384 from radiantearth/pv/fix-headers-and-toc
fix headers so VSCode header won't remove Summary section
2 parents c02d5f5 + 0f2c733 commit 001e7cf

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

core/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# STAC API - Core Specification
22

33
- [STAC API - Core Specification](#stac-api---core-specification)
4+
- [Summary](#summary)
5+
- [Overview](#overview)
46
- [Link Relations](#link-relations)
57
- [Endpoints](#endpoints)
68
- [Example Landing Page for STAC API - Core](#example-landing-page-for-stac-api---core)
79
- [Extensions](#extensions)
810
- [Structuring Catalog Hierarchies](#structuring-catalog-hierarchies)
911

12+
## Summary
13+
1014
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.2/core)),
1115
- **Conformance URIs:**
1216
- <https://api.stacspec.org/v1.0.0-rc.2/core>
@@ -15,6 +19,8 @@
1519
- **Dependencies**: None
1620
and [commons.yaml](commons.yaml) is the OpenAPI version of the core [STAC spec](../stac-spec) JSON Schemas.
1721

22+
## Overview
23+
1824
All STAC API implementations must implement the *STAC API - Core* specification. The conformance class
1925
<https://api.stacspec.org/v1.0.0-rc.2/core> requires a server to provide a valid
2026
[STAC Catalog](../stac-spec/catalog-spec/catalog-spec.md) that also includes a `conformsTo`

item-search/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# STAC API - Item Search
22

33
- [STAC API - Item Search](#stac-api---item-search)
4+
- [Summary](#summary)
5+
- [Overview](#overview)
46
- [Link Relations](#link-relations)
57
- [Endpoints](#endpoints)
68
- [Query Parameters and Fields](#query-parameters-and-fields)
@@ -15,13 +17,17 @@
1517
- [Example Landing Page for STAC API - Item Search](#example-landing-page-for-stac-api---item-search)
1618
- [Extensions](#extensions)
1719

20+
## Summary
21+
1822
- **OpenAPI specification:** [openapi.yaml](openapi.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.2/item-search))
1923
- **Conformance URIs:**
2024
- <https://api.stacspec.org/v1.0.0-rc.2/item-search>
2125
- **[Maturity Classification](../README.md#maturity-classification):** Candidate
2226
- **Dependencies**: [STAC API - Core](../core)
2327
- **Examples**: [examples.md](examples.md)
2428

29+
## Overview
30+
2531
The *STAC API - Item Search* specification defines the *STAC API - Item Search*
2632
conformance class (<https://api.stacspec.org/v1.0.0-rc.2/item-search>), which
2733
provides the ability to search for STAC [Item](../stac-spec/item-spec/README.md)

ogcapi-features/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# STAC API - Collections and Features Specification
22

33
- [STAC API - Collections and Features Specification](#stac-api---collections-and-features-specification)
4+
- [Summary](#summary)
5+
- [Overview](#overview)
46
- [Conformance Classes](#conformance-classes)
57
- [STAC API - Features](#stac-api---features)
68
- [STAC API - Collections](#stac-api---collections)
@@ -16,7 +18,7 @@
1618
- [Example Collection Endpoint](#example-collection-endpoint)
1719
- [Extensions](#extensions)
1820

19-
*based on [**OGC API - Features - Part 1: Core**](https://www.ogc.org/standards/ogcapi-features)*
21+
## Summary
2022

2123
- **OpenAPI specifications:**
2224
- [STAC API - Features](openapi-features.yaml) ([rendered version](https://api.stacspec.org/v1.0.0-rc.2/ogcapi-features))
@@ -30,6 +32,8 @@
3032
- [OGC API - Features](https://www.ogc.org/standards/ogcapi-features)
3133
uses all the OGC API - Features openapi fragments to describe returning STAC Item objects.
3234

35+
## Overview
36+
3337
The *STAC API - Collections and Features* specification extends the
3438
[OGC API - Features - Part 1: Core](https://docs.opengeospatial.org/is/17-069r3/17-069r3.html)
3539
(OAFeat) specification. OAFeat

0 commit comments

Comments
 (0)