https://github.com/commandapi/docs
Holds the documentation for the CommandAPI
https://github.com/commandapi/docs
Last synced: 5 months ago
JSON representation
Holds the documentation for the CommandAPI
- Host: GitHub
- URL: https://github.com/commandapi/docs
- Owner: CommandAPI
- License: mit
- Created: 2024-11-21T07:18:02.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-25T18:14:50.000Z (7 months ago)
- Last Synced: 2025-07-23T02:44:19.040Z (6 months ago)
- Language: Kotlin
- Homepage: https://docs.commandapi.dev/
- Size: 11.5 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.