2023-05-28 17:55:47 +00:00
|
|
|
---
|
2023-05-28 21:14:57 +00:00
|
|
|
site_name: Minecraft Server on Docker (Java Edition)
|
2023-08-30 03:01:34 +00:00
|
|
|
site_url: https://docker-minecraft-server.readthedocs.io/en/latest/
|
2023-05-28 17:55:47 +00:00
|
|
|
site_description: Documentation for Minecraft Server on Docker
|
2023-05-28 18:41:01 +00:00
|
|
|
repo_url: https://github.com/itzg/docker-minecraft-server
|
|
|
|
edit_uri: blob/master/docs/
|
2023-05-28 17:55:47 +00:00
|
|
|
theme:
|
|
|
|
name: material
|
|
|
|
features:
|
|
|
|
- navigation.tracking
|
|
|
|
- navigation.tabs
|
|
|
|
- navigation.tabs.sticky
|
|
|
|
- navigation.sections
|
|
|
|
- navigation.expand
|
|
|
|
- navigation.top
|
|
|
|
- navigation.indexes
|
|
|
|
locale: en
|
|
|
|
|
|
|
|
highlightjs: true
|
|
|
|
hljs_languages:
|
|
|
|
- yaml
|
|
|
|
- bash
|
|
|
|
- java
|
|
|
|
- docker
|
|
|
|
- shell
|
|
|
|
- json
|
|
|
|
|
|
|
|
extra_css:
|
|
|
|
- css/extra.css
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- toc:
|
2023-05-28 21:14:57 +00:00
|
|
|
permalink: true
|
2023-05-28 17:55:47 +00:00
|
|
|
- attr_list
|
|
|
|
- def_list
|
|
|
|
- tables
|
|
|
|
- pymdownx.emoji:
|
|
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|
|
|
|
- pymdownx.highlight:
|
|
|
|
anchor_linenums: true
|
|
|
|
line_spans: __span
|
|
|
|
pygments_lang_class: true
|
|
|
|
- pymdownx.inlinehilite
|
|
|
|
- pymdownx.details
|
|
|
|
- pymdownx.snippets
|
|
|
|
- pymdownx.superfences
|
|
|
|
- mdx_gh_links:
|
|
|
|
user: camalot
|
|
|
|
repo: mkdocs-test
|
|
|
|
- mkdocs-click
|
|
|
|
copyright: Copyright © itzg 2023.
|
|
|
|
plugins:
|
|
|
|
- search
|
|
|
|
- autorefs
|
|
|
|
- mkdocstrings:
|
|
|
|
handlers:
|
|
|
|
python:
|
|
|
|
options:
|
|
|
|
docstring_section_style: list
|
|
|
|
members_order: source
|
|
|
|
show_root_heading: true
|
|
|
|
show_source: false
|
|
|
|
show_signature_annotations: true
|
|
|
|
# https://github.com/ultrabug/mkdocs-static-i18n
|
|
|
|
- i18n:
|
|
|
|
languages:
|
2023-08-30 03:01:34 +00:00
|
|
|
- locale: en
|
2023-05-28 17:55:47 +00:00
|
|
|
name: English
|
|
|
|
build: true
|
2023-08-30 03:01:34 +00:00
|
|
|
default: true
|
|
|
|
- literate-nav:
|
|
|
|
nav_file: README.md
|
|
|
|
implicit_index: true
|