Hosted at docs.getmonero.org
Find a file
plowsof 8f9d118def Improvements/Updates
- add default material theme config options
- add privacy + tables plugin
- add i18n plugin + locales
- replace 404.html with template
- add favicon

- change repo/site links to monero-project/getmonero
Co-authored-by: nahuhh <50635951+nahuhh@users.noreply.github.com>
2024-08-02 20:36:08 +01:00
assets Deployed 1d553a8 with MkDocs version: 0.17.2 2017-12-23 02:35:59 +01:00
docs Improvements/Updates 2024-08-02 20:36:08 +01: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 Improvements/Updates 2024-08-02 20:36:08 +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

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