Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 965 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 965 Bytes

Discord Bot Builder Documentation (DBB)

This Page will explain how to use Discord Bot Builder, also includes Tutorials how to use Special Functions!


This Readme is kinda unnecessary, but it is here for the people that want to read it.

You are allowed to commit Changes by Cloning the Repo, Editing it, and then creating a Pull Request.

How to run the Docs locally

  1. Clone the Repo
  2. You need to have Python3 Installed!
  3. Run pip install mkdocs-material mkdocs-glightbox mkdocs-video
  4. Run mkdocs serve to start a Live Server

How to contribute

  1. Fork the Repo
  2. Clone the Repo
  3. Make your Changes
  4. Create a Pull Request
  5. Wait for it to get merged
  6. Done!

How to add a new Page

  1. Create a new Markdown File in the docs Folder with the Name of the Page
  2. Add the Page to the mkdocs.yml File
    • This is done by adding a new Line to the nav Section at the very Bottom
  3. Done!

This page was created by @XCraftTM on Discord!