Welcome to the OtterDocs GitHub repository! OtterDocs is a comprehensive resource for tutorials, documentation, and support for game servers and related topics, built with MkDocs.
This repository is the home for the source code of the OtterDocs website. Anyone is welcome to contribute to the development of the site by submitting pull requests.
- Fork the repository to your own GitHub account.
- Clone the repository to your local machine.
- Install the dependencies by running
pip install -r requirements.txt
. - Start the development server by running
mkdocs serve
.
We welcome contributions to OtterDocs from anyone. If you have an idea for a tutorial, documentation, or other resource that would be valuable to the community, we encourage you to submit a pull request.
Before submitting a pull request, please make sure to:
- Test your changes thoroughly.
- Follow the code style of the project.
- Write clear and concise commit messages.
- Submit only one change per pull request.
Thank you for considering contributing to OtterDocs!
OtterDocs is released under the MIT License.