- On developer docs page click on
Edit Page
- You need to be signed in to GitHub
- Click on the pen icon to fork and edit the file
- Editing MD files
- Markdown is somewhat similar to HTML, you can use
#
forh1
which is the largest heading or##
forh2
. - Here's a little guide for better understanding of the same.
- You can directly edit these files on GitHub and can preview by clicking on the preview button.
- Markdown is somewhat similar to HTML, you can use
- Scroll down, write a brief description about the changes you made and click on
Propose Changes
. - Click on
Create pull request
and wait for the reviewers to review your PR.