Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion src/routes/docs/products/functions/deployment/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Functions can be created and deployed in different ways to meet your unique deve

The recommended way to manage your Appwrite Function deployments is to use a version control system, like Git. This offers simple versioning and collaboration that will easily fit into the rest of your development workflow.

![](https://appwrite.io/images-ee/docs/functions-starter-dark.png)
{% only_dark %}
![Create project screen](/images/docs/functions/dark/template.png)
{% /only_dark %}
{% only_light %}
![Create project screen](/images/docs/functions/template.png)
{% /only_light %}

## Create function {% #create-function %}

Expand Down