Move to MkDocs Wiki setup

This commit is contained in:
Andre601
2024-01-13 15:59:50 +01:00
parent 06579f44c7
commit 373f2fa92b
33 changed files with 9054 additions and 8642 deletions

18
docs/index.md Normal file
View File

@@ -0,0 +1,18 @@
![placeholderapi_logo](assets/img/wiki-logo.png){ align="center" }
This wiki gives you information on how to create placeholders in your plugin that can be used in other plugins, how to use other placeholders inside your plugin, or how to make an expansion.
It also has a community-curated list of all available Placeholder expansions and their placeholders.
## Navigation
- [Commands](commands.md)
- User Guide
- [Using Placeholders](users/using-placeholders.md)
- [Placeholder List](users/placeholder-list.md)
- [Plugins using PlaceholderAPI](users/plugins-using-placeholderapi.md)
- Dev Guide
- [Using PlaceholderAPI](developers/using-placeholderapi.md)
- [Making a PlaceholderExpansion](developers/creating-a-placeholderexpansion.md)
- [eCloud](developers/expansion-cloud.md)
- [Common Issues](common-issues.md)
- [FAQ](faq.md)