diff --git a/README.md b/README.md index 0949d31..695e0f7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ Note: services might have incompatible dependencies which you can resolve by usi This repository has the demonstration runtimes that are consistently updated with new functionality. -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)). +The default runtimes are available through separate repositories ([eoapi-cdk](https://github.com/developmentseed/eoapi-cdk) and [eoapi-k8s](https://github.com/developmentseed/eoapi-k8s)). + +A demonstration application is accessible with the repository [eoapi-template](https://github.com/developmentseed/eoapi-template). ## Contribution & Development diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 5b823f8..7dac23f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -22,8 +22,9 @@ nav: - Home: "index.md" - Intro: "intro.md" - Services: "services.md" - - Development - Contributing: "contributing.md" - Deployment: "deployment.md" + - Development - Contributing: "contributing.md" + plugins: - search diff --git a/docs/src/deployment.md b/docs/src/deployment.md index 25e27a1..593a09d 100644 --- a/docs/src/deployment.md +++ b/docs/src/deployment.md @@ -3,6 +3,10 @@ hide: - navigation --- +The default runtimes are available through separate repositories ([eoapi-cdk](https://github.com/developmentseed/eoapi-cdk) and [eoapi-k8s](https://github.com/developmentseed/eoapi-k8s)). + +A demonstration application is accessible with the repository [eoapi-template](https://github.com/developmentseed/eoapi-template). + ## AWS (Lambda) An example of Cloud Stack is available for AWS (RDS for the database and Lambda for the APIs) @@ -84,4 +88,4 @@ If you get an error saying that the max VPC's has been reached, this means that ## K8S -A Kubernetes chart is currently being developed at https://github.com/developmentseed/k8s-eoapi +A Kubernetes chart is currently being developed at https://github.com/developmentseed/eoapi-k8s