https://github.com/rahuletto/simplydjs-docs
Documentation for simplyd.js.org website. Edit this and that will be reflected to the official docs
https://github.com/rahuletto/simplydjs-docs
documentation
Last synced: 11 months ago
JSON representation
Documentation for simplyd.js.org website. Edit this and that will be reflected to the official docs
- Host: GitHub
- URL: https://github.com/rahuletto/simplydjs-docs
- Owner: Rahuletto
- Created: 2021-08-30T12:28:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-07-08T06:39:01.000Z (almost 3 years ago)
- Last Synced: 2025-07-30T09:47:42.349Z (11 months ago)
- Topics: documentation
- Language: CSS
- Homepage: https://simplyd.js.org
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The simplest way to build complex Discord bots.
Made by Rahuletto#0243
---
[](https://www.npmjs.com/package/simply-djs)
[](https://www.npmjs.com/package/simply-djs)
[](https://www.codefactor.io/repository/github/rahuletto/simply-djs/overview/v4.x.x)
[](https://simplyd.js.org)
[](https://discord.gg/3JzDV9T5Fn)
[](https://discord.gg/3JzDV9T5Fn)
## What is this ?
- ### This is the official documentation for simply-djs package
- - This documentation uses Meta's Docusaurus framework (Uses React)
- - This is fully made with **Markdown** and **CSS**
- - The one who contributes don't need to be a Html/CSS pro.
- - This is not meant to be forked and be modified. (as it doesn't have any license)
## How to
Edit/Change the text
## It is just a normal `Markdown` file.
It's very identical to a normal `.txt` (text) file with some spicyness
> Just don't ! Edit ! the CSS !
# Editing
Lets say you have to edit some specific file
- ### Create a fork
- ### Go to `docs` folder and select a category folder
- ### Choose your desired file
- ### Edit it ;)
- ### After finishing, Create a pull request
- ### We will take care about it after then.
Add new function ?
### As per Docusaurus, Every file inside a folder runs as a route.
Can't understand ? Me neither ;>
#### Lets say, We have a file named `toRgb` inside `misc` folder.
So when its publically available, you can use `https://simplyd.js.org/docs/misc/torgb.md` url.
Where
- #### **misc** is the `folder` and
- #### **torgb.md** is the `file` (with extension)
So you can create a `{name}` inside its category to make it work
Maintain the sidebar ?
## Don't worry
### Docusaurus automatically adds new files to the sidebar.