Hello! Welcome to our official documentation repository.
If you'd like to read our documentation, please head to doc.ccommandbot.com.
If you'd like to contribute, here's how:
For small edits to a few files, you can navigate to the page you want to edit, scroll down and click the Improve This Page! button.
After making your changes, click the Commit changes button.
This will automatically fork the repository and create a new branch for your edit.
Finally, click the Open Pull Request button to submit your changes for review.
For larger changes involving many files, we recommend using your IDE and the dev server so you can preview how everything will look.
Git,
Node.js >=22.18.0 or Docker Desktop
1. Fork this repository
2. Clone your forked repository to your device:
git clone https://github.com/YOUR_USERNAME/ccdocOr using SSH:
git clone git@github.com:YOUR_USERNAME/ccdoc.git3. Install dependencies:
npm i4. Start the dev server and go to localhost:8080:
npm run dev3. Start the Docker server and go to localhost:8080:
docker compose upAfter your changes are done, you need to update your fork.
1. Add all files for commit:
git add .2. Commit with your message:
git commit -m "Updated category Member"3. Push changes to your fork:
git pushTo send these changes for review, open your cloned fork on GitHub and click the Open Pull Request button.