OpenMiner/mkdocs.yml

40 lines
1.2 KiB
YAML
Raw Permalink Normal View History

site_name: OpenMiner
nav:
- 'Home': 'index.md'
2020-03-12 14:28:51 -07:00
- 'C++ classes in Lua': 'lua-api-cpp.md'
- 'Lua: Core API':
- 'openminer': 'lua-api-core.md'
- 'Lua: Mod API':
- 'Overview': 'lua-api-mod.md'
- 'Biome': 'lua-api-biome.md'
- 'Block': 'lua-api-block.md'
- 'Dimension': 'lua-api-dimension.md'
2020-05-20 04:38:09 -07:00
- 'Entity': 'lua-api-entity.md'
2020-03-12 14:28:51 -07:00
- 'Item': 'lua-api-item.md'
2020-06-18 18:39:58 -07:00
- 'Key': 'lua-api-key.md'
2020-03-12 14:28:51 -07:00
- 'Recipe': 'lua-api-recipe.md'
- 'Sky': 'lua-api-sky.md'
- 'Tree': 'lua-api-tree.md'
- 'Lua: GUI API':
- 'Overview': 'lua-api-gui.md'
2020-03-12 15:38:34 -07:00
- 'Crafting widget': 'lua-api-gui-crafting.md'
- 'Image': 'lua-api-gui-image.md'
- 'Inventory data': 'lua-api-gui-inventory-data.md'
- 'Inventory widget': 'lua-api-gui-inventory.md'
- 'Progress bar': 'lua-api-gui-progress-bar.md'
- 'Scroll bar': 'lua-api-gui-scroll-bar.md'
- 'Text input': 'lua-api-gui-text-input.md'
2020-06-19 08:18:18 -07:00
- 'Misc':
- 'Network Protocol': 'network-protocol.md'
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- lua
2020-06-19 08:18:18 -07:00
extra_javascript:
- script.js