From 6e81b44ff826b90da87997e686ccbebdf5d35950 Mon Sep 17 00:00:00 2001 From: Ilya Kreymer Date: Tue, 6 Dec 2022 15:24:10 -0800 Subject: [PATCH] docs: fix typos in production, missing TODO in user-guide section --- docs/deploy/production.md | 1 + docs/user-guide/index.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/deploy/production.md b/docs/deploy/production.md index 7edc7936..be6fc0de 100644 --- a/docs/deploy/production.md +++ b/docs/deploy/production.md @@ -59,6 +59,7 @@ mongo_local: false mongo_auth: db_url: mongodb+srv://... +``` ## Cloud Deployment diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index e639aae8..40371520 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -17,3 +17,5 @@ Once you've registrated, your account will have an `[Your Name's Archive]` where ## Creating a Crawl Config + +*TODO: Additional info coming soon!*