docs: add doc site banner and fix corrupted image files (#2156)

This commit is contained in:
Geoff Bourne
2023-05-29 13:33:59 -05:00
committed by GitHub
parent 1932f0cfd4
commit adeee3135f
16 changed files with 31 additions and 10 deletions
+5 -6
View File
@@ -6,8 +6,10 @@
[![](https://img.shields.io/badge/Donate-Buy%20me%20a%20coffee-orange.svg)](https://www.buymeacoffee.com/itzg)
[![Documentation Status](https://readthedocs.org/projects/docker-minecraft-server/badge/?version=latest)](https://docker-minecraft-server.readthedocs.io/en/latest/?badge=latest)
## [View the full documentation](https://docker-minecraft-server.readthedocs.io/)
[![](docs/img/docs-banner.png)](https://docker-minecraft-server.readthedocs.io/)
<details>
<summary>Expand to see deprecated docs sections -- soon will be removed</summary>
## Intro
@@ -25,12 +27,9 @@ where, in this case, the standard server port 25565, will be exposed on your hos
> Be sure to always include `-e EULA=TRUE` in your commands and container definitions, as Mojang/Microsoft requires EULA acceptance.
> **DO NOT** port forward RCON on 25575 without first setting `RCON_PASSWORD` to a secure value. It is highly recommended to only use RCON within the container, such as with `rcon-cli`.
> **DO NOT** port forward RCON on 25575 without first setting `RCON_PASSWORD` to a secure value. It is highly recommended to only use RCON within the container, such as with `rcon-cli`.
By default, the container will download the latest version of the "vanilla" [Minecraft: Java Edition server](https://www.minecraft.net/en-us/download/server) provided by Mojang. The [`VERSION`](#versions) and the [`TYPE`](#server-types) can be configured to create many variations of desired Minecraft server.
<details>
<summary>Expand to see deprecated docs sections -- soon will be removed</summary>
By default, the container will download the latest version of the "vanilla" [Minecraft: Java Edition server](https://www.minecraft.net/en-us/download/server) provided by Mojang. The [`VERSION`](#versions) and the [`TYPE`](#server-types) can be configured to create many variations of desired Minecraft server.
## Looking for a Bedrock Dedicated Server