Skip to content

Commit 0f9e5e7

Browse files
Merge pull request #568 from appwrite/fix-new-docs-links
Fixes links after rebrand
2 parents 2295062 + 9f95dcc commit 0f9e5e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+133
-105
lines changed

src/lib/components/permissions/team.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<p>There are no teams that match your search.</p>
120120
</div>
121121
<div class="u-flex u-gap-16 common-section u-main-center">
122-
<Button external href="https://appwrite.io/docs/client/teams" text
122+
<Button external href="https://appwrite.io/docs/products/auth/teams" text
123123
>Documentation</Button>
124124
<Button secondary on:click={() => (search = '')}>Clear search</Button>
125125
</div>
@@ -134,7 +134,7 @@
134134
</p>
135135
<p class="text u-line-height-1-5">
136136
Need a hand? Learn more in our <a
137-
href="https://appwrite.io/docs/client/teams"
137+
href="https://appwrite.io/docs/products/auth/teams"
138138
target="_blank"
139139
rel="noopener noreferrer">
140140
documentation</a

src/lib/components/permissions/user.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<p>There are no Users that match your search.</p>
139139
</div>
140140
<div class="u-flex u-gap-16 common-section u-main-center">
141-
<Button external href="https://appwrite.io/docs/server/users" text
141+
<Button external href="https://appwrite.io/docs/products/auth/accounts" text
142142
>Documentation</Button>
143143
<Button secondary on:click={() => (search = '')}>Clear search</Button>
144144
</div>
@@ -153,7 +153,7 @@
153153
</p>
154154
<p class="text u-line-height-1-5">
155155
Need a hand? Learn more in our <a
156-
href="https://appwrite.io/docs/server/users"
156+
href="https://appwrite.io/docs/products/auth/quick-start"
157157
target="_blank"
158158
rel="noopener noreferrer">
159159
documentation</a

src/lib/layout/logs.svelte

+5-5
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
use
208208
<b>context.log()</b>.
209209
<a
210-
href="https://appwrite.io/docs/functions-develop#logging"
210+
href="https://appwrite.io/docs/products/functions/development#logging"
211211
target="_blank"
212212
rel="noopener noreferrer"
213213
class="link">Learn more</a
@@ -245,7 +245,7 @@
245245
header data in the Logs tab, use
246246
<b>context.log()</b>.
247247
<a
248-
href="https://appwrite.io/docs/functions-develop#logging"
248+
href="https://appwrite.io/docs/products/functions/development#logging"
249249
target="_blank"
250250
rel="noopener noreferrer"
251251
class="link">Learn more</a
@@ -257,7 +257,7 @@
257257
and privacy. To display body data in the Logs tab, use
258258
<b>context.log()</b>.
259259
<a
260-
href="https://appwrite.io/docs/functions-develop#logging"
260+
href="https://appwrite.io/docs/products/functions/development#logging"
261261
target="_blank"
262262
rel="noopener noreferrer"
263263
class="link">Learn more</a
@@ -335,7 +335,7 @@
335335
header data in the Logs tab, use
336336
<b>context.log()</b>.
337337
<a
338-
href="https://appwrite.io/docs/functions-develop#logging"
338+
href="https://appwrite.io/docs/products/functions/development#logging"
339339
target="_blank"
340340
rel="noopener noreferrer"
341341
class="link">Learn more</a
@@ -347,7 +347,7 @@
347347
and privacy. To display body data in the Logs tab, use
348348
<b>context.log()</b>.
349349
<a
350-
href="https://appwrite.io/docs/functions-develop#logging"
350+
href="https://appwrite.io/docs/products/functions/development#logging"
351351
target="_blank"
352352
rel="noopener noreferrer"
353353
class="link">Learn more</a

src/lib/pages/domains/index.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
{:else}
179179
<Empty
180180
single
181-
href="https://appwrite.io/docs/custom-domains"
181+
href="https://appwrite.io/docs/advanced/platform/custom-domains"
182182
target="domain"
183183
on:click={openWizard} />
184184
{/if}

src/lib/pages/domains/wizard/step1.svelte

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<svelte:fragment slot="title">Add function domain</svelte:fragment>
3838
<svelte:fragment slot="subtitle">
3939
Use your self-owned domain as the endpoint of your Appwrite API. <a
40-
href="https://appwrite.io/docs/custom-domains"
40+
href="https://appwrite.io/docs/advanced/platform/custom-domains"
4141
target="_blank"
4242
rel="noopener noreferrer"
4343
class="link">Learn more</a
@@ -58,7 +58,7 @@
5858
<p>
5959
You can find a list of domain providers and their DNS setting documentation <a
6060
class="link"
61-
href="https://appwrite.io/docs/custom-domains#addCNAME"
61+
href="https://appwrite.io/docs/advanced/platform/custom-domains#cname-record"
6262
target="_blank"
6363
rel="noreferrer">here</a
6464
>. If your domain provider isn't listed, please contact us, and we'll include their
@@ -75,7 +75,7 @@
7575
domain.
7676
<svelte:fragment slot="buttons">
7777
<Button
78-
href="https://appwrite.io/docs/environment-variables#vcs_(version_control_system)"
78+
href="https://appwrite.io/docs/advanced/self-hosting/functions#git"
7979
external
8080
text>
8181
Learn more

src/lib/stores/marketplace.ts

+19-19
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const marketplace: MarketplaceTemplate[] = [
6969
variables: [
7070
{
7171
name: 'APPWRITE_API_KEY',
72-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
72+
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>.`,
7373
value: '',
7474
placeholder: 'd1efb...aec35',
7575
required: false,
@@ -363,31 +363,31 @@ export const marketplace: MarketplaceTemplate[] = [
363363
variables: [
364364
{
365365
name: 'APPWRITE_API_KEY',
366-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
366+
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>.`,
367367
value: '',
368368
placeholder: 'd1efb...aec35',
369369
required: true,
370370
type: 'password'
371371
},
372372
{
373373
name: 'APPWRITE_ENDPOINT',
374-
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
374+
description: `The API endpoint of the Appwrite. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
375375
value: 'https://cloud.appwrite.io/v1',
376376
placeholder: 'https://cloud.appwrite.io/v1',
377377
required: false,
378378
type: 'url'
379379
},
380380
{
381381
name: 'APPWRITE_DATABASE_ID',
382-
description: `The ID of the database to store the short URLs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/databases">Learn more</a>.`,
382+
description: `The ID of the database to store the short URLs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/databases">Learn more</a>.`,
383383
value: 'urlShortener',
384384
placeholder: 'urlShortener',
385385
required: false,
386386
type: 'text'
387387
},
388388
{
389389
name: 'APPWRITE_COLLECTION_ID',
390-
description: `The ID of the collection to store the short URLs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/collections">Learn more</a>.`,
390+
description: `The ID of the collection to store the short URLs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/collections">Learn more</a>.`,
391391
value: 'urls',
392392
placeholder: 'urls',
393393
required: false,
@@ -441,22 +441,22 @@ export const marketplace: MarketplaceTemplate[] = [
441441
variables: [
442442
{
443443
name: 'APPWRITE_API_KEY',
444-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
444+
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>.`,
445445
value: '',
446446
placeholder: 'd1efb...aec35',
447447
required: true,
448448
type: 'password'
449449
},
450450
{
451451
name: 'APPWRITE_DATABASE_ID',
452-
description: `The ID of the Appwrite database that contains the collection to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/databases">Learn more</a>.`,
452+
description: `The ID of the Appwrite database that contains the collection to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/databases">Learn more</a>.`,
453453
placeholder: '64a55...7b912',
454454
required: true,
455455
type: 'text'
456456
},
457457
{
458458
name: 'APPWRITE_COLLECTION_ID',
459-
description: `The ID of the collection in the Appwrite database to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/collections">Learn more</a>.`,
459+
description: `The ID of the collection in the Appwrite database to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/collections">Learn more</a>.`,
460460
placeholder: '7c3e8...2a9f1',
461461
required: true,
462462
type: 'text'
@@ -484,7 +484,7 @@ export const marketplace: MarketplaceTemplate[] = [
484484
},
485485
{
486486
name: 'APPWRITE_ENDPOINT',
487-
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
487+
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
488488
value: 'https://cloud.appwrite.io/v1',
489489
placeholder: 'https://cloud.appwrite.io/v1',
490490
required: false,
@@ -518,22 +518,22 @@ export const marketplace: MarketplaceTemplate[] = [
518518
variables: [
519519
{
520520
name: 'APPWRITE_API_KEY',
521-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
521+
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>.`,
522522
value: '',
523523
placeholder: 'd1efb...aec35',
524524
required: true,
525525
type: 'password'
526526
},
527527
{
528528
name: 'APPWRITE_DATABASE_ID',
529-
description: `The ID of the Appwrite database that contains the collection to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/databases">Learn more</a>.`,
529+
description: `The ID of the Appwrite database that contains the collection to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/databases">Learn more</a>.`,
530530
placeholder: '64a55...7b912',
531531
required: true,
532532
type: 'text'
533533
},
534534
{
535535
name: 'APPWRITE_COLLECTION_ID',
536-
description: `The ID of the collection in the Appwrite database to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/collections">Learn more</a>.`,
536+
description: `The ID of the collection in the Appwrite database to sync. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/collections">Learn more</a>.`,
537537
placeholder: '7c3e8...2a9f1',
538538
required: true,
539539
type: 'text'
@@ -568,7 +568,7 @@ export const marketplace: MarketplaceTemplate[] = [
568568
},
569569
{
570570
name: 'APPWRITE_ENDPOINT',
571-
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
571+
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
572572
value: 'https://cloud.appwrite.io/v1',
573573
placeholder: 'https://cloud.appwrite.io/v1',
574574
required: false,
@@ -794,15 +794,15 @@ export const marketplace: MarketplaceTemplate[] = [
794794
variables: [
795795
{
796796
name: 'APPWRITE_API_KEY',
797-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
797+
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>.`,
798798
value: '',
799799
placeholder: 'd1efb...aec35',
800800
required: true,
801801
type: 'password'
802802
},
803803
{
804804
name: 'APPWRITE_ENDPOINT',
805-
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
805+
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
806806
value: 'https://cloud.appwrite.io/v1',
807807
placeholder: 'https://cloud.appwrite.io/v1',
808808
required: false,
@@ -850,15 +850,15 @@ export const marketplace: MarketplaceTemplate[] = [
850850
variables: [
851851
{
852852
name: 'APPWRITE_API_KEY',
853-
description: `The API Key to talk to Appwrite backend APIs. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
853+
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>.`,
854854
value: '',
855855
placeholder: 'd1efb...aec35',
856856
required: true,
857857
type: 'password'
858858
},
859859
{
860860
name: 'APPWRITE_ENDPOINT',
861-
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/getting-started-for-server">Learn more</a>.`,
861+
description: `The URL endpoint of the Appwrite server. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/references#api">Learn more</a>.`,
862862
value: 'https://cloud.appwrite.io/v1',
863863
placeholder: 'https://cloud.appwrite.io/v1',
864864
required: false,
@@ -880,15 +880,15 @@ export const marketplace: MarketplaceTemplate[] = [
880880
},
881881
{
882882
name: 'APPWRITE_DATABASE_ID',
883-
description: `The ID of the database to store paid orders. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/databases">Learn more</a>.`,
883+
description: `The ID of the database to store paid orders. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/databases">Learn more</a>.`,
884884
value: 'orders',
885885
placeholder: 'orders',
886886
required: false,
887887
type: 'text'
888888
},
889889
{
890890
name: 'APPWRITE_COLLECTION_ID',
891-
description: `The ID of the collection to store paid orders. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/collections">Learn more</a>.`,
891+
description: `The ID of the collection to store paid orders. <a class="u-bold" target="_blank" href="https://appwrite.io/docs/products/databases/collections">Learn more</a>.`,
892892
value: 'orders',
893893
placeholder: 'orders',
894894
required: false,

src/lib/wizards/functions/components/appwriteVariable.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
disabled={!!$templateConfig.generateKey} />
2121
<Helper type="neutral">
2222
This API key will allow you to interact with the Appwrite server APIs. <a
23-
href="https://appwrite.io/docs/keys"
23+
href="https://appwrite.io/docs/advanced/platform/api-keys"
2424
target="_blank"
2525
rel="noopener noreferrer"
2626
class="link">Learn more</a

src/lib/wizards/functions/cover.svelte

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
Connect your function to a Git repository or use a pre-made template<br />after
105105
configuring your self-hosted instance. Learn more in our
106106
<a
107-
href="https://appwrite.io/docs/configuration#git"
107+
href="https://appwrite.io/docs/advanced/self-hosting/functions#git"
108108
target="_blank"
109109
rel="noopener noreferrer"
110110
class="link">documentation</a
@@ -271,7 +271,7 @@
271271
on:click={() => wizard.start(CreateManual)}>manually</button>
272272
or using the CLI.
273273
<a
274-
href="https://appwrite.io/docs/functions-deploy"
274+
href="https://appwrite.io/docs/products/functions/deployment"
275275
target="_blank"
276276
rel="noopener noreferrer"
277277
class="link">Learn more</a

src/lib/wizards/functions/steps/executeAccess.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<svelte:fragment slot="subtitle">
1010
Choose who can execute this function using the client API. For more information, check out
1111
the <a
12-
href="https://appwrite.io/docs/permissions"
12+
href="https://appwrite.io/docs/advanced/platform/permissions"
1313
target="_blank"
1414
rel="noopener noreferrer"
1515
class="link">

0 commit comments

Comments
 (0)