This site www.linux6.com is for linux beginners and advanced users, which is generated by mkdocs and hosted in github pages.
contribute steps:
- make sure you have python installed
 - install mkdocs dependences: pip install mkdocs
 - get code: git clone https://github.com/itech001/linux6.git
 - initial env: source env/setup.sh
 - add md or html files under src/docs/
 - edit mkdocs.yml as need to add meau items
 - build by: mkdocs build
 - preview by: mkdocs serve, and open localhost:8000 in browser
 - commit by: git push
 - your changes will be deployed by travis CI automatically
 
contribution
- file issues; 2. pull requests.
 
Author [email protected]


