Hosted at docs.getmonero.org
Find a file
2024-07-23 00:23:14 +03:00
assets create just-the-docs project 2024-07-21 13:18:20 +03:00
docs/cryptography add wallet generation 2024-07-23 00:23:14 +03:00
.gitignore create just-the-docs project 2024-07-21 13:18:20 +03:00
404.html create just-the-docs project 2024-07-21 13:18:20 +03:00
_config.yml add wallet generation 2024-07-23 00:23:14 +03:00
about.markdown create just-the-docs project 2024-07-21 13:18:20 +03:00
Gemfile create just-the-docs project 2024-07-21 13:18:20 +03:00
Gemfile.lock create just-the-docs project 2024-07-21 13:18:20 +03:00
index.markdown add wallet generation 2024-07-23 00:23:14 +03:00
LICENSE.md add readme and license 2024-07-21 13:40:52 +03:00
README.md add readme and license 2024-07-21 13:40:52 +03:00

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.