Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ Use this your first function as a springboard to explore the flexible and powerf
| [Execute](/docs/products/functions/execution) | Appwrite Functions can be executed in a variety of ways, like SDK, domains, schedules, events, and more. Learn about executions. |
| [Domains](/docs/products/functions/execution#domains) | Each Appwrite Function can be executed through it's own domain, generated or custom. Learn about domains. |
| [Runtime](/docs/products/functions/runtimes) | Appwrite supports over a dozen runtimes to meet your preferences. Learn about runtimes. |
| [Examples](/docs/products/functions/examples) | Enjoy learning from examples? Checkout these examples functions. |
| [Examples](/docs/products/functions/examples) | Enjoy learning from examples? Take a look at these examples functions. |
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/nuxt/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ const logout = async () => {
```
{% /section %}

{% section #step-6 step=6 title="Checkout what you've built" %}
{% section #step-6 step=6 title="All set" %}
Run your project with `npm run dev -- --open --port 3000` and open [Localhost on Port 3000](http://localhost:3000) in your browser.
{% /section %}
4 changes: 2 additions & 2 deletions src/routes/docs/sdks/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Server libraries for integrating with Appwrite to build server side integrations
*
{% /table %}

If you would like to help us extend our platforms and SDKs stack, you are more than welcome to contact us or check out our Appwrite SDK Generator project GitHub repository and read our contribution guide.
If you would like to help us extend our platforms and SDKs stack, you are more than welcome to contact us or contribute to the [Appwrite SDK Generator](https://github.com/appwrite/sdk-generator) project GitHub repository and read our contribution guide.

# Protocols {% #protocols %}
We are always looking to add new SDKs to our platform. If the SDK you are looking for is still missing, labeled as beta or experimental, or you simply do not want to integrate with an SDK, you can always integrate with Appwrite directly using any standard HTTP, GraphQL, or WebSocket clients and the relevant Appwrite protocol.
Expand All @@ -130,4 +130,4 @@ Integrate with the Appwrite GraphQL API
# Community {% #community %}
If you have created your own framework or any other technology specific integration and would like us to list it here please [contact us](/contact-us).

If you would like to help us extend the Appwrite SDKs stack, you are more than welcome to check out the Appwrite [SDK Generator](https://github.com/appwrite/sdk-generator) project on GitHub and read our [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md).
If you would like to help us expand Appwrite's list of SDKs, you can contribute to Appwrite's [SDK Generator](https://github.com/appwrite/sdk-generator) project on GitHub and read our [contribution guide](https://github.com/appwrite/sdk-generator/blob/master/CONTRIBUTING.md).