Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reorganize extensions list to avoid long lines and html #170

Merged
merged 2 commits into from
Jul 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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