From 2ee1d569a049651d26bb060d616be7b673033e3a Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Fri, 8 May 2020 07:56:17 -0700 Subject: [PATCH] Update README.md --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index d0444ea1..e4f189e8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -25,5 +25,7 @@ |------|-------------| |**[Tye Commandline Reference](reference/commandline/README.md)** | Documentation for `tye` commands. |**[Service Discovery](reference/service_discovery.md)** | Learn more about service discovery in Tye. -|**[Local Development](referenece/../reference/local_development.md)** | Learn more about how Tye works for local development. +|**[Local Development](referenece/local_development.md)** | Learn more about how Tye works for local development. +|**[Deployment](referenece/deployment.md)** | Learn more about how Tye works for deploying to Kubernetes. |**[`tye.yaml` Schema](reference/schema.md)** | `tye.yaml` configuration. +|**[Multiple Repository Scenarios](reference/multirepo.md)** | Learn how to configure a multiple repository application.