add docs searching

This commit is contained in:
Lee
2024-04-21 02:17:51 +01:00
parent dbed53efe4
commit ebdaf623d9
11 changed files with 234 additions and 31 deletions

19
documentation/home.md Normal file
View File

@ -0,0 +1,19 @@
---
title: Home
summary: Welcome to the Minecraft Utilities documentation! Here you can find information on how to use the various features of the API.
---
# Getting Started
This is still a work in progress, so please be patient as we continue to add more documentation.
## Libraries
We offer a few different libraries for different languages to help you get started with the Minecraft Utilities plugin.
- [Java](/docs/libraries/java)
- [JavaScript](/docs/libraries/javascript)
## API
You can view our Postman collection [here](https://www.postman.com/imfascinated/workspace/minecraft-utilities) to see all the available endpoints and how to use them.