1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

Merge remote-tracking branch 'origin/master' into feat-sync-1.4

# Conflicts:
#	app/controllers/api/storage.php
#	app/workers/deletes.php
This commit is contained in:
Jake Barnby 2023-08-29 14:48:18 -04:00
commit cc924b0984
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
3 changed files with 5 additions and 2 deletions

View file

@ -109,7 +109,9 @@ docker run --rm --interactive --tty \
### User Interface
Appwrite uses an internal micro-framework called Litespeed.js to build simple UI components in vanilla JS and [less](http://lesscss.org/) for compiling CSS code. To apply any of your changes to the UI, use the `gulp build` or `gulp less` commands, and restart the Appwrite main container to load the new static files to memory using `docker compose restart appwrite`.
Appwrite's UI is built with [Svelte](https://svelte.dev/), [Svelte Kit](https://kit.svelte.dev/), and the [Pink Design](https://github.com/appwrite/pink) component library. You can find the source code in the [Appwrite Console](https://github.com/appwrite/console) repository.
To contribute to the UI, head to the [Contribution Guide](https://github.com/appwrite/console/blob/main/CONTRIBUTING.md) of Appwrite Console.
### Get Started

View file

@ -131,7 +131,7 @@ Choose from one of the providers below:
<td align="center" width="100" height="100">
<a href="https://www.linode.com/marketplace/apps/appwrite/appwrite/">
<img width="50" height="39" src="public/images/integrations/akamai-logo.svg" alt="Akamai Logo" />
<br /><sub><b>Akamai</b></sub></a>
<br /><sub><b>Akamai Compute</b></sub></a>
</a>
</td>
</tr>

View file

@ -0,0 +1 @@
Create a new build for an Appwrite Function deployment. This endpoint can be used to retry a failed build.