This repository contains the official documentation for SecondRide.
Visit our live documentation at: https://docs.second-ride.de
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtmkdocs serveOpens at: http://localhost:8000
mkdocs buildGenerates static files in site/ directory.
docs/ # Documentation content
├── index.md # Homepage
├── guides/ # User guides
├── api/ # API documentation
├── faq/ # Frequently asked questions
└── ...
mkdocs.yml # MkDocs configuration
requirements.txt # Python dependencies
We welcome contributions to improve our documentation:
- Fork this repository
- Edit
.mdfiles in thedocs/folder - Preview changes locally with
mkdocs serve - Submit a pull request with your improvements
Changes to the main branch are automatically deployed to the live site.
For questions about SecondRide or this documentation:
- Browse the FAQ section
- Contact support through the SecondRide platform