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¶
cd
todoc/mkdocs
directory.- Run
mkdocs serve
. - Open http://localhost:8000 to test.
- Modify and save pages to view changes.
How To Build¶
cd
todoc/mkdocs
directory.- Run
mkdocs build -d ../../docs
. - Push changes to
gh-pages
branch.