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

Commit 95723a5

Browse files
committed
Removed all task refferences
1 parent 410b215 commit 95723a5

File tree

6 files changed

+5
-84
lines changed

6 files changed

+5
-84
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

-2
Original file line numberDiff line numberDiff line change
@@ -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>

app/views/docs/main.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $clients = [
5555

5656
<p>Appwrite is an end-to-end backend server that is aiming to abstract the complexity of common, complex, and repetitive tasks required for building a modern app.</p>
5757

58-
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, scheduled background tasks, and more.</p>
58+
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, and more.</p>
5959

6060
<p>Appwrite is both cross-platform and technology agnostic, meaning it can run on any operating system, coding language, framework, or platform. Although Appwrite can easily fit the definition of a serverless technology, it's designed to run well in multiple configurations. You can integrate Appwrite directly with your client app, use it behind your custom backend or alongside your custom backend server.</p>
6161

app/views/docs/overview.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p>Appwrite is an end-to-end backend server that is aiming to abstract the complexity of common, complex, and repetitive tasks required for building a modern app.</p>
22

3-
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, scheduled background tasks, and more.</p>
3+
<p>Appwrite provides you with a set of APIs, tools, and a management console UI to help you build your apps a lot faster and in a much more secure way. Between Appwrite different services, you can find user authentication and account management, user preferences, database and storage persistence, cloud functions, localization, image manipulation, and more.</p>
44

55
<h3>Appwrite is Cross-Platform</h2>
66

app/views/docs/security.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<h2>Data Encryption</h2>
1212

13-
<p>By default, Appwrite stores all your server sensitive information encrypted. This information includes Webhooks HTTP passwords, Tasks HTTP passwords, Cloud Functions custom environment vars and secrets, API keys secret key (from v0.7), and OAuth secret tokens. All the data is encrypted using your server private encryption key, configurable from your server <a href="/docs/environment-variables">environment variables</a>.</p>
13+
<p>By default, Appwrite stores all your server sensitive information encrypted. This information includes Webhooks HTTP passwords, Cloud Functions custom environment vars and secrets, API keys secret key (from v0.7), and OAuth secret tokens. All the data is encrypted using your server private encryption key, configurable from your server <a href="/docs/environment-variables">environment variables</a>.</p>
1414

1515
<h2>Storage Encryption</h2>
1616

app/views/docs/tasks.phtml

-78
This file was deleted.

0 commit comments

Comments
 (0)