An open API service indexing awesome lists of open source software.

https://github.com/computestacks/docs

ComputeStacks Documentation
https://github.com/computestacks/docs

Last synced: 3 months ago
JSON representation

ComputeStacks Documentation

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._