Skip to content

Commit 965f9be

Browse files
Merge pull request #114 from developmentseed/docs/update-mkdocs
Add deployment information to mkdocs, and reference eoapi-template.
2 parents 749b85d + 106135c commit 965f9be

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Note: services might have incompatible dependencies which you can resolve by usi
6464

6565
This repository has the demonstration runtimes that are consistently updated with new functionality.
6666

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)).
67+
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)).
68+
69+
A demonstration application is accessible with the repository [eoapi-template](https://github.com/developmentseed/eoapi-template).
6870

6971
## Contribution & Development
7072

docs/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ nav:
2222
- Home: "index.md"
2323
- Intro: "intro.md"
2424
- Services: "services.md"
25-
- Development - Contributing: "contributing.md"
2625
- Deployment: "deployment.md"
26+
- Development - Contributing: "contributing.md"
27+
2728

2829
plugins:
2930
- search

docs/src/deployment.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ hide:
33
- navigation
44
---
55

6+
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)).
7+
8+
A demonstration application is accessible with the repository [eoapi-template](https://github.com/developmentseed/eoapi-template).
9+
610
## AWS (Lambda)
711

812
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
8488
8589
## K8S
8690
87-
A Kubernetes chart is currently being developed at https://github.com/developmentseed/k8s-eoapi
91+
A Kubernetes chart is currently being developed at https://github.com/developmentseed/eoapi-k8s

0 commit comments

Comments
 (0)