Skip to content

Commit

Permalink
Merge pull request #284 from philvarner/pv/add-versions-to-readme
Browse files Browse the repository at this point in the history
Add Releases to readme and add all conformance classes to build index
  • Loading branch information
philvarner authored Mar 16, 2022
2 parents 0d4d0ca + c42290a commit a5a380c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,24 @@
# STAC API

- [STAC API](#stac-api)
- [Releases](#releases)
- [About](#about)
- [Stability Note](#stability-note)
- [Maturity Classification](#maturity-classification)
- [Communication](#communication)
- [In this repository](#in-this-repository)
- [Contributing](#contributing)

## Releases

- [v1.0.0-rc.1](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-rc.1)
- [v1.0.0-beta.5](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.5)
- [v1.0.0-beta.4](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.4)
- [v1.0.0-beta.3](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.3)
- [v1.0.0-beta.2](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.2)
- [v1.0.0-beta.1](https://github.com/radiantearth/stac-api-spec/tree/v1.0.0-beta.1)
- [v0.9.0](https://github.com/radiantearth/stac-api-spec/tree/v0.9.0)

## About

The SpatioTemporal Asset Catalog (STAC) family of specifications aim to standardize the way geospatial asset metadata is structured and queried.
Expand Down
10 changes: 6 additions & 4 deletions build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@
<h1>STAC API</h1>
<h2>Conformance Classes</h2>
<ul>
<li><a href="core/">Core</a></li>
<li><a href="item-search/">Item Search</a></li>
<li><a href="ogcapi-features/">STAC Features</a></li>
<li><a href="collections/">Collections</a></li>
<li><a href="core/">STAC API - Core</a></li>
<li><a href="item-search/">STAC API - Item Search</a></li>
<li><a href="ogcapi-features/">STAC API - Features</a></li>
<li><a href="collections/">STAC API - Collections</a></li>
<li><a href="children/">STAC API - Children</a></li>
<li><a href="browseable/">STAC API - Browseable</a></li>
</ul>
</body>

Expand Down

0 comments on commit a5a380c

Please sign in to comment.