Hosted at docs.getmonero.org
Find a file
plowsof 2ed6fca657 cleanup
- remove material submodule
- remove unused files
2024-08-01 20:46:46 +01:00
docs Merge pull request #58 from HardenedSteel/patch-1 2023-06-18 08:58:35 +00:00
images Deployed 91a9fab with MkDocs version: 0.17.2 2017-12-22 23:22:35 +01:00
.gitignore Add public directory to .gitignore 2021-11-15 08:47:02 +01:00
.gitmodules cleanup 2024-08-01 20:46:46 +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