mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04: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:
		| @@ -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. | You need to replace `username` and `password` with the login information for your mealie instance. | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| 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. | 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. | ||||||
|  |  | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| site_name: Mealie | 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/ | site_url: https://hay-kot.github.io/mealie/ | ||||||
| use_directory_urls: true | use_directory_urls: true | ||||||
| theme: | theme: | ||||||
| @@ -20,7 +20,7 @@ theme: | |||||||
|   features: |   features: | ||||||
|     - content.code.annotate |     - content.code.annotate | ||||||
|     - navigation.top |     - navigation.top | ||||||
|     # - navigation.instant |     - navigation.instant | ||||||
|     - navigation.expand |     - navigation.expand | ||||||
|     - navigation.sections |     - navigation.sections | ||||||
|     - navigation.tabs |     - navigation.tabs | ||||||
| @@ -48,8 +48,9 @@ extra_css: | |||||||
|   - assets/stylesheets/custom.css |   - assets/stylesheets/custom.css | ||||||
| extra_javascript: | extra_javascript: | ||||||
|   - assets/js/extra.js |   - 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 | repo_name: hay-kot/mealie | ||||||
|  | edit_uri: edit/mealie-next/docs/docs/ | ||||||
|  |  | ||||||
| nav: | nav: | ||||||
|   - Home: "index.md" |   - Home: "index.md" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user