From 214964131ea82ccf3015942572a28f10e52712e9 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Tue, 30 Mar 2021 16:37:09 -0800 Subject: [PATCH] draft new pages --- docs/docs/getting-started/organizing-recipes.md | 4 ++++ docs/docs/site-administration/building-pages.md | 3 +++ docs/mkdocs.yml | 1 + 3 files changed, 8 insertions(+) create mode 100644 docs/docs/getting-started/organizing-recipes.md diff --git a/docs/docs/getting-started/organizing-recipes.md b/docs/docs/getting-started/organizing-recipes.md new file mode 100644 index 000000000..9a4090743 --- /dev/null +++ b/docs/docs/getting-started/organizing-recipes.md @@ -0,0 +1,4 @@ +# Organizing Recipes + +!!! tip + Below is a suggestion of guidelines my wife and I use for organizing our recipes within Mealie. Mealie is fairly flexible, so feel free to utilize how you'd like! 👍 \ No newline at end of file diff --git a/docs/docs/site-administration/building-pages.md b/docs/docs/site-administration/building-pages.md index 77c525ad4..269423ab8 100644 --- a/docs/docs/site-administration/building-pages.md +++ b/docs/docs/site-administration/building-pages.md @@ -1,5 +1,8 @@ # Building Pages +!!! warning + The page building is still experimental and may change. You can provide feedback on any changes you'd like to see on [github](https://github.com/hay-kot/mealie/discussions/229) + Custom pages can be created to organize multiple categories into a single page. Links to your custom pages are displayed on the home page sidebar and accessible by all users, however only Administrators can create or update pages. To create a new page. Navigate to the settings page at `/admin/settings` and scroll down to the custom pages section. Here you can create, view, and edit your custom pages. To reorder how they are displayed on the sidebar you can drag and drop the pages into the preferred order. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index e61268a5e..a61eb1e0a 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -39,6 +39,7 @@ nav: - Installation: "getting-started/install.md" - Updating: "getting-started/updating.md" - Working With Recipes: "getting-started/recipes.md" + - Organizing Recipes: "getting-started/organizing-recipes.md" - Planning Meals: "getting-started/meal-planner.md" - iOS Shortcuts: "getting-started/ios.md" - API Usage: "getting-started/api-usage.md"