Update Documents¶
Configuration¶
- Config file: https://github.com/Senspark/ee-x/blob/master/doc/mkdocs/mkdocs.yml
- Pages: https://github.com/Senspark/ee-x/blob/master/doc/mkdocs/docs
How To Test¶
cdtodoc/mkdocsdirectory.- Run
mkdocs serve. - Open http://localhost:8000 to test.
- Modify and save pages to view changes.
How To Build¶
cdtodoc/mkdocsdirectory.- Run
mkdocs build -d ../../docs. - Push changes to
gh-pagesbranch.