From 36e35446bd40fefe3b5a665fc1cdd8a326627858 Mon Sep 17 00:00:00 2001 From: Mike Helmick Date: Mon, 5 Oct 2020 12:35:32 -0700 Subject: [PATCH] add migration to nav and readme (#1052) --- README.md | 1 + docs/_data/navigation.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index ab5a208be..2df54c8e2 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Key Server here: * [Overview](https://google.github.io/exposure-notifications-server/) * [Deployment Guide](https://google.github.io/exposure-notifications-server/getting-started/deploying) +* [Key Server Migration Guide](https://google.github.io/exposure-notifications-server/server_migration) * [Reference Documentation](https://pkg.go.dev/mod/github.com/google/exposure-notifications-server) * [Server Functional Requirements](https://google.github.io/exposure-notifications-server/server_functional_requirements) * [Server Deployment Options](https://google.github.io/exposure-notifications-server/server_deployment_options) diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index cc113d71c..094edb1d1 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -11,6 +11,8 @@ docs: url: /getting-started/publishing-temporary-exposure-keys - title: How to Download Keys url: /getting-started/downloading-export-batches-keys + - title: Key Server Migration Guide + url: /server_migration - title: Estimating the Cost of Deployment url: /getting-started/estimating-costs - title: Design