KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
docs.slicervm.com
★ 13
Open GitHub ↗
Slicer docs
Download README (.md)
Explore Similar Repositories
agents-of-matrix
:
Sua coletania de agentes para Claude.ai
jiomart-coupon-checker
:
(Under Development) A simple web app that generates JioMart coupon codes.
my-linktree
:
A living, breathing digital business card for Muhammad Dhiyaul Atha – minimal, elegant, and luxurious.
1pass
:
No description available.
polars-genson
:
A Polars plugin for JSON schema inference from string columns using genson-rs.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
docs.slicervm.com
?
Download (.md)
# Slicer documentation ## README for docs site maintenance This file is only for working on the documentation site. ## Development setup Install documentation dependencies: ```bash pip install -r requirements.txt ``` Run the docs site locally: ```bash mkdocs serve ``` Or run in Docker: ```bash docker run --rm -it -p 8000:8000 -v `pwd`:/docs squidfunk/mkdocs-material:latest ``` Docs are available at `http://127.0.0.1:8000`. ## Contributing See the [contribution guide](./CONTRIBUTING.md). All commits must be signed-off with `git commit --sign-off`.