Skip to content

Commit

Permalink
reorganize extensions list to avoid long lines and html (#170)
Browse files Browse the repository at this point in the history
* reorganize extensions list to avoid long lines and html
  • Loading branch information
philvarner authored Jul 15, 2021
1 parent d53ae78 commit 452149f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .circleci/rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins:
# Apply some recommended defaults for consistency
- remark-preset-lint-consistent
- remark-preset-lint-recommended
# - lint-no-html
- lint-no-html
# General formatting
- - remark-lint-emphasis-marker
- '*'
Expand Down
27 changes: 18 additions & 9 deletions extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,24 @@ This is the list of all extensions that are contained in the stac-api-spec repos
Each extension has its own conformance URI, which is used in the `conformsTo` response of the landing page to let clients know what capabilities
the service supports. This are listed at the top of each extension description, but the full table is given here for ease of reference.

| Extension Name | Conformance Class URIs |
|---------------|-------------------------|
| [Fields](item-search/README.md#fields) | <https://api.stacspec.org/v1.0.0-beta.2/item-search#fields> |
| [Filter](item-search/README.md#filter) | <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:filter><br/><https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:simple-cql><br/><https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:item-search-filter><br/><https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:cql-text><br/><https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:cql-json> |
| [Context](item-search/README.md#context) | <https://api.stacspec.org/v1.0.0-beta.2/item-search#context> |
| [Sort](item-search/README.md#sort) | <https://api.stacspec.org/v1.0.0-beta.2/item-search#sort> |
| [Transaction](ogcapi-features/extensions/transaction/README.md) | <https://api.stacspec.org/v1.0.0-beta.2/ogcapi-features/extensions/transaction> |
| [Items and Collections API Version](ogcapi-features/extensions/version/README.md) | <https://api.stacspec.org/v1.0.0-beta.2/ogcapi-features/extensions/version> |
| [Query](item-search/README.md#query) | <https://api.stacspec.org/v1.0.0-beta.2/item-search#query> |
- [Fields](item-search/README.md#fields)
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#fields>
- [Filter](item-search/README.md#filter)
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:filter>
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:simple-cql>
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:item-search-filter>
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:cql-text>
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#filter:cql-json>
- [Context](item-search/README.md#context)
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#context>
- [Sort](item-search/README.md#sort)
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#sort>
- [Transaction](ogcapi-features/extensions/transaction/README.md)
- <https://api.stacspec.org/v1.0.0-beta.2/ogcapi-features/extensions/transaction>
- [Items and Collections API Version](ogcapi-features/extensions/version/README.md)
- <https://api.stacspec.org/v1.0.0-beta.2/ogcapi-features/extensions/version>
- [Query](item-search/README.md#query)
- <https://api.stacspec.org/v1.0.0-beta.2/item-search#query>

## Third-party / vendor extensions

Expand Down

0 comments on commit 452149f

Please sign in to comment.