https://github.com/discord4j/documentation
The official Discord4J documentation website.
https://github.com/discord4j/documentation
discord4j documentation
Last synced: about 1 year ago
JSON representation
The official Discord4J documentation website.
- Host: GitHub
- URL: https://github.com/discord4j/documentation
- Owner: Discord4J
- Created: 2020-11-28T19:47:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-26T16:06:08.000Z (about 1 year ago)
- Last Synced: 2025-04-26T17:18:50.244Z (about 1 year ago)
- Topics: discord4j, documentation
- Language: JavaScript
- Homepage: https://docs.discord4j.com/
- Size: 1.61 MB
- Stars: 6
- Watchers: 4
- Forks: 17
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# documentation
[](https://discord.gg/d4j)
[](https://app.netlify.com/sites/discord4j-docs/deploys)
This is the repository for all the documentation for Discord4J. Content in this
repository is published to [docs.discord4j.com](https://docs.discord4j.com).
The website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.
## Installation
```console
yarn install
```
## Local Development
```console
yarn start
```
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
## Build
```console
yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
## Deployment
```console
GIT_USER= USE_SSH=true yarn deploy
```
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.