-
Notifications
You must be signed in to change notification settings - Fork 115
Update docs for 0.15 DB Layers #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, few changes.
app/views/docs/database.phtml
Outdated
@@ -1,22 +1,35 @@ | |||
<p> | |||
The Database Service allows you to store your application and users' data and fetch it using different supported queries. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Database
service should now be Databases
everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
app/views/docs/database.phtml
Outdated
In addition, the Database Service provides built-in validation to check the integrity of your incoming data, custom indexing for query performance, | ||
as well as a flexible permissions mechanism to allow you to easily segment data between different users, teams, and roles. | ||
</p> | ||
|
||
<h2><a href="/docs/database#database" id="database">Create Your Database</a></h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/docs/databases/#database
- Reminder, Appwrite homepage repo might need updates too with renaming links
- Other places might have this link, where we need update too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
We should also update realtime docs for new database event names: |
Same here: https://appwrite.io/docs/webhooks#events |
@lohanidamodar I need a hand on a few things:
|
This is related to: |
This is auto generated :D
Done |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Damodar Lohani <lohanidamodar@users.noreply.github.com>
This pull requests updates documentation in preparation for 0.15 DB Layers changes.