Skip to content

Commit 749b85d

Browse files
authored
Docs/partner update (#111)
* Add references to default runtimes Add references to default runtimes under a deployment section in the README. References the two distinct repositories: eoapi-cdk and k8s-eoapi. * Add linkedin and rss footer to documentation * Fix reference to rss logo
1 parent 73cc5dd commit 749b85d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- Navigate to the project: `cd eoAPI`
4141
- Run services with `docker-compose up`
4242
- Follow the [MAXAR open data demo](https://github.com/vincentsarago/MAXAR_opendata_to_pgstac) (or get inspired by the other [demos](./demo/)) to load some data into eoAPI
43-
- Checkout the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html))
43+
- Check out the [Search Viewer](http://localhost:8081/index.html), and the API documentation ([STAC Metadata](http://localhost:8081/docs), [Raster Tiles](http://localhost:8082/docs), [Vector Tiles](http://localhost:8083/api.html))
4444

4545
Alternatively, you may launch the application locally:
4646
```bash
@@ -56,10 +56,16 @@ export DATABASE_URL=postgresql://username:password@0.0.0.0:5439/postgis # Conne
5656
.venv/bin/uvicorn eoapi.{SERVICE}.app:app --port 8000 --reload
5757
```
5858

59-
Note: services might have incompatible dependencies which you can resolve by using virtual environnement per service
59+
Note: services might have incompatible dependencies which you can resolve by using a virtual environment for each service
6060

6161
---
6262

63+
## Deployment
64+
65+
This repository has the demonstration runtimes that are consistently updated with new functionality.
66+
67+
The default runtimes are available through separate repositories ([eoapi-cdk](https://github.com/developmentseed/eoapi-cdk) and [k8s-eoapi](https://github.com/developmentseed/k8s-eoapi)).
68+
6369
## Contribution & Development
6470

6571
See [CONTRIBUTING.md](https://github.com/developmentseed/eoAPI/blob/main/CONTRIBUTING.md)

docs/mkdocs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ extra:
1313
link: "https://github.com/developmentseed"
1414
- icon: "fontawesome/brands/twitter"
1515
link: "https://twitter.com/developmentseed"
16-
- icon: "fontawesome/brands/medium"
17-
link: "https://medium.com/devseed"
16+
- icon: "fontawesome/brands/linkedin"
17+
link: "https://www.linkedin.com/company/development-seed"
18+
- icon: "fontawesome/solid/rss"
19+
link: "https://developmentseed.org/blog"
1820

1921
nav:
2022
- Home: "index.md"

0 commit comments

Comments
 (0)