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

Appwrite Network #1484

Open
wants to merge 42 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
78d99cb
feat: change references to cloud.appwrite.io
christyjacob4 Nov 5, 2024
8b4e6de
feat: update region placeholder
christyjacob4 Nov 5, 2024
ef1dda5
feat: update region placeholder
christyjacob4 Nov 5, 2024
0dd4377
feat: update region placeholder
christyjacob4 Nov 5, 2024
ca5ef13
feat: update WSS endpoints
christyjacob4 Nov 8, 2024
3f5df1b
feat: update base url
christyjacob4 Nov 8, 2024
748de1d
Update Sidebar.svelte
eldadfux Nov 9, 2024
49c11e5
Added overview and regions pages
eldadfux Nov 9, 2024
be44d17
Added more pages
eldadfux Nov 10, 2024
97cbbab
Added the compression page
eldadfux Nov 10, 2024
c65fdd3
Added caching and DDOS pages
eldadfux Nov 11, 2024
cb07167
Fixed broken link
eldadfux Nov 11, 2024
63aa673
Updated navigation
eldadfux Nov 11, 2024
610a130
Updated pricing
eldadfux Nov 12, 2024
1058da7
Added pricing tooltip
eldadfux Nov 12, 2024
d4f776b
Updated enterprise card
eldadfux Nov 12, 2024
3ce48bc
small fixes
eldadfux Nov 12, 2024
e932540
Merge branch 'main' into update-for-network
christyjacob4 Nov 12, 2024
95dce63
chore: linter
christyjacob4 Nov 12, 2024
df73c36
Merge branch 'update-for-network' of github.com:appwrite/website into…
christyjacob4 Nov 12, 2024
be94deb
Updates
eldadfux Nov 12, 2024
1c6383e
feat: update lockfile
christyjacob4 Nov 12, 2024
f148dcd
Merge branch 'main' of https://github.com/appwrite/website into eldad…
TorstenDittmann Nov 12, 2024
5b42d59
Small fixes
eldadfux Nov 13, 2024
acda9d8
Merge remote-tracking branch 'refs/remotes/origin/eldadfux-patch-netw…
eldadfux Nov 13, 2024
7a61bd8
Updated tables
eldadfux Nov 13, 2024
9a3e250
Review fixes
eldadfux Nov 13, 2024
8c5ba4e
Small fixes
eldadfux Nov 13, 2024
5d47fe1
Typos
eldadfux Nov 14, 2024
0c40e7d
Fixed descriptions
eldadfux Nov 14, 2024
562db60
Merge branch 'main' into eldadfux-patch-network
eldadfux Jan 3, 2025
f33150a
Merge branch 'eldadfux-patch-network' into update-for-network
christyjacob4 Feb 5, 2025
f60d4aa
Merge pull request #1476 from appwrite/update-for-network
christyjacob4 Feb 5, 2025
ee303bb
Merge branch 'main' into eldadfux-patch-network
ebenezerdon Feb 5, 2025
f052c9c
Reinstall deps
ebenezerdon Feb 5, 2025
7cff7c1
Add and update network illustration
ebenezerdon Feb 5, 2025
f77fba9
update status
ebenezerdon Feb 5, 2025
09a890c
Merge branch 'main' into eldadfux-patch-network
ebenezerdon Feb 17, 2025
5bc8a8c
Prettier formatting
ebenezerdon Feb 17, 2025
6ab0a31
Add map illustrations
ebenezerdon Feb 18, 2025
1aec66b
Merge branch 'main' into eldadfux-patch-network
ebenezerdon Feb 18, 2025
b91749f
Merge branch 'main' into eldadfux-patch-network
ebenezerdon Feb 20, 2025
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
Prev Previous commit
Next Next commit
Updates
  • Loading branch information
eldadfux committed Nov 12, 2024
commit be94deb245931ce7d2274f2f4a382468274a4afe
2 changes: 1 addition & 1 deletion src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@
</a>
</li>
<li>
<a href="/docs/products/storage" class="web-card is-normal">
<a href="/docs/products/network" class="web-card is-normal">
<img
src="/images/icons/illustrated/dark/storage.png"
alt=""
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/products/network/cdn/+page.markdoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: article
title: Content delivery network (CDN)
title: Content Delivery Network (CDN)
description: Learn about Appwrite’s CDN, designed to optimize content delivery with compression, and edge optimization for improved performance and reduced latency.
---

Expand Down
Loading