https://github.com/mc-xiaohei/commandapi-docs
Holds the documentation for the CommandAPI
https://github.com/mc-xiaohei/commandapi-docs
Last synced: 6 months ago
JSON representation
Holds the documentation for the CommandAPI
- Host: GitHub
- URL: https://github.com/mc-xiaohei/commandapi-docs
- Owner: CommandAPI
- License: mit
- Created: 2024-11-21T07:18:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T21:04:20.000Z (9 months ago)
- Last Synced: 2025-06-02T06:08:07.187Z (8 months ago)
- Language: Kotlin
- Homepage: https://docs.commandapi.dev/
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docs
Documentation for CommandAPI.
## How to build
### Build website
```bash
yarn install
```
```bash
yarn docs:build
```
### Verify reference code
```bash
cd reference-code
./gradlew build
```
## License
All things in this repository **EXCEPT** `docs/.vitepress/theme/author/PageAuthors.vue` (this file is licensed under CC BY-NC-SA 4.0 License) is licensed under MIT License.