Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agardnerit/codespacetestground


https://github.com/agardnerit/codespacetestground

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# codespacetestground

## Documentation Website

### Installation
```
pip install mkdocs
mkdocs serve -a localhost:9000
# Site available on
```

### Serving Locally / Development
```
mkdocs serve -a localhost:9000
# Site available at: http://localhost:9000
```

### Building and Uploading

```
mkdocs build --site-dir=site
git add site/*
git commit -m "update docs"
git push
```

A GitHub action (`github/.workflows/static.yml`) will then pick up those files and deploy to GitHub Pages.