File tree Expand file tree Collapse file tree 3 files changed +16
-4
lines changed
docs/design/data-catalogue/api Expand file tree Collapse file tree 3 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 11venv /
2+ .venv /
3+
4+ .DS_Store
25site /
3- .DS_store
Original file line number Diff line number Diff line change 11# Resource Discovery
22
33EOEPCA Resource Discovery Building Block repository
4+
5+
6+ ## Building the docs
7+
8+ ``` bash
9+ python -m venv .venv
10+ source .venv/bin/activate
11+ pip install -r docs/requirements.txt
12+ mkdocs build
13+ ```
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ The below API specifications are dynamically rendered from the OpenAPI definitio
44
55## STAC API
66
7- OpenAPI definition: [ https://stac. eoapi.dev/openapi.json ] ( https://stac. eoapi.dev/openapi.json )
7+ OpenAPI definition: [ https://eoapi.apx.develop.eoepca.org/stac/api ] ( https://eoapi.apx.develop.eoepca.org/stac/api )
88
9- Rendered version: [ https://stac. eoapi.dev/docs ] ( https://stac. eoapi.dev/docs )
9+ Rendered version: [ https://eoapi.apx.develop.eoepca.org/stac/api.html ] ( https://eoapi.apx.develop.eoepca.org/stac/api.html )
1010
11- <swagger-ui src =" https://stac. eoapi.dev/openapi.json " >
11+ <swagger-ui src =" https://eoapi.apx.develop.eoepca.org/stac/api " >
You can’t perform that action at this time.
0 commit comments