Hosted at docs.getmonero.org
Find a file
2024-08-11 23:28:36 +01:00
docs i18n/weblate/po4a skeleton/base 2024-08-11 23:28:36 +01:00
images Deployed 91a9fab with MkDocs version: 0.17.2 2017-12-22 23:22:35 +01:00
po i18n/weblate/po4a skeleton/base 2024-08-11 23:28:36 +01:00
weblate i18n/weblate/po4a skeleton/base 2024-08-11 23:28:36 +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 Improvements/Updates 2024-08-02 20:36:08 +01:00
Dockerfile_coolify add dockerfile for coolify previews 2024-08-02 20:36:46 +01:00
LICENSE Add running-node/open-remote-node-tor-onion 2021-01-15 12:09:51 +01:00
mkdocs.yml Improvements/Updates 2024-08-02 20:36:08 +01:00
README.md Add README.md with MoneroDocs local setup guide 2021-11-14 17:17:16 -06:00
requirements.txt pip freeze > requirements.txt 2024-08-02 20:36:46 +01: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