# cmv-docs **Repository Path**: fatmew_fenghua/cmv-docs ## Basic Information - **Project Name**: cmv-docs - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-06-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cmv-docs ======== #Documentation for [CMV - The Configurable Viewer](http://cmv.io/) View the Docs @ [docs.cmv.io](http://docs.cmv.io) ### Contributing to the Documentation 1. __Submit a Pull Request__ - If you would like to contribute to the CMV documents, [pull requests](https://github.com/cmv/cmv-docs/pulls) are welcome. 1. Fork this repository. 2. Clone it to your local machine `git clone /path/to/your/repository` 3. Build the docs and develop them with live reload (python required) ``` pip install mkdocs mkdocs serve ``` 4. Commit your changes and push them to github ``` git commit -m "I've updated the docs!" git push origin/master ``` 2. __Submit an Issue__ - Find a small typo and working with GitHub repos isn't your thing? Feel free to [submit an issue](https://github.com/cmv/cmv-docs/issues). We have a gitter.im chat room for contributing to and improving the CMV documentation. Please join the conversation and help out. [![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/cmv/cmv-docs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)