Skip to content

dan-is-not-the-man/monero-docs

 
 

Repository files navigation

Monero Docs

This repository contains source files of official Monero documentation hosted at docs.getmonero.org.

Structure

This repository uses Jekyll and just-the-docs.

To build the project locally, you have to do the following steps:

  • Install Ruby from your package manager
  • Install Jekyll and Bundler: gem install jekyll bundler
  • Install dependencies: bundle install
  • Build and serve the project: bundle exec jekyll serve

After all these, it should be running on port 4000 locally by default.

Changes

Changes and contributing is very welcomed in this repository. To contribute, fork and make a pull request to the master branch including your changes. Please ask the community or create a discussion before making macro-level changes.

License

The source files, documentation and assets are copyrighted under BSD 3-Clause "New" or "Revised" License.

About

Hosted at docs.getmonero.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.5%
  • HTML 29.5%