The home for all things Slabserver—our community's landing page, documentation, Transparency Reports, and more. This repository is built with Material for MkDocs, hosted on GitHub Pages, and lovingly crafted for you.
Want to contribute? If you notice something missing, unclear, or in need of improvement, simply fork the repository, make your changes, and submit a pull request for us to review.
Before running this project locally, ensure the following are installed on your system:
- Python 3
- Pip (included with most Python 3 installations)
- Follow the Material for MkDocs installation guide
- Install the
mkdocs-glightbox
plugin, used for enlarging imagespip install mkdocs-glightbox
- Navigate to the project directory in your terminal
- Run
mkdocs serve
from your terminal to build and serve the site - In your browser, visit the local server URL provided in the terminal output