Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 61bae05

Browse files
chore: Pr review
1 parent c6ec5fa commit 61bae05

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/migration.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you need any further support, please contact us at contact@globe.dev and incl
2525

2626
---
2727

28-
<h2 id="before-you-begin" style="scroll-margin-top: 6rem">Before You Begin</h2>
28+
<h2 id="before-you-begin" style="scroll-margin-top: 12rem">Before You Begin</h2>
2929

3030
Take a moment to inventory what you are using on Globe. This will help you plan your migration.
3131

@@ -51,7 +51,7 @@ Take a moment to inventory what you are using on Globe. This will help you plan
5151

5252
---
5353

54-
<h2 id="part-1-migrating-dart-backend-deployments" style="scroll-margin-top: 6rem">Part 1: Migrating Dart Backend Deployments</h2>
54+
<h2 id="part-1-migrating-dart-backend-deployments" style="scroll-margin-top: 12rem">Part 1: Migrating Dart Backend Deployments</h2>
5555

5656
Globe ran your Dart backend code in serverless containers. To move to another platform, you will need to containerize your application with Docker. The good news: Dart has official Docker support, and the process is straightforward regardless of which framework you use.
5757

@@ -251,7 +251,7 @@ For a VPS deployment, the general process is:
251251

252252
---
253253

254-
<h2 id="part-2-migrating-flutter-web-deployments" style="scroll-margin-top: 6rem">Part 2: Migrating Flutter Web Deployments</h2>
254+
<h2 id="part-2-migrating-flutter-web-deployments" style="scroll-margin-top: 12rem">Part 2: Migrating Flutter Web Deployments</h2>
255255

256256
Flutter Web applications are static assets after building. This means you have many hosting options, and most of them are free or very affordable.
257257

@@ -323,7 +323,7 @@ Alternatively, build locally and use the Vercel CLI: `vercel deploy build/web`
323323

324324
---
325325

326-
<h2 id="part-3-migrating-jaspr-projects" style="scroll-margin-top: 6rem">Part 3: Migrating Jaspr Projects</h2>
326+
<h2 id="part-3-migrating-jaspr-projects" style="scroll-margin-top: 12rem">Part 3: Migrating Jaspr Projects</h2>
327327

328328
Jaspr projects come in three modes, and each requires a different migration approach.
329329

@@ -368,7 +368,7 @@ Note: Verify the exact build output paths for your Jaspr version. The compiled s
368368

369369
---
370370

371-
<h2 id="part-4-migrating-custom-domains" style="scroll-margin-top: 6rem">Part 4: Migrating Custom Domains</h2>
371+
<h2 id="part-4-migrating-custom-domains" style="scroll-margin-top: 12rem">Part 4: Migrating Custom Domains</h2>
372372

373373
If you connected a custom domain to your Globe project, here is how to point it to your new provider. Globe managed custom domains through Cloudflare DNS, so you previously added a CNAME record pointing to `domains.globeapp.dev`.
374374

@@ -408,7 +408,7 @@ To minimize downtime, we recommend this sequence:
408408

409409
---
410410

411-
<h2 id="part-5-migrating-globe-db-data" style="scroll-margin-top: 6rem">Part 5: Migrating Globe DB Data</h2>
411+
<h2 id="part-5-migrating-globe-db-data" style="scroll-margin-top: 12rem">Part 5: Migrating Globe DB Data</h2>
412412

413413
Globe DB is powered by Turso, a distributed SQLite-compatible database built on libSQL. Your data is stored in Turso's infrastructure, and there are clear paths to export it.
414414

@@ -442,7 +442,7 @@ sqlite3 my_local.db < my_data_dump.sql
442442

443443
---
444444

445-
<h2 id="part-6-migrating-globe-kv-data" style="scroll-margin-top: 6rem">Part 6: Migrating Globe KV Data</h2>
445+
<h2 id="part-6-migrating-globe-kv-data" style="scroll-margin-top: 12rem">Part 6: Migrating Globe KV Data</h2>
446446

447447
Globe KV is powered by Cloudflare Workers KV under the hood. KV data is stored as key-value pairs in a Cloudflare namespace.
448448

@@ -482,7 +482,7 @@ wrangler kv bulk put kv_data.json --namespace-id=YOUR_NEW_NAMESPACE_ID
482482

483483
---
484484

485-
<h2 id="migration-checklist" style="scroll-margin-top: 6rem">Migration Checklist</h2>
485+
<h2 id="migration-checklist" style="scroll-margin-top: 12rem">Migration Checklist</h2>
486486

487487
Use this checklist to make sure you have covered everything.
488488

0 commit comments

Comments
 (0)