An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



The simplest way to build complex Discord bots.


Made by Rahuletto#0243

---


[![Version](https://img.shields.io/npm/v/simply-djs.svg?style=for-the-badge)](https://www.npmjs.com/package/simply-djs)
[![Downloads](https://img.shields.io/npm/dt/simply-djs?style=for-the-badge)](https://www.npmjs.com/package/simply-djs)
[![CodeFactor](https://www.codefactor.io/repository/github/rahuletto/simply-djs/badge/v4.x.x?style=for-the-badge)](https://www.codefactor.io/repository/github/rahuletto/simply-djs/overview/v4.x.x)

[![Documentation](https://img.shields.io/badge/SimplyDJS-Documentation-406dbc?style=for-the-badge)](https://simplyd.js.org)
[![Support](https://img.shields.io/badge/Discord-Support-5865F2?style=for-the-badge&logo=discord)](https://discord.gg/3JzDV9T5Fn)

[![Support](https://invidget.switchblade.xyz/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.