Documentation
-
All the documentations are written in Mark Down files in docs directory
-
We use Material MkDocs to generate the website
How to edit the docs?
-
Clone the repository
-
Enter the docs directory
-
Edit the file, you can see the output live on the website using mkdocs serve,
-
Open docs website locally to see the output.
-
After finishing the modification, commit and make Pull request.