https://github.com/computestacks/docs
ComputeStacks Documentation
https://github.com/computestacks/docs
Last synced: 3 months ago
JSON representation
ComputeStacks Documentation
- Host: GitHub
- URL: https://github.com/computestacks/docs
- Owner: ComputeStacks
- Created: 2020-07-16T18:20:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T03:18:09.000Z (about 4 years ago)
- Last Synced: 2025-02-27T22:04:24.822Z (over 1 year ago)
- Language: HTML
- Homepage: https://docs.computestacks.com
- Size: 8.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ComputeStacks Public Documentation
This repo is the source for the [ComputeStacks Documentation](https://docs.computestacks.com) website.
## Running Locally
Please see the [mkdocs installation](https://www.mkdocs.org/#installation) for instructions on how to install `mkdocs` locally.
```bash
pip install -r requirements.txt
mkdocs serve
```
_Upgrade with:_ `pip install -r requirements.txt -U`
## Building & Deploying
```bash
mkdocs gh-deploy
```
## Credits
This site uses the following components:
* [mkdocs](https://github.com/mkdocs/mkdocs)
* [mkdocs-material](https://github.com/squidfunk/mkdocs-material)
_Please see [mkdocs.yml](https://github.com/ComputeStacks/docs/blob/master/mkdocs.yml) for a complete list of plugins used._