Respackopts/mkdocs.yml

29 lines
801 B
YAML
Raw Normal View History

2021-09-09 17:20:14 +02:00
site_name: respackopts docs
2021-09-09 17:22:08 +02:00
site_url: https://jfmods.gitlab.io/respackopts
2021-09-15 15:17:32 +02:00
theme:
name: readthedocs
hljs_languages:
- glsl
2021-09-09 17:20:14 +02:00
site_dir: public
2021-09-15 15:17:32 +02:00
repo_url: https://gitlab.com/jfmods/respackopts
site_description: Documentation for the respackopts config engine for minecraft resource and data packs
2021-09-15 15:17:32 +02:00
site_author: JFronny
nav:
- 'README.md'
- 'Setting up':
- 'MainConfig.md'
- 'AdvancedConfig.md'
2021-09-15 15:17:32 +02:00
- 'Translations.md'
- 'Debugging.md'
2021-09-15 15:17:32 +02:00
- 'Select files':
- 'ToggleFiles.md'
- 'ToggleFilesWithFallback.md'
- 'MultipleFileSelection.md'
- 'Additional':
- 'AdvancedConditions.md'
2021-10-03 19:26:26 +02:00
- 'Shaders.md'
- 'Migrations.md'
2021-09-15 15:17:32 +02:00
- 'Old wiki':
- About: 'old/README.md'
- conditional: 'old/conditional.md'
- expand: 'old/expand.md'