This repository contains the official documentation for Salvium, a privacy-focused cryptocurrency. It is built using MkDocs with the Material for MkDocs theme.
- Python 3.x
- pip
git clone https://github.com/salvium/salvium_docs.git
cd salvium_docs
pip install -r requirements.txt
mkdocs serveThen visit http://127.0.0.1:8000 in your browser to preview the site.
To generate the static site:
mkdocs buildThe output will be in the site/ directory.
The site is deployed via GitHub Pages at:
Ensure your mkdocs.yml file is configured with the correct site_url and theme settings.
- Fork this repository
- Create a new branch (
git checkout -b feature/your-feature) - Make your changes
- Commit (
git commit -m "Describe your changes") - Push and open a Pull Request
This project is licensed under the MIT License. See the LICENSE file for details.