https://github.com/safe-stack/docs
https://github.com/safe-stack/docs
Last synced: about 15 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/safe-stack/docs
- Owner: SAFE-Stack
- License: mit
- Created: 2018-04-08T18:27:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-01T09:25:54.000Z (6 months ago)
- Last Synced: 2025-08-01T11:52:54.533Z (6 months ago)
- Language: HTML
- Homepage: https://safe-stack.github.io/docs/
- Size: 4.42 MB
- Stars: 145
- Watchers: 11
- Forks: 72
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: docs/support.md
Awesome Lists containing this project
README
# Documentation for SAFE Stack.
[](https://travis-ci.com/SAFE-Stack/docs)
### How to build
1. Install `mkdocs` - http://www.mkdocs.org/
2. Install material theme - `pip install mkdocs-material`
3. To preview run `mkdocs serve`
4. To release run `mkdocs gh-deploy`