Hosted at docs.getmonero.org
Find a file
Justin Ehrenhofer 71e6b09e02 Add 5 commands
--proxy with good description.

--rpc-payment commands with descriptions straight from command line.

Change title of Monero network for clarity that it's for picking which blockchain to use.
2022-10-04 16:34:45 -05:00
assets Deployed 1d553a8 with MkDocs version: 0.17.2 2017-12-23 02:35:59 +01:00
docs Add 5 commands 2022-10-04 16:34:45 -05:00
images Deployed 91a9fab with MkDocs version: 0.17.2 2017-12-22 23:22:35 +01:00
mkdocs-material@ee2dba698e Replace upstream mkdocs-material submodule with our slightly modified fork 2021-11-15 09:54:48 +01:00
search Fix more instances of then vs than 2022-02-16 23:06:44 -05:00
.editorconfig Add monero-blockchain-export reference 2018-11-02 13:41:32 +01:00
.gitignore Add public directory to .gitignore 2021-11-15 08:47:02 +01:00
.gitmodules Replace upstream mkdocs-material submodule with our slightly modified fork 2021-11-15 09:54:48 +01:00
404.html Deployed 2df4c4c with MkDocs version: 0.17.2 2017-12-23 02:39:20 +01:00
LICENSE Add running-node/open-remote-node-tor-onion 2021-01-15 12:09:51 +01:00
mkdocs.yml Add dark theme 2021-11-16 11:13:32 -05:00
README.md Add README.md with MoneroDocs local setup guide 2021-11-14 17:17:16 -06:00

MoneroDocs

About

Monerodocs attempts to organize basic technical knowledge on Monero in one place.

While technical explanations are out there, knowledge is scattered through reddit posts, git comments, stack exchange answers, chat logs and the source code. This makes it hard to find complete and up-to-date explanations on advanced topics.

The goal is to educate and onboard power users faster.

Contributing

To contribute to MoneroDocs, you'll need to setup your local Mkdocs-Material environment:

# Fork the monerodocs/md Github repo

# Clone your newly created repo- be sure to include the submodule flag
git clone --recurse-submodules git@github.com:your-user-name/md.git

cd md

# Install mkdocs dependencies
pip install mkdocs-material mkdocs-minify-plugin

# Run the documentation server locally
python3 -m mkdocs serve