This is the public repository of the DragonRuby documentation. The documentation is built using Docsify.
You can find the latest version of the documentation at https://dragonruby-docs.github.io/. This repository is only needed if you want to contribute to the documentation.
- Install nodejs and npm (https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- Run
npm install
in the root directory of this repo - Run
npm run docs
to start the local server
- Fork this repository under your own account
- Make your changes into a new branch
- Run the documentation locally to check your changes
- Create a pull request to this repository