diff --git a/src/lib/components/appwrite-network/data/pins.ts b/src/lib/components/appwrite-network/data/pins.ts index ebdc3763df..c360efd98e 100644 --- a/src/lib/components/appwrite-network/data/pins.ts +++ b/src/lib/components/appwrite-network/data/pins.ts @@ -487,7 +487,7 @@ export const pins = { lat: 1.35, lng: 103.82, city: 'Singapore', - code: 'SIN', + code: 'SGP', available: true }, { @@ -580,8 +580,8 @@ export const pins = { lat: 1.35, lng: 103.82, city: 'Singapore', - code: 'SIN', - date: 'Q4 2025' + code: 'SGP', + available: true }, { lat: 37.77, @@ -645,8 +645,8 @@ export const pins = { lat: 1.35, lng: 103.82, city: 'Singapore', - code: 'SIN', - date: 'Q4 2025' + code: 'SGP', + available: true }, { lat: 37.77, diff --git a/src/routes/blog/post/the-appwrite-network/+page.markdoc b/src/routes/blog/post/the-appwrite-network/+page.markdoc index 32e03cdd49..7fe2f9c5c8 100644 --- a/src/routes/blog/post/the-appwrite-network/+page.markdoc +++ b/src/routes/blog/post/the-appwrite-network/+page.markdoc @@ -26,7 +26,7 @@ The Appwrite Cloud beta journey began with a single region in Frankfurt, which a | Frankfurt (`FRA`) | Ready and operational | Yes | Yes | Available Now | | Sydney (`SYD`) | Ready and operational | Yes | Yes | Available Now | | New York City (`NYC`) | Ready and operational | Yes | Yes | Available Now | -| Singapore (`SGP`) | In work | Yes | Yes | Q4 2025 | +| Singapore (`SGP`) | Ready and operational | Yes | Yes | Available Now | | San Francisco (`SFO`) | In work | Yes | Yes | Q4 2025 | | Bangalore (`BLR`) | In plans | Yes | Yes | TBD | | Amsterdam (`AMS`) | In plans | Yes | Yes | TBD | diff --git a/src/routes/docs/products/network/edges/+page.markdoc b/src/routes/docs/products/network/edges/+page.markdoc index 768ec553b8..532a919365 100644 --- a/src/routes/docs/products/network/edges/+page.markdoc +++ b/src/routes/docs/products/network/edges/+page.markdoc @@ -14,7 +14,7 @@ Appwrite edges are strategically distributed locations designed to process reque {% /only_light %} {% info title="We're expanding!" %} -Currently, Appwrite's edge network includes 4 locations. We are actively working to expand the number of edge locations globally. New locations will be strategically prioritized to ensure the best possible global coverage and performance for all users. +Currently, Appwrite's edge network includes 5 locations. We are actively working to expand the number of edge locations globally. New locations will be strategically prioritized to ensure the best possible global coverage and performance for all users. {% /info %} # List {% #list %} @@ -27,7 +27,7 @@ Appwrite edges are globally distributed, ensuring low-latency interactions for u | New York | NYC | Available | | Sydney | SYD | Available | | San Francisco | SFO | Available | -| Singapore | SGP | 2025 | +| Singapore | SGP | Available | | Bangalore | BLR | 2025 | | Amsterdam | AMS | 2025 | | London | LON | 2025 | diff --git a/src/routes/docs/products/network/regions/+page.markdoc b/src/routes/docs/products/network/regions/+page.markdoc index 24254282df..368df381de 100644 --- a/src/routes/docs/products/network/regions/+page.markdoc +++ b/src/routes/docs/products/network/regions/+page.markdoc @@ -23,7 +23,7 @@ Appwrite is currently available in the following list of regions: | New York | NYC | `https://nyc.cloud.appwrite.io/v1` | Available | | Sydney | SYD | `https://syd.cloud.appwrite.io/v1` | Available | | San Francisco | SFO | `https://sfo.cloud.appwrite.io/v1` | Available | -| Singapore | SGP | `coming soon` | Q4 2025 | +| Singapore | SGP | `https://sgp.cloud.appwrite.io/v1` | Available | | Bangalore | BLR | `coming soon` | TBD | | Amsterdam | AMS | `coming soon` | TBD | | London | LON | `coming soon` | TBD | diff --git a/src/routes/products/functions/(components)/RegionsMap.svelte b/src/routes/products/functions/(components)/RegionsMap.svelte index d0b2aba8fa..eec0f19a46 100644 --- a/src/routes/products/functions/(components)/RegionsMap.svelte +++ b/src/routes/products/functions/(components)/RegionsMap.svelte @@ -92,9 +92,9 @@ { lat: 1.3521, lng: 103.8198, - city: 'Signapore', + city: 'Singapore', code: 'SGP', - available: false + available: true } ]); diff --git a/static/images/docs/network/dark/edges-map.png b/static/images/docs/network/dark/edges-map.png index 6d466f56d2..b7eb76a586 100644 Binary files a/static/images/docs/network/dark/edges-map.png and b/static/images/docs/network/dark/edges-map.png differ diff --git a/static/images/docs/network/dark/regions-map.png b/static/images/docs/network/dark/regions-map.png index c853555260..b6affea60e 100644 Binary files a/static/images/docs/network/dark/regions-map.png and b/static/images/docs/network/dark/regions-map.png differ diff --git a/static/images/docs/network/edges-map.png b/static/images/docs/network/edges-map.png index 8205a3b6e8..ef48343b52 100644 Binary files a/static/images/docs/network/edges-map.png and b/static/images/docs/network/edges-map.png differ diff --git a/static/images/docs/network/regions-map.png b/static/images/docs/network/regions-map.png index c853555260..a6a427f68d 100644 Binary files a/static/images/docs/network/regions-map.png and b/static/images/docs/network/regions-map.png differ