The official website of SleekDB sleekdb.github.io is hosted on Github Sites.
The purpose of this website is to serve the documentation of SleekDB.
-
Go to the docs repository and clone it.
-
You will find some directories which are named according to their version and they contains some markdown(.md) files. If you are not familiar with markdown text format theres an easy markdown cheet sheet for you.
-
If you want to update documentation of an existing page then find the markdown file, update the content and then create a pull request.
-
If you want to create a new documentation page then
-
Register the file name in the
lists.json
file; Example: lists.json file of version 1.5 -
If you want to add it to the sidebar menu then add this HTML comment at the top of the markdown file:
<!--METADATA { "title": "Insert Data", "url": "insert-data", "icon": "create" } !METADATA-->
You can find available icons from ionicons.
-
Please try to keep the file name and
url
same!
-
-
Once you are happy with the changes then create a Pull Request!
-
Also, join our Telegram channel for community discussion.