1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-05 21:45:25 +02:00

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
This commit is contained in:
zierbeek 2022-05-02 18:35:31 +02:00 committed by GitHub
parent d6e2b4ab85
commit 5111a440ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View file

@ -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"