https://github.com/blockstreamresearch/simplicity-lang-org
Simplicity Documentation Site
https://github.com/blockstreamresearch/simplicity-lang-org
Last synced: 7 months ago
JSON representation
Simplicity Documentation Site
- Host: GitHub
- URL: https://github.com/blockstreamresearch/simplicity-lang-org
- Owner: BlockstreamResearch
- Created: 2025-08-31T15:42:31.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T12:34:41.000Z (7 months ago)
- Last Synced: 2025-09-16T14:39:12.540Z (7 months ago)
- Language: Dockerfile
- Homepage:
- Size: 804 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
## Simplicity Docs
The site is built on `Material for MkDocs`
Building
```bash
# Install dependencies
pip install -r requirements.txt
# Serve locally with hot reload
mkdocs serve
# Build for production
python -m mkdocs build
```