Added MkDocs support
This commit is contained in:
parent
03d2482bd0
commit
2c18e0e6b7
4 changed files with 13 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
||||||
# CoreProtect
|
# CoreProtect
|
||||||
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
|
CoreProtect is a blazing fast data logging and anti-griefing tool for Minecraft servers.
|
||||||
|
|
||||||
|
Documentation: [docs.coreprotect.net](http://docs.coreprotect.net).
|
||||||
7
docs/index.md
Normal file
7
docs/index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
# Welcome to the CoreProtect Documentation
|
||||||
|
|
||||||
|
For more information about CoreProtect, visit [coreprotect.net](http://coreprotect.net).
|
||||||
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
|
This project is still under development, and is not yet ready for testing or contributions.
|
||||||
3
mkdocs.yml
Normal file
3
mkdocs.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
site_name: CoreProtect Documentation
|
||||||
|
theme: readthedocs
|
||||||
|
repo_url: https://github.com/PlayPro/CoreProtect
|
||||||
1
requirements.txt
Normal file
1
requirements.txt
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
mkdocs
|
||||||
Loading…
Add table
Add a link
Reference in a new issue