From 5111a440ffc222d3e3b4e031e5e5d7c69882a2e5 Mon Sep 17 00:00:00 2001 From: zierbeek <58994651+zierbeek@users.noreply.github.com> Date: Mon, 2 May 2022 18:35:31 +0200 Subject: [PATCH] Activate Navigation.instant (#1191) Change edit_uri to be able to edit the nightly docs remove demo_url since not needed Changes to be committed: modified: ios.md modified: ../../../mkdocs.yml --- docs/docs/documentation/community-guide/ios.md | 2 +- docs/mkdocs.yml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/docs/documentation/community-guide/ios.md b/docs/docs/documentation/community-guide/ios.md index bcaa4041dc0e..5b8136f66748 100644 --- a/docs/docs/documentation/community-guide/ios.md +++ b/docs/docs/documentation/community-guide/ios.md @@ -15,7 +15,7 @@ Basically it is a visual scripting language that lets a user build an automation You need to replace `username` and `password` with the login information for your mealie instance. -![screenshot](../img/iOS_username.jpg) +![screenshot](../../assets/img/ios-shortcut-image.jpg) Then, you need to put in your mealie domain. The API port of `:9000` is not needed when putting your domain in the text field. diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ae8ad7725754..a8d537e0ddb0 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -1,5 +1,5 @@ site_name: Mealie -demo_url: https://mealie-demo.hay-kot.dev/ +#demo_url: https://mealie-demo.hay-kot.dev/ site_url: https://hay-kot.github.io/mealie/ use_directory_urls: true theme: @@ -20,7 +20,7 @@ theme: features: - content.code.annotate - navigation.top - # - navigation.instant + - navigation.instant - navigation.expand - navigation.sections - navigation.tabs @@ -48,8 +48,9 @@ extra_css: - assets/stylesheets/custom.css extra_javascript: - assets/js/extra.js -repo_url: https://github.com/hay-kot/mealie +repo_url: https://github.com/hay-kot/mealie/ repo_name: hay-kot/mealie +edit_uri: edit/mealie-next/docs/docs/ nav: - Home: "index.md"