Skip to content

This is the code that hosts our docusaurus wiki.

Notifications You must be signed in to change notification settings

BotWithUs/BwuWiki

Repository files navigation

Website

This project hosts the BotWithUs Wiki, containing documentation for our RS3 bot. This website is built using Docusaurus 2, a modern static website generator. Here are the Docusuarus markdown docs

Contributing

In order to contribute to our wiki, please either fork our repo or create a branch, and make a pull request to the master branch of this repo. Once we review and approve it, the changes will go live to the site in minutes.

Honorable Mentions

Thank you @dea.d for providing a great jump start to this project.

Installation

This project requires that you have NPM 18+ installed.

Copy this repo, if you haven't already

git clone https://github.com/BotWithUs/BwuWiki.git

Once NPM is installed, make sure to install yarn, the package manager for this project.

npm install --global yarn

Then, from the root of this project, to install this projects dependencies:

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. When you save changes in the files (like the markdown files for the wiki, they should reflect automatically in your local browser)

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service. You dont really need this to contribute, its relevant to hosting the wiki.

About

This is the code that hosts our docusaurus wiki.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published