mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 21:07:44 +00:00
fix: docs
This commit is contained in:
1352
pnpm-lock.yaml
generated
1352
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -21,7 +21,6 @@ export enum Service {
|
||||
Storage = 'storage',
|
||||
Teams = 'teams',
|
||||
Users = 'users',
|
||||
Messaging = 'messaging'
|
||||
}
|
||||
|
||||
export enum Platform {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -48,7 +48,7 @@ During development, you can add targets to existing accounts by navigating to **
|
||||

|
||||
{% /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
|
||||
|
||||
Reference in New Issue
Block a user