Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

Commit 2dbdb5f

Browse files
authored
Merge pull request #118 from appwrite/feat-database-docs
feat: init database docs
2 parents 7033e73 + 0cdd211 commit 2dbdb5f

15 files changed

+1039
-318
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
vendor/
1+
vendor/
2+
.idea/

app/views/docs/architecture.phtml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
use Utopia\View;
3+
use Appwrite\Utopia\View;
44

55
?>
66

@@ -61,8 +61,6 @@ $image = new View(__DIR__.'/../general/image.phtml');
6161

6262
<p><b>Usage</b></p>
6363

64-
<p><b>Tasks</b></p>
65-
6664
<p><b>Deletes</b></p>
6765

6866
<p><b>Certificates</b></p>

0 commit comments

Comments
 (0)