mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge branch 'fix-new-docs-links' of https://github.com/appwrite/console into fix-new-docs-links
This commit is contained in:
@@ -207,7 +207,7 @@
|
||||
use
|
||||
<b>context.log()</b>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-development#logging"
|
||||
href="https://appwrite.io/docs/products/functions/development#logging"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">Learn more</a
|
||||
@@ -245,7 +245,7 @@
|
||||
header data in the Logs tab, use
|
||||
<b>context.log()</b>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-development#logging"
|
||||
href="https://appwrite.io/docs/products/functions/development#logging"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">Learn more</a
|
||||
@@ -257,7 +257,7 @@
|
||||
and privacy. To display body data in the Logs tab, use
|
||||
<b>context.log()</b>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-development#logging"
|
||||
href="https://appwrite.io/docs/products/functions/development#logging"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">Learn more</a
|
||||
@@ -335,7 +335,7 @@
|
||||
header data in the Logs tab, use
|
||||
<b>context.log()</b>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-development#logging"
|
||||
href="https://appwrite.io/docs/products/functions/development#logging"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">Learn more</a
|
||||
@@ -347,7 +347,7 @@
|
||||
and privacy. To display body data in the Logs tab, use
|
||||
<b>context.log()</b>.
|
||||
<a
|
||||
href="https://appwrite.io/docs/functions-development#logging"
|
||||
href="https://appwrite.io/docs/products/functions/development#logging"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
class="link">Learn more</a
|
||||
|
||||
@@ -794,7 +794,7 @@ export const marketplace: MarketplaceTemplate[] = [
|
||||
variables: [
|
||||
{
|
||||
name: 'APPWRITE_API_KEY',
|
||||
description: `The API Key to authenticate against Appwrite's Server APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
|
||||
description: `The API Key to authenticate against Appwrite's Server APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/advanced/platform/api-keys">Learn more</a>.`,
|
||||
value: '',
|
||||
placeholder: 'd1efb...aec35',
|
||||
required: true,
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
<Button
|
||||
external
|
||||
secondary
|
||||
href="https://appwrite.io/docs/references/cloud/client-web/account#accountCreateEmailSession">
|
||||
href="https://appwrite.io/docs/references/cloud/client-web/account#createEmailSession">
|
||||
Documentation
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user