Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jieyouxu/vrme-api-documentation

Virtual Reality Meeting Environment API documentation.
https://github.com/jieyouxu/vrme-api-documentation

Last synced: 3 days ago
JSON representation

Virtual Reality Meeting Environment API documentation.

Awesome Lists containing this project

README

        

# Virtual Reality API Documentation

## Deployment

Deployed live via GitHub Pages at
https://jieyouxu.github.io/VRME-API-Documentation/.

## Development

Development of the API documentation is done via
[MkDocs](https://www.mkdocs.org/) with the [Material for MkDocs
theme](https://squidfunk.github.io/mkdocs-material/).

### Watch and Serve

Watch the markdown sources and hot-reload in browser to preview documentation by
running:

```bash
mkdocs serve
```

### Deploy to GitHub Pages

```bash
mkdocs gh-deploy
```