Skip to content

Latest commit

 

History

History
78 lines (69 loc) · 2.75 KB

File metadata and controls

78 lines (69 loc) · 2.75 KB

MELON DOCS

Gitpod Ready-to-Code Netlify Status

I'm here working hard on MELON, if you're new to MELON's user experience, try seeing the docs for some help and too se what melon can do

You can add MELON to your server by using this link

Introduction

Melon is a discord bot made to make moderation and administration really easy and simple.

  • Utility

Melon comes with some powerful and useful utility commands

  • Custom Commands

Melon comes with the ability to create powerful custom commands through the usage of tag blocks

  • Leveling

Melon comes with a powerful leveling system for free

Installation

You can use this repo as a template for your project/documentation website with the steps shown below:

npm install # install the npm packages
npm build # build the repo
npx http-server ./build # check out the build file in your localhost, default port is 3000
npm start # test and check out the repo in your localhost, default port is 3000

File tree:

@japandotorg/melon-docs
├── docs
|   ├── custom commands
|   |   ├── _category_.json
|   |   ├── page1.md
|   |   ├── page2.md
|   |   ├── page3.md
|   |   ├── page4.md
|   |   └── page5.md
|   ├── leveler
|   |   ├── _category_.json
|   |   └── page1.mdx
|   ├── lockdown
|   |   ├── _category_.json
|   |   ├── page1.md
|   |   └── page2.md
|   └── intro.md
├── plugins
|   └── case-sensitive-paths
|       └── index.js
├── scripts
|   ├── cli2md.py
|   ├── include_stdlib.py
|   └── requirements.txt
├── src
|   ├── components
|   |   ├── BrowserWindow
|   |   |   ├── index.tsx
|   |   |   └──  styles.module.css
|   |   ├── ColorGenerator
|   |   |   ├── index.tsx
|   |   |   └──  styles.module.css
|   |   ├── version
|   |   |   ├── Container.js
|   |   |   ├── GridBlock.js
|   |   |   └──  MarkdownBlock.js
|   |   ├── HomepageFeatures.js
|   |   └── HomepageFeatures.module.css
|   ├── css
|   |   └── custom.css