How to contribute¶
- If you want to edit an article, at the top right corner of every page there is
Pencil
icon. -
If you want to write a new article.
- Create
article-name.md
file based on article-template. - Put this file inside /docs/components or /docs/patterns folder.
- Put images inside /docs/images/ folder.
- Add article reference to mkdocs.ymld file.
- When ready send pull request to
master
branch.
- Create
Preview¶
If you want to preview your article in browser, you have to install mkdocs.js.org and run local server.