Skip to content

Commit a5a380c

Browse files
author
Phil Varner
authored
Merge pull request #284 from philvarner/pv/add-versions-to-readme
Add Releases to readme and add all conformance classes to build index
2 parents 0d4d0ca + c42290a commit a5a380c

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@
44
# STAC API
55

66
- [STAC API](#stac-api)
7+
- [Releases](#releases)
78
- [About](#about)
89
- [Stability Note](#stability-note)
910
- [Maturity Classification](#maturity-classification)
1011
- [Communication](#communication)
1112
- [In this repository](#in-this-repository)
1213
- [Contributing](#contributing)
1314

15+
## Releases
16+
17+
- [v1.0.0-rc.1](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1)
18+
- [v1.0.0-beta.5](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.5)
19+
- [v1.0.0-beta.4](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.4)
20+
- [v1.0.0-beta.3](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.3)
21+
- [v1.0.0-beta.2](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2)
22+
- [v1.0.0-beta.1](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.1)
23+
- [v0.9.0](https://github.com/radiantearth/stac-api-spec/tree/v0.9.0)
24+
1425
## About
1526

1627
The SpatioTemporal Asset Catalog (STAC) family of specifications aim to standardize the way geospatial asset metadata is structured and queried.

build/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@
1313
<h1>STAC API</h1>
1414
<h2>Conformance Classes</h2>
1515
<ul>
16-
<li><a href="core/">Core</a></li>
17-
<li><a href="item-search/">Item Search</a></li>
18-
<li><a href="ogcapi-features/">STAC Features</a></li>
19-
<li><a href="collections/">Collections</a></li>
16+
<li><a href="core/">STAC API - Core</a></li>
17+
<li><a href="item-search/">STAC API - Item Search</a></li>
18+
<li><a href="ogcapi-features/">STAC API - Features</a></li>
19+
<li><a href="collections/">STAC API - Collections</a></li>
20+
<li><a href="children/">STAC API - Children</a></li>
21+
<li><a href="browseable/">STAC API - Browseable</a></li>
2022
</ul>
2123
</body>
2224

0 commit comments

Comments
 (0)