From eeac8f444f43721cb044b16f8428ac87835c4cd8 Mon Sep 17 00:00:00 2001 From: rastacalavera Date: Mon, 22 Feb 2021 20:04:59 -0600 Subject: [PATCH] added page to mkdocs yaml --- docs/mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 41b57ec76..368991e75 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -29,6 +29,7 @@ nav: - Getting Started: - Installation: "getting-started/install.md" - Working With Recipes: "getting-started/recipes.md" + - Adding Recipes with iOS shortcuts: "getting-started/iOS.md" - Planning Meals: "getting-started/meal-planner.md" - Site Settings: "getting-started/site-settings.md" - Backups and Exports: "getting-started/backups-and-exports.md"