Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links redirects #131

Merged
merged 2 commits into from
Sep 29, 2023
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 @@ -59,7 +59,7 @@ Below, you'll find a list of registrars and links to their DNS setting documenta
| ClouDNS | [A Record](https://www.cloudns.net/wiki/article/10/) / [CNAME Record](https://www.cloudns.net/wiki/article/13/) |
| Cloudflare | [Settings](https://support.cloudflare.com/hc/en-us/articles/360019093151) |
| Crazydomains | [A Record](https://www.crazydomains.com/help/how-do-i-create-update-an-a-record/) / [CNAME Record](https://www.crazydomains.com/help/how-do-i-change-update-my-cname-records/) |
| DNS Made Easy | [A Record](http://help.dnsmadeeasy.com/managed-dns/records/record/) / [CNAME Record](http://help.dnsmadeeasy.com/managed-dns/records/cname-record/) |
| DNS Made Easy | [A Record](https://help.dnsmadeeasy.com/managed-dns/records/record/) / [CNAME Record](https://help.dnsmadeeasy.com/managed-dns/records/cname-record/) |
| DNSimple | [A Record](https://support.dnsimple.com/articles/manage-a-record/) / [CNAME Record](https://support.dnsimple.com/articles/manage-cname-record/) |
| DigitalOcean | [A Record](https://www.digitalocean.com/community/tutorials/an-introduction-to-digitalocean-dns#a-records) / [CNAME Record](https://www.digitalocean.com/community/tutorials/an-introduction-to-digitalocean-dns#cname-records) / [Settings](https://www.digitalocean.com/community/tutorials/an-introduction-to-digitalocean-dns) |
| DreamHost | [A Record](https://help.dreamhost.com/hc/en-us/articles/215414867-How-do-I-add-custom-DNS-records-#A_record) / [CNAME Record](https://help.dreamhost.com/hc/en-us/articles/215414867-How-do-I-add-custom-DNS-records-#CNAME_record) |
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/android/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Then, under **Add a platform**, add an **Android app**.
Add your app's **name** and **package name**, your package name is the one entered when creating an Android project. For existing projects, you should use the **applicationId** in your app-level [build.gradle](https://github.com/appwrite/playground-for-android/blob/master/app/build.gradle#L11) file.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/angular/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be `localhost`.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/apple/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then, under **Add a platform**, add an **Apple app**. Choose any of **iOS**, **m
Add your app's **product name** and **bundle identifier**, your bundle identifier is the one entered when creating an Xcode project. For existing projects, you should use the **bundle identifier** from your project files **Identity** section.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
7 changes: 6 additions & 1 deletion src/routes/docs/quick-starts/flutter/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,12 @@ If you cannot find the correct package name, run the application in Windows, and

{% /tabs %}

![Add a platform]()
{% only_dark %}
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
{% /only_light %}

You can skip optional steps.

Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/nextjs/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be `localhost`.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/react/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be `localhost`.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/sveltekit/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be `localhost`.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/vue/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be `localhost`.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The Locale service allows you to customize your app based on your users' location. Using this service, you can get your users' location, IP address, list of countries and continents names, phone codes, currencies, and more. Country codes returned follow the [ISO 3166-1](http://en.wikipedia.org/wiki/ISO_3166-1) standard.
The Locale service allows you to customize your app based on your users' location. Using this service, you can get your users' location, IP address, list of countries and continents names, phone codes, currencies, and more. Country codes returned follow the [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) standard.

The user service supports multiple locales. This feature allows you to fetch countries and continents information in your app language. To switch locales, all you need to do is pass the 'X-Appwrite-Locale' header or set the 'setLocale' method using any of our available SDKs. [View here the list of available locales](https://github.com/appwrite/appwrite/blob/master/app/config/locale/codes.php).
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/react/step-3/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be localhost.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
3 changes: 0 additions & 3 deletions src/routes/docs/tutorials/react/step-8/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ step: 8

# Test your project {% #test-project %}
Run your project with `npm run dev -- --open --port 3000` and open [http://localhost:3000](http://localhost:3000) in your browser.

# Add style {% #add-style %}
If you want to see a version of this project, complete with CSS styles, clone [this GitHub repository]().
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/sveltekit/step-3/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be localhost.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
5 changes: 1 addition & 4 deletions src/routes/docs/tutorials/sveltekit/step-8/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,4 @@ step: 8
---

# Test your project {% #test-project %}
Run your project with `npm run dev -- --open --port 3000` and open [http://localhost:3000](http://localhost:3000) in your browser.

# Add style {% #add-style %}
If you want to see a version of this project, complete with CSS styles, clone [this GitHub repository]().
Run your project with `npm run dev -- --open --port 3000` and open [http://localhost:3000](http://localhost:3000) in your browser.
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/vue/step-3/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If this is your first time using Appwrite, create an account and create your fir
Then, under **Add a platform**, add a **Web app**. The **Hostname** should be localhost.

{% only_dark %}
![Create project screen](/images/docs/quick-starts/dark/add-platform.png)
![Add a platform](/images/docs/quick-starts/dark/add-platform.png)
{% /only_dark %}
{% only_light %}
![Add a platform](/images/docs/quick-starts/add-platform.png)
Expand Down
3 changes: 0 additions & 3 deletions src/routes/docs/tutorials/vue/step-8/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ step: 8

# Test your project {% #test-project %}
Run your project with `npm run dev -- --open --port 3000` and open [http://localhost:3000](http://localhost:3000) in your browser.

# Add style {% #add-style %}
If you want to see a version of this project, complete with CSS styles, clone [this GitHub repository]().