fix: docs

This commit is contained in:
Torsten Dittmann
2024-02-25 19:10:44 +01:00
parent 85924a87a9
commit 67848c2c21
4 changed files with 589 additions and 866 deletions

1352
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@@ -21,7 +21,6 @@ export enum Service {
Storage = 'storage',
Teams = 'teams',
Users = 'users',
Messaging = 'messaging'
}
export enum Platform {

View File

@@ -10,7 +10,7 @@ Custom token allows you to use [Server SDK](/docs/sdks#server) to generate token
# Create custom token {% #create-custom-token %}
Once you have your server endpoint prepared either in an Appwrite Function or a server integration, you can use the [Create token](/docs/references/cloud/server-nodejs/users#/docs/references/cloud/server-nodejs/users#createToken) endpoint of the [Users API](/docs/products/auth/users) to generate a token.
Once you have your server endpoint prepared either in an Appwrite Function or a server integration, you can use the [Create token](/docs/references/cloud/server-nodejs/users#createToken) endpoint of the [Users API](/docs/products/auth/users) to generate a token.
{% multicode %}
```js

View File

@@ -48,7 +48,7 @@ During development, you can add targets to existing accounts by navigating to **
![Add a target](/images/docs/messaging/targets/add-targets.png)
{% /only_light %}
You can also implement forms in your app to collect contact information and add it as a target with the [createSubscriber](/references/cloud/server-nodejs/messaging#createSubscriber) endpoint.
You can also implement forms in your app to collect contact information and add it as a target with the [createSubscriber](/docs/references/cloud/server-nodejs/messaging#createSubscriber) endpoint.
{% multicode %}
```js