Skip to content

SleekDB is a simple NoSQL database implementation using pure PHP that store data in plain JSON files.

License

Notifications You must be signed in to change notification settings

SleekDB/sleekdb.github.io

Repository files navigation

SleekDB Website

The official website of SleekDB sleekdb.github.io is hosted on Github Sites.

SleekDB Website The purpose of this website is to serve the documentation of SleekDB.

Add or Update Docs

  • 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.

About

SleekDB is a simple NoSQL database implementation using pure PHP that store data in plain JSON files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages