Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jieyouxu/vrme-api-documentation
- Owner: jieyouxu
- Created: 2020-04-01T11:33:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T12:58:47.000Z (over 4 years ago)
- Last Synced: 2024-11-06T00:39:40.176Z (about 2 months ago)
- Size: 850 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```