1
0
Fork
You've already forked docs
0
(GitHub Mirror) Documentation for the Sandstorm platform
2026年05月16日 20:14:49 -05:00
.github/workflows Push gwpages to a grain 2026年05月16日 16:43:20 -05:00
docs Move AD tutorial images 2026年05月16日 20:14:49 -05:00
.gitattributes Initial commit 2026年05月16日 15:19:08 -05:00
LICENSE Initial commit 2026年05月16日 15:19:08 -05:00
mkdocs.yml Initial commit 2026年05月16日 15:19:08 -05:00
README.md Move a couple images locally 2026年05月16日 17:10:51 -05:00
requirements.txt Initial commit 2026年05月16日 15:19:08 -05:00

How to view these docs

https://docs.sandstorm.org/

How to edit these docs

Run the following.

sudo apt-get install -y virtualenv
cd ~/projects/sandstorm
virtualenv tmp/docs-virtualenv
tmp/docs-virtualenv/bin/pip install -r docs/requirements.txt
tmp/docs-virtualenv/bin/mkdocs serve

Then visit http://localhost:8000/

Deployment options

  • docs.sandstorm.org is published by Cloudflare Pages with the following build step:
mkdir -p site && chmod +x ./docs/generate.sh && ./docs/generate.sh -d site
  • The docs-prod Action publishes to a GitWeb grain, which can use static web publishing.