Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. `pip install mkdocs`
  2. `mkdocs new my-project`
  3. `mkdocs serve`
  4. `mkdocs build`
  5. `mkdocs gh-deploy`
  6.  
  7. ## To use Material
  8. `pip install mkdocs-material`
  9.  
  10. **Add this in mkdocs.yml**
  11. `theme:
  12. name: 'material'`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement