All Pages on the documentation website are stored in the database and can be edited whenever needed.

Broadly the steps to make a change to the documentation is as follows

  1. Go to the page on which you want to make changes
  2. At the bottom of the page you will find the edit button
  3. On clicking the Edit button you should see a UI like this
  4. Now you can edit the markdown code and check the preview on the `Preview Tab`
  5. If you do not want to edit markdown and want to edit via the WYSIWYG Editor click on the switcher and choose Rich-Text
  6. For uploading images:
    1. In Markdown mode
      1. Click on add attachment button to upload an image
      2. Use the copy link button to get the link copied
      3. Then paste the link in the editor to display the image
    2. In WYSIWYG editor:
      1. You can either paste a copied image
      2. Drag and drop an image
      3. Use the image button on top of the editor
  7. After editing the file click on the Submit button and wait for your change to get submitted
  8. Once submitted you will see this screen
  9. On this screen you can track all your contributions and wait for a reviewer to review your changes and either approve, reject or request changes
  10. You can click on open contribution to continue your work or use the comment system to communicate with the reviewer
  11. If you want to create a new page instead of editing a page you will find the New Page link at the bottom of the Left Sidebar, the process then is similar to editing
  12. You can also drag and drop sidebars on the edit/ new page to rearrange them(Use this only when necessary)

Hoping to see lots of contributions!