diff --git a/docs/core-concepts/build-settings.mdx b/docs/core-concepts/build-settings.mdx index 6cb94195..13dc736c 100644 --- a/docs/core-concepts/build-settings.mdx +++ b/docs/core-concepts/build-settings.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build Settings description: Configure how your Dart and Flutter apps are built and deployed, including framework presets, SDK versions, build commands, and entry points. --- diff --git a/docs/core-concepts/cli/creating-a-new-project.mdx b/docs/core-concepts/cli/creating-a-new-project.mdx index 9a324099..744d9544 100644 --- a/docs/core-concepts/cli/creating-a-new-project.mdx +++ b/docs/core-concepts/cli/creating-a-new-project.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Creating Projects from Templates description: Create new Dart and Flutter projects quickly using predefined templates with the globe create command, supporting various frameworks and project types. --- diff --git a/docs/core-concepts/cli/deploying-a-project.mdx b/docs/core-concepts/cli/deploying-a-project.mdx index 54b96a1d..4f674eb0 100644 --- a/docs/core-concepts/cli/deploying-a-project.mdx +++ b/docs/core-concepts/cli/deploying-a-project.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a project description: Deploy your Dart and Flutter applications to Globe directly from the command line using the globe deploy command, with support for preview and production deployments. --- diff --git a/docs/core-concepts/cli/index.mdx b/docs/core-concepts/cli/index.mdx index efc94735..6ce272b5 100644 --- a/docs/core-concepts/cli/index.mdx +++ b/docs/core-concepts/cli/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Globe CLI Overview description: Install and use the Globe CLI to deploy Dart and Flutter apps, manage projects, view build logs, and integrate with CI/CD pipelines from your terminal. --- diff --git a/docs/core-concepts/cli/link-and-unlink.mdx b/docs/core-concepts/cli/link-and-unlink.mdx index 349620bf..57e60b1b 100644 --- a/docs/core-concepts/cli/link-and-unlink.mdx +++ b/docs/core-concepts/cli/link-and-unlink.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Linking and Unlinking Projects description: Associate local project directories with Globe projects using globe link and globe unlink commands, with support for monorepos and multiple projects. --- diff --git a/docs/core-concepts/cli/login-and-logout.mdx b/docs/core-concepts/cli/login-and-logout.mdx index bd988484..7534109c 100644 --- a/docs/core-concepts/cli/login-and-logout.mdx +++ b/docs/core-concepts/cli/login-and-logout.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Logging In and Out description: Authenticate the Globe CLI with your account using globe login, and securely log out with globe logout to manage CLI access. --- diff --git a/docs/core-concepts/cli/managing-tokens.mdx b/docs/core-concepts/cli/managing-tokens.mdx index 33c6c5f6..b62a6b36 100644 --- a/docs/core-concepts/cli/managing-tokens.mdx +++ b/docs/core-concepts/cli/managing-tokens.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Managing Globe Tokens description: Create, list, and delete authentication tokens for the Globe CLI using globe token commands, enabling CI/CD integration and automated deployments. --- diff --git a/docs/core-concepts/cli/updating-the-cli.mdx b/docs/core-concepts/cli/updating-the-cli.mdx index 75d5f6e7..17e1dd41 100644 --- a/docs/core-concepts/cli/updating-the-cli.mdx +++ b/docs/core-concepts/cli/updating-the-cli.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Updating the Globe CLI description: Update the Globe CLI to the latest version using the globe update command. --- diff --git a/docs/core-concepts/cli/viewing-build-logs.mdx b/docs/core-concepts/cli/viewing-build-logs.mdx index e802daa4..d185f595 100644 --- a/docs/core-concepts/cli/viewing-build-logs.mdx +++ b/docs/core-concepts/cli/viewing-build-logs.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Viewing Build Logs description: View build logs for your Globe deployments using the globe build-logs command or stream logs during deployment with the --logs flag. --- diff --git a/docs/core-concepts/cron-jobs.mdx b/docs/core-concepts/cron-jobs.mdx index 7610f049..02be2886 100644 --- a/docs/core-concepts/cron-jobs.mdx +++ b/docs/core-concepts/cron-jobs.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Cron Jobs description: Schedule recurring HTTP-based background tasks in your Globe deployments using cron jobs defined in globe.yaml, running automatically on production. --- diff --git a/docs/core-concepts/deployments.mdx b/docs/core-concepts/deployments.mdx index d2816cbf..e385f701 100644 --- a/docs/core-concepts/deployments.mdx +++ b/docs/core-concepts/deployments.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deployments description: Learn how Globe creates versioned builds of your app, manage preview and production deployments, and track your application across environments. --- diff --git a/docs/core-concepts/domains.mdx b/docs/core-concepts/domains.mdx index 9e85131b..eb7f8494 100644 --- a/docs/core-concepts/domains.mdx +++ b/docs/core-concepts/domains.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Domains description: Configure custom domains for your Globe deployments with automatic HTTPS, DNS verification, and integration with production deployments. --- diff --git a/docs/core-concepts/environment-variables.mdx b/docs/core-concepts/environment-variables.mdx index d6abd41b..071347c2 100644 --- a/docs/core-concepts/environment-variables.mdx +++ b/docs/core-concepts/environment-variables.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Environment Variables description: Manage secrets and environment-specific configuration for your Globe deployments using environment variables, with support for preview and production environments. --- diff --git a/docs/core-concepts/github-integration.mdx b/docs/core-concepts/github-integration.mdx index 1e57ab0a..720a9627 100644 --- a/docs/core-concepts/github-integration.mdx +++ b/docs/core-concepts/github-integration.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: GitHub Integration description: Connect your GitHub repository to automatically deploy Dart and Flutter apps on every push, with support for production and preview deployments. --- diff --git a/docs/core-concepts/globe-yaml.mdx b/docs/core-concepts/globe-yaml.mdx index ca5c96be..63ea7276 100644 --- a/docs/core-concepts/globe-yaml.mdx +++ b/docs/core-concepts/globe-yaml.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: The globe.yaml File description: Define your project configuration in a version-controlled globe.yaml file to manage build settings, assets, cron jobs, and deployment settings as code. --- diff --git a/docs/core-concepts/logs.mdx b/docs/core-concepts/logs.mdx index 22b91999..c56f1789 100644 --- a/docs/core-concepts/logs.mdx +++ b/docs/core-concepts/logs.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Logs description: Monitor runtime logs for your Globe deployments to debug errors, track application behavior, and validate configuration changes. --- diff --git a/docs/core-concepts/static-assets.mdx b/docs/core-concepts/static-assets.mdx index 353a26ae..976ea311 100644 --- a/docs/core-concepts/static-assets.mdx +++ b/docs/core-concepts/static-assets.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Static Assets description: Serve static files like images, fonts, and HTML from your Globe deployment using automatic detection or manual configuration in globe.yaml. --- diff --git a/docs/core-concepts/usage.mdx b/docs/core-concepts/usage.mdx index 218d0372..ce283d22 100644 --- a/docs/core-concepts/usage.mdx +++ b/docs/core-concepts/usage.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Usage description: Track resource consumption, requests, CPU, memory, and bandwidth usage across your Globe deployments with real-time metrics and visualizations. --- diff --git a/docs/frameworks/dart-frog.mdx b/docs/frameworks/dart-frog.mdx index de320c2d..3dd14f7f 100644 --- a/docs/frameworks/dart-frog.mdx +++ b/docs/frameworks/dart-frog.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a Dart Frog Application description: Deploy Dart Frog backend applications to Globe with file-based routing and zero-configuration deployment for Dart APIs. --- diff --git a/docs/frameworks/flutter-web.mdx b/docs/frameworks/flutter-web.mdx index 8913169b..f836c403 100644 --- a/docs/frameworks/flutter-web.mdx +++ b/docs/frameworks/flutter-web.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a Flutter Web Application description: Deploy Flutter Web applications to Globe's global CDN with optimized builds and edge caching for high-performance SPAs. --- diff --git a/docs/frameworks/index.mdx b/docs/frameworks/index.mdx index 430153d9..3ff2086c 100644 --- a/docs/frameworks/index.mdx +++ b/docs/frameworks/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Frameworks description: Learn about supported Dart and Flutter frameworks on Globe, including Dart Frog, Shelf, Flutter Web, and Jaspr with automatic preset detection. --- diff --git a/docs/frameworks/jaspr.mdx b/docs/frameworks/jaspr.mdx index eafc748a..8fc16510 100644 --- a/docs/frameworks/jaspr.mdx +++ b/docs/frameworks/jaspr.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a Jaspr Application description: Deploy Jaspr applications to Globe with support for all rendering modes including server-side, static, and client-side rendering for Dart web apps. --- diff --git a/docs/frameworks/monorepos.mdx b/docs/frameworks/monorepos.mdx index f34170b9..7ce42d25 100644 --- a/docs/frameworks/monorepos.mdx +++ b/docs/frameworks/monorepos.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying from a Monorepo description: Deploy individual Dart applications from monorepos and workspaces managed by Melos or Pub Workspaces, with automatic Flutter environment detection. --- diff --git a/docs/frameworks/serverpod.mdx b/docs/frameworks/serverpod.mdx index d6a1f8b6..7c62b88a 100644 --- a/docs/frameworks/serverpod.mdx +++ b/docs/frameworks/serverpod.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a Serverpod Application description: Deploy Serverpod applications to Globe with database configuration and support for both server and Flutter client deployments. --- diff --git a/docs/frameworks/shelf-server.mdx b/docs/frameworks/shelf-server.mdx index ad681e36..e585661f 100644 --- a/docs/frameworks/shelf-server.mdx +++ b/docs/frameworks/shelf-server.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploying a Shelf Server description: Deploy Shelf server applications to Globe with zero configuration and support for flexible Dart web server deployments. --- diff --git a/docs/getting-started/environment-setup/github.mdx b/docs/getting-started/environment-setup/github.mdx index 623a20f1..5e042e38 100644 --- a/docs/getting-started/environment-setup/github.mdx +++ b/docs/getting-started/environment-setup/github.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Connecting to GitHub description: Connect your GitHub account to Globe to enable automatic deployments from your repositories with GitHub integration and event triggers. --- diff --git a/docs/getting-started/environment-setup/globe-cli.mdx b/docs/getting-started/environment-setup/globe-cli.mdx index c3df5e74..e3db036a 100644 --- a/docs/getting-started/environment-setup/globe-cli.mdx +++ b/docs/getting-started/environment-setup/globe-cli.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Setting up the Globe CLI description: Install and authenticate the Globe CLI to deploy Dart and Flutter applications directly from your terminal with full control over deployments. --- diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index c25f20ee..5d45bd36 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Getting started with Globe description: Get started with Globe by installing the Dart SDK, creating an account, and choosing between CLI or GitHub integration for deploying Dart and Flutter applications. --- diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index abfdd269..c78c6d5d 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Quickstart description: Choose a supported framework and launch your Dart or Flutter app on Globe quickly with Flutter Web, Dart Frog, Shelf, or Jaspr. --- diff --git a/docs/guides/add-custom-domain.mdx b/docs/guides/add-custom-domain.mdx index 290872a0..bdf471b6 100644 --- a/docs/guides/add-custom-domain.mdx +++ b/docs/guides/add-custom-domain.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Add a Custom Domain to Your Globe App description: Link your domain for professional branding and direct access to your application. --- diff --git a/docs/guides/auth-email-verification.mdx b/docs/guides/auth-email-verification.mdx index df2f12a0..043ac884 100644 --- a/docs/guides/auth-email-verification.mdx +++ b/docs/guides/auth-email-verification.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Enhance API Auth Security with Email Verification description: Learn how to send verification emails with Gmail and the mailer package to complete your authentication flow. --- diff --git a/docs/guides/build-notes-api-jao.mdx b/docs/guides/build-notes-api-jao.mdx index 524fc307..415b4184 100644 --- a/docs/guides/build-notes-api-jao.mdx +++ b/docs/guides/build-notes-api-jao.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build a Notes CRUD API with Globe Database and Jao ORM description: Deploy a Dart backend with a serverless SQLite database in under 10 minutes using Dart Frog and Jao. --- diff --git a/docs/guides/build-notes-app.mdx b/docs/guides/build-notes-app.mdx index f3211e51..a859b757 100644 --- a/docs/guides/build-notes-app.mdx +++ b/docs/guides/build-notes-app.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build a Notes CRUD API with Globe Database and Dart Frog description: Deploy a Dart backend with a serverless SQLite database in under 10 minutes using Dart Frog and Drift. --- diff --git a/docs/guides/build-realtime-voting-app.mdx b/docs/guides/build-realtime-voting-app.mdx index 94d76b7d..0daff407 100644 --- a/docs/guides/build-realtime-voting-app.mdx +++ b/docs/guides/build-realtime-voting-app.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build a Real-Time Voting App with Dart Frog, Globe DB and Pusher description: Create a live voting application with instant updates across all connected clients. --- diff --git a/docs/guides/build-snippet-app.mdx b/docs/guides/build-snippet-app.mdx index 2b80eaa9..8cb00b8d 100644 --- a/docs/guides/build-snippet-app.mdx +++ b/docs/guides/build-snippet-app.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build a Snippet App with Dart Frog and Globe KV description: A step-by-step guide to building a full-stack Dart application using Dart Frog and best practices like MVC. --- diff --git a/docs/guides/cache-github-api-with-kv.mdx b/docs/guides/cache-github-api-with-kv.mdx index c36bc53f..5852ca7b 100644 --- a/docs/guides/cache-github-api-with-kv.mdx +++ b/docs/guides/cache-github-api-with-kv.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build a GitHub Stats Cacher with Globe KV description: Learn how to cache slow API responses with Globe KV to improve your app's performance and reliability. --- diff --git a/docs/guides/connect-flutter-app.mdx b/docs/guides/connect-flutter-app.mdx index ffee0019..e9b490d1 100644 --- a/docs/guides/connect-flutter-app.mdx +++ b/docs/guides/connect-flutter-app.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Connect Your Flutter App to a Dart Backend on Globe description: Ship a complete Flutter web app with an integrated Dart backend in minutes. --- diff --git a/docs/guides/dart-frog-deployment.mdx b/docs/guides/dart-frog-deployment.mdx index 20839734..89f698cc 100644 --- a/docs/guides/dart-frog-deployment.mdx +++ b/docs/guides/dart-frog-deployment.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploy Your Dart Frog Backend on Globe description: Learn how to deploy your Dart Frog backend applications to Globe. --- diff --git a/docs/guides/github-integration.mdx b/docs/guides/github-integration.mdx index 91bbedbf..dbe2eb1b 100644 --- a/docs/guides/github-integration.mdx +++ b/docs/guides/github-integration.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Set up CI/CD with GitHub Integration description: Automate your build, test, and deploy workflow for faster releases with Globe and GitHub. --- diff --git a/docs/guides/globe-cron-jobs.mdx b/docs/guides/globe-cron-jobs.mdx index 4303f1b2..e6c23278 100644 --- a/docs/guides/globe-cron-jobs.mdx +++ b/docs/guides/globe-cron-jobs.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Schedule Cron Jobs on Globe description: Automate recurring tasks by defining and deploying scheduled HTTP requests. --- diff --git a/docs/guides/handle-file-uploads.mdx b/docs/guides/handle-file-uploads.mdx index 5c24ec8a..5971405f 100644 --- a/docs/guides/handle-file-uploads.mdx +++ b/docs/guides/handle-file-uploads.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Handle File Uploads in Dart Frog with Cloudflare R2 description: Receive multipart file uploads in your Dart API and store them in cloud storage. --- diff --git a/docs/guides/index.mdx b/docs/guides/index.mdx index 2c6d62d0..221236d4 100644 --- a/docs/guides/index.mdx +++ b/docs/guides/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Manage Your Projects in the Globe Dashboard description: Manage deployments, logs, settings, integrations, and monitoring. --- diff --git a/docs/guides/jaspr-globe-deployment.mdx b/docs/guides/jaspr-globe-deployment.mdx index 3997b750..1d1e8928 100644 --- a/docs/guides/jaspr-globe-deployment.mdx +++ b/docs/guides/jaspr-globe-deployment.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Build and Deploy a Jaspr Website on Globe description: Use Jaspr to build and deploy a server-rendered site in Dart. --- diff --git a/docs/guides/secure-dart-apis.mdx b/docs/guides/secure-dart-apis.mdx index 7aa616d4..b8323ae2 100644 --- a/docs/guides/secure-dart-apis.mdx +++ b/docs/guides/secure-dart-apis.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Secure Your Dart APIs on Globe description: Secure your backend APIs with authentication tips and techniques. --- diff --git a/docs/guides/serinus-backend-globe.mdx b/docs/guides/serinus-backend-globe.mdx index 6c099b1e..3077df53 100644 --- a/docs/guides/serinus-backend-globe.mdx +++ b/docs/guides/serinus-backend-globe.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Deploy Your Serinus Backend on Globe description: Create, test, and deploy a Dart backend using the Serinus framework on Globe. --- diff --git a/docs/guides/shelf-backend-globe.mdx b/docs/guides/shelf-backend-globe.mdx index 2304b832..4e5b2d87 100644 --- a/docs/guides/shelf-backend-globe.mdx +++ b/docs/guides/shelf-backend-globe.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Use Shelf for Backends on Globe description: Create, test, and deploy a Dart backend using the Shelf framework on Globe. --- diff --git a/docs/guides/sign-in-with-apple.mdx b/docs/guides/sign-in-with-apple.mdx index 667f8140..74309504 100644 --- a/docs/guides/sign-in-with-apple.mdx +++ b/docs/guides/sign-in-with-apple.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Implement Sign in with Apple using Dart Frog description: Learn to build a complete OAuth 2.0 flow, allowing users to sign in to your application securely with their Apple account. --- diff --git a/docs/guides/sign-in-with-github.mdx b/docs/guides/sign-in-with-github.mdx index df8bfb32..9301f255 100644 --- a/docs/guides/sign-in-with-github.mdx +++ b/docs/guides/sign-in-with-github.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Implement Sign in with GitHub using Dart Frog description: Learn to build a complete OAuth 2.0 flow, allowing users to sign in to your application securely with their GitHub account. --- diff --git a/docs/guides/sign-in-with-google.mdx b/docs/guides/sign-in-with-google.mdx index d4c810ac..0024761c 100644 --- a/docs/guides/sign-in-with-google.mdx +++ b/docs/guides/sign-in-with-google.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Implement Sign in with Google using Dart Frog description: Learn to build a complete OAuth 2.0 flow, allowing users to sign in to your application securely with their Google account. --- diff --git a/docs/guides/test-dart-frog-backend.mdx b/docs/guides/test-dart-frog-backend.mdx index b99f90d5..4c15fa70 100644 --- a/docs/guides/test-dart-frog-backend.mdx +++ b/docs/guides/test-dart-frog-backend.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Test Your Dart Frog API description: Learn to test your Dart Frog API endpoints and their interactions with a data repository, ensuring your backend behaves as expected. --- diff --git a/docs/guides/use-external-service.mdx b/docs/guides/use-external-service.mdx index 78e92d37..2c85957c 100644 --- a/docs/guides/use-external-service.mdx +++ b/docs/guides/use-external-service.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: How to Use External APIs & Packages in Your Globe Backend description: Use pub.dev packages and call external APIs from your Dart backend. --- diff --git a/docs/guides/validate-api-requests.mdx b/docs/guides/validate-api-requests.mdx index 04babb3f..a22ec2db 100644 --- a/docs/guides/validate-api-requests.mdx +++ b/docs/guides/validate-api-requests.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Validate API Requests with Luthor description: Use schema-based validation to protect your Dart APIs from malformed or malicious data. --- diff --git a/docs/index.mdx b/docs/index.mdx index ce22569c..0278bab6 100644 --- a/docs/index.mdx +++ b/docs/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Globe Overview --- diff --git a/docs/infrastructure/overview/automatic-caching.mdx b/docs/infrastructure/overview/automatic-caching.mdx index 11829b11..c5773fbd 100644 --- a/docs/infrastructure/overview/automatic-caching.mdx +++ b/docs/infrastructure/overview/automatic-caching.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Automatic Caching description: Understand Globe's automatic caching system for static assets, learn how to control cache behavior with HTTP headers, and optimize asset delivery performance. --- diff --git a/docs/infrastructure/overview/cold-starts.mdx b/docs/infrastructure/overview/cold-starts.mdx index d8db6d97..71604c2d 100644 --- a/docs/infrastructure/overview/cold-starts.mdx +++ b/docs/infrastructure/overview/cold-starts.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Cold Starts description: Understand cold starts in Globe's serverless platform, learn how to minimize their impact, and optimize application startup performance for better latency. --- diff --git a/docs/infrastructure/overview/compute-regions.mdx b/docs/infrastructure/overview/compute-regions.mdx index 86be121f..49ac9113 100644 --- a/docs/infrastructure/overview/compute-regions.mdx +++ b/docs/infrastructure/overview/compute-regions.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Compute Regions description: Configure preferred compute regions for your Globe deployments to optimize performance, ensure data residency, and co-locate with region-specific services. --- diff --git a/docs/infrastructure/overview/global-cdn.mdx b/docs/infrastructure/overview/global-cdn.mdx index 833b3636..fdc084b3 100644 --- a/docs/infrastructure/overview/global-cdn.mdx +++ b/docs/infrastructure/overview/global-cdn.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Global CDN & Edge Network description: Learn how Globe's global CDN and edge network with 300+ locations provides fast, secure, and highly available access to your Dart and Flutter applications worldwide. --- diff --git a/docs/infrastructure/overview/http-headers.mdx b/docs/infrastructure/overview/http-headers.mdx index 90ba2ea8..4981f97a 100644 --- a/docs/infrastructure/overview/http-headers.mdx +++ b/docs/infrastructure/overview/http-headers.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: HTTP Headers in Globe description: Use Globe's automatic HTTP headers for geolocation, request tracking, container temperature monitoring, and GDPR compliance in your Dart applications. --- diff --git a/docs/infrastructure/overview/index.mdx b/docs/infrastructure/overview/index.mdx index b9e9c4a9..b28661c9 100644 --- a/docs/infrastructure/overview/index.mdx +++ b/docs/infrastructure/overview/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Infrastructure Overview" description: Learn how Globe's serverless infrastructure runs Dart code in isolated containers with automatic scaling, global edge network, and zero infrastructure management. --- diff --git a/docs/infrastructure/overview/resources-and-limits.mdx b/docs/infrastructure/overview/resources-and-limits.mdx index c6c24ee1..5bb63130 100644 --- a/docs/infrastructure/overview/resources-and-limits.mdx +++ b/docs/infrastructure/overview/resources-and-limits.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Resources & Limits description: Understand Globe's resource limits including requests, bandwidth, memory, CPU, execution time, databases, and cron jobs for your Dart and Flutter applications. --- diff --git a/docs/infrastructure/overview/using-ffi.mdx b/docs/infrastructure/overview/using-ffi.mdx index 64c43121..a3cd6e48 100644 --- a/docs/infrastructure/overview/using-ffi.mdx +++ b/docs/infrastructure/overview/using-ffi.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Using FFI with Native Code" description: Use Dart's Foreign Function Interface (FFI) with native code in Globe deployments, including requirements for x86_64 architecture and security considerations. --- diff --git a/docs/infrastructure/performance-and-security/performance.mdx b/docs/infrastructure/performance-and-security/performance.mdx index bed60c73..dc15d4a1 100644 --- a/docs/infrastructure/performance-and-security/performance.mdx +++ b/docs/infrastructure/performance-and-security/performance.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Performance description: Optimize your Globe deployments for performance with automatic scaling, global edge network, caching strategies, and best practices for Dart and Flutter apps. --- diff --git a/docs/infrastructure/performance-and-security/security.mdx b/docs/infrastructure/performance-and-security/security.mdx index 3d273fc6..8d91cafd 100644 --- a/docs/infrastructure/performance-and-security/security.mdx +++ b/docs/infrastructure/performance-and-security/security.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Security description: Learn about Globe's built-in security features including container isolation, HTTPS encryption, DDoS protection, and security best practices for your applications. --- diff --git a/docs/products/ai.mdx b/docs/products/ai.mdx index 02fdc95e..40cb3c6b 100644 --- a/docs/products/ai.mdx +++ b/docs/products/ai.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Globe AI description: Integrate large language models into Dart and Flutter apps with Globe AI, supporting text generation, streaming responses, and structured data extraction. --- diff --git a/docs/products/database/database-management.mdx b/docs/products/database/database-management.mdx index eb441f22..82dbd080 100644 --- a/docs/products/database/database-management.mdx +++ b/docs/products/database/database-management.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Managing Your Database description: Manage your Globe DB databases through the dashboard, including data manipulation, SQL queries, external client connections, and database deletion. --- diff --git a/docs/products/database/index.mdx b/docs/products/database/index.mdx index 65599d84..2fa9602d 100644 --- a/docs/products/database/index.mdx +++ b/docs/products/database/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Globe DB description: Use Globe DB, a serverless SQLite database for Dart and Flutter, with edge-ready performance and seamless integration with popular Dart database packages. --- diff --git a/docs/products/database/quickstart.mdx b/docs/products/database/quickstart.mdx index c13076f5..2ed29b7a 100644 --- a/docs/products/database/quickstart.mdx +++ b/docs/products/database/quickstart.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Quickstart description: Deploy a complete Dart backend with Globe DB in under 10 minutes, including database creation, CRUD API setup with Drift, and live testing. --- diff --git a/docs/products/index.mdx b/docs/products/index.mdx index 2661de7b..d6ad9191 100644 --- a/docs/products/index.mdx +++ b/docs/products/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Globe KV description: Use Globe KV, a fast key-value store for Dart and Flutter apps, ideal for caching, user settings, session storage, and feature flags with global edge caching. --- diff --git a/docs/releases/index.mdx b/docs/releases/index.mdx index 2f7386ba..78656f48 100644 --- a/docs/releases/index.mdx +++ b/docs/releases/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Releases description: Stay updated with Globe's latest features, improvements, and bug fixes. Browse version history and release notes for all Globe updates. --- diff --git a/docs/releases/known-bugs.mdx b/docs/releases/known-bugs.mdx index d3782945..2a9a35da 100644 --- a/docs/releases/known-bugs.mdx +++ b/docs/releases/known-bugs.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Known Bugs --- diff --git a/docs/releases/roadmap-and-feedback/index.mdx b/docs/releases/roadmap-and-feedback/index.mdx index 6c0bf09b..ac6a2770 100644 --- a/docs/releases/roadmap-and-feedback/index.mdx +++ b/docs/releases/roadmap-and-feedback/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Roadmap & Feedback --- diff --git a/docs/releases/v/0.10.0.mdx b/docs/releases/v/0.10.0.mdx index 6c132538..44daa97e 100644 --- a/docs/releases/v/0.10.0.mdx +++ b/docs/releases/v/0.10.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.10.0 (November 2024) --- diff --git a/docs/releases/v/0.11.0.mdx b/docs/releases/v/0.11.0.mdx index 41d2472d..95e7d25e 100644 --- a/docs/releases/v/0.11.0.mdx +++ b/docs/releases/v/0.11.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.11.0 (December 2024) --- diff --git a/docs/releases/v/0.12.0.mdx b/docs/releases/v/0.12.0.mdx index b84c789b..978f30da 100644 --- a/docs/releases/v/0.12.0.mdx +++ b/docs/releases/v/0.12.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.12.0 (January 2025) --- diff --git a/docs/releases/v/0.13.0.mdx b/docs/releases/v/0.13.0.mdx index b53771d9..0bb626ef 100644 --- a/docs/releases/v/0.13.0.mdx +++ b/docs/releases/v/0.13.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.13.0 (February 2025) --- diff --git a/docs/releases/v/0.14.0.mdx b/docs/releases/v/0.14.0.mdx index 4321d781..0354841d 100644 --- a/docs/releases/v/0.14.0.mdx +++ b/docs/releases/v/0.14.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.14.0 (March 2025) --- diff --git a/docs/releases/v/0.15.0.mdx b/docs/releases/v/0.15.0.mdx index cd063a62..5d590e1c 100644 --- a/docs/releases/v/0.15.0.mdx +++ b/docs/releases/v/0.15.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.15.0 (April 2025) --- diff --git a/docs/releases/v/0.16.0.mdx b/docs/releases/v/0.16.0.mdx index 04340fcb..b172446c 100644 --- a/docs/releases/v/0.16.0.mdx +++ b/docs/releases/v/0.16.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.16.0 (May 2025) --- diff --git a/docs/releases/v/0.17.0.mdx b/docs/releases/v/0.17.0.mdx index be42e6f4..78448681 100644 --- a/docs/releases/v/0.17.0.mdx +++ b/docs/releases/v/0.17.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.17.0 (June 2025) --- diff --git a/docs/releases/v/0.18.0.mdx b/docs/releases/v/0.18.0.mdx index 58501d4e..25fecd29 100644 --- a/docs/releases/v/0.18.0.mdx +++ b/docs/releases/v/0.18.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.18.0 (July 2025) --- diff --git a/docs/releases/v/0.19.0.mdx b/docs/releases/v/0.19.0.mdx index 807f4a90..286b3795 100644 --- a/docs/releases/v/0.19.0.mdx +++ b/docs/releases/v/0.19.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.19.0 (August 2025) --- diff --git a/docs/releases/v/0.20.0.mdx b/docs/releases/v/0.20.0.mdx index 722d227d..f8c9dee9 100644 --- a/docs/releases/v/0.20.0.mdx +++ b/docs/releases/v/0.20.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.20.0 (September 2025) --- diff --git a/docs/releases/v/0.21.0.mdx b/docs/releases/v/0.21.0.mdx index 737975cc..54436b58 100644 --- a/docs/releases/v/0.21.0.mdx +++ b/docs/releases/v/0.21.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.21.0 (October 2025) --- diff --git a/docs/releases/v/0.22.0.mdx b/docs/releases/v/0.22.0.mdx index f539c57f..82aba984 100644 --- a/docs/releases/v/0.22.0.mdx +++ b/docs/releases/v/0.22.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.22.0 (November 2025) --- diff --git a/docs/releases/v/0.23.0.mdx b/docs/releases/v/0.23.0.mdx index dafaa534..6cd7a8ad 100644 --- a/docs/releases/v/0.23.0.mdx +++ b/docs/releases/v/0.23.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.23.0 (December 2025) --- diff --git a/docs/releases/v/0.24.0.mdx b/docs/releases/v/0.24.0.mdx index 02b5001d..0c792771 100644 --- a/docs/releases/v/0.24.0.mdx +++ b/docs/releases/v/0.24.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.24.0 (January 2026) --- diff --git a/docs/releases/v/0.3.0.mdx b/docs/releases/v/0.3.0.mdx index e6ee4e94..7c3a4182 100644 --- a/docs/releases/v/0.3.0.mdx +++ b/docs/releases/v/0.3.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.3.0 (April 2024) --- diff --git a/docs/releases/v/0.4.0.mdx b/docs/releases/v/0.4.0.mdx index 9c686dde..1339de0c 100644 --- a/docs/releases/v/0.4.0.mdx +++ b/docs/releases/v/0.4.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.4.0 (May 2024) --- diff --git a/docs/releases/v/0.5.0.mdx b/docs/releases/v/0.5.0.mdx index 3e15bfe2..9076713f 100644 --- a/docs/releases/v/0.5.0.mdx +++ b/docs/releases/v/0.5.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.5.0 (June 2024) --- diff --git a/docs/releases/v/0.6.0.mdx b/docs/releases/v/0.6.0.mdx index 86b336bb..e67c705e 100644 --- a/docs/releases/v/0.6.0.mdx +++ b/docs/releases/v/0.6.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.6.0 (July 2024) --- diff --git a/docs/releases/v/0.7.0.mdx b/docs/releases/v/0.7.0.mdx index 3d8fbe1b..ca2990bf 100644 --- a/docs/releases/v/0.7.0.mdx +++ b/docs/releases/v/0.7.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.7.0 (August 2024) --- diff --git a/docs/releases/v/0.8.0.mdx b/docs/releases/v/0.8.0.mdx index 646d08d1..d9402f6f 100644 --- a/docs/releases/v/0.8.0.mdx +++ b/docs/releases/v/0.8.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.8.0 (September 2024) --- diff --git a/docs/releases/v/0.9.0.mdx b/docs/releases/v/0.9.0.mdx index 16451556..50bbda8b 100644 --- a/docs/releases/v/0.9.0.mdx +++ b/docs/releases/v/0.9.0.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Version 0.9.0 (October 2024) --- diff --git a/docs/terms-privacy/index.mdx b/docs/terms-privacy/index.mdx index b720191f..2ccdecad 100644 --- a/docs/terms-privacy/index.mdx +++ b/docs/terms-privacy/index.mdx @@ -1,3 +1,3 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx redirect: /terms-privacy/terms-of-service ---- diff --git a/docs/terms-privacy/privacy-policy.mdx b/docs/terms-privacy/privacy-policy.mdx index 6602dcb1..9d8aaecb 100644 --- a/docs/terms-privacy/privacy-policy.mdx +++ b/docs/terms-privacy/privacy-policy.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: --- Effective date: 09/12/2024 diff --git a/docs/terms-privacy/terms-of-service.mdx b/docs/terms-privacy/terms-of-service.mdx index a83bdf4c..d58fbab6 100644 --- a/docs/terms-privacy/terms-of-service.mdx +++ b/docs/terms-privacy/terms-of-service.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: --- Effective date: 09/12/2024 diff --git a/docs/troubleshooting/domains.mdx b/docs/troubleshooting/domains.mdx index 7c1bb7b1..34a5b060 100644 --- a/docs/troubleshooting/domains.mdx +++ b/docs/troubleshooting/domains.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Domain Verification and Connection Issues" description: "Troubleshoot domain verification failures, pending verification status, and connection errors when setting up custom domains on Globe." --- diff --git a/docs/troubleshooting/error-413.mdx b/docs/troubleshooting/error-413.mdx index 06c019ae..fc0aecf4 100644 --- a/docs/troubleshooting/error-413.mdx +++ b/docs/troubleshooting/error-413.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Deployment Fails Due to Project Size" description: "Learn how to fix the '413 Request Entity Too Large' error when deploying a project that exceeds the 100 MB limit by excluding unnecessary files." --- diff --git a/docs/troubleshooting/index.mdx b/docs/troubleshooting/index.mdx index b5f20390..27ea4c4a 100644 --- a/docs/troubleshooting/index.mdx +++ b/docs/troubleshooting/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Troubleshooting" description: "Find solutions to common problems and errors when using Globe." --- diff --git a/docs/tutorials/designing-data-globe-database.mdx b/docs/tutorials/designing-data-globe-database.mdx index e7293722..0e6016e8 100644 --- a/docs/tutorials/designing-data-globe-database.mdx +++ b/docs/tutorials/designing-data-globe-database.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "Designing Data for Globe Database" description: "Design tables and relationships for your Dart or Flutter app using Globe DB, Drift, and serverless SQLite." --- diff --git a/docs/tutorials/index.mdx b/docs/tutorials/index.mdx index c9f65f80..90354224 100644 --- a/docs/tutorials/index.mdx +++ b/docs/tutorials/index.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Where Should You Store Your API Keys? description: Learn why hardcoding secrets is a risk and how to use environment variables to securely manage API keys and configuration in your Dart & Flutter apps. --- diff --git a/docs/tutorials/serverless-file-handling.mdx b/docs/tutorials/serverless-file-handling.mdx index 8d81d974..98bda653 100644 --- a/docs/tutorials/serverless-file-handling.mdx +++ b/docs/tutorials/serverless-file-handling.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: Understanding File Uploads in Serverless description: Learn why traditional file handling doesn't work in serverless environments and how to build reliable file upload solutions. --- diff --git a/docs/tutorials/what-is-backend-validation.mdx b/docs/tutorials/what-is-backend-validation.mdx index a096bca6..ac972558 100644 --- a/docs/tutorials/what-is-backend-validation.mdx +++ b/docs/tutorials/what-is-backend-validation.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: What is Backend Validation? description: Learn why backend validation differs from frontend validation and how to protect your Dart APIs from malicious or malformed data. --- diff --git a/docs/tutorials/what-is-cors.mdx b/docs/tutorials/what-is-cors.mdx index f125e3ff..d564d515 100644 --- a/docs/tutorials/what-is-cors.mdx +++ b/docs/tutorials/what-is-cors.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "What is CORS?" description: "A developer's guide to understanding and fixing Cross-Origin Resource Sharing errors." --- diff --git a/docs/tutorials/what-is-jwt.mdx b/docs/tutorials/what-is-jwt.mdx index b79eaa19..819b8919 100644 --- a/docs/tutorials/what-is-jwt.mdx +++ b/docs/tutorials/what-is-jwt.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: What is a JWT? description: A comprehensive guide to understanding how JSON Web Tokens are structured, signed, and used to secure modern APIs. --- diff --git a/docs/tutorials/what-is-middleware.mdx b/docs/tutorials/what-is-middleware.mdx index 4130842b..af70237f 100644 --- a/docs/tutorials/what-is-middleware.mdx +++ b/docs/tutorials/what-is-middleware.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: What is a Middleware? description: Learn how middleware intercepts, processes, and shapes requests and responses in your API, using analogies and code examples from Dart frameworks. --- diff --git a/docs/tutorials/what-is-oauth.mdx b/docs/tutorials/what-is-oauth.mdx index 65c61b18..ae1caaaa 100644 --- a/docs/tutorials/what-is-oauth.mdx +++ b/docs/tutorials/what-is-oauth.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: What is OAuth 2.0? description: Learn how the Authorization Code Flow allows users to securely sign in with services like Google and GitHub without ever sharing their passwords. --- diff --git a/docs/tutorials/what-is-serverless.mdx b/docs/tutorials/what-is-serverless.mdx index 86f213e3..e72b7496 100644 --- a/docs/tutorials/what-is-serverless.mdx +++ b/docs/tutorials/what-is-serverless.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: "What is Serverless?" description: "A plain-language guide to serverless architecture for Flutter developers building their first backend: what it means, how it works, and when to use it." --- diff --git a/docs/tutorials/what-to-store-in-globe-kv.mdx b/docs/tutorials/what-to-store-in-globe-kv.mdx index 4f9ce4c3..24b890af 100644 --- a/docs/tutorials/what-to-store-in-globe-kv.mdx +++ b/docs/tutorials/what-to-store-in-globe-kv.mdx @@ -1,4 +1,5 @@ --- +redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx title: What Can You Store in Globe KV? description: Discover the ideal use cases for Globe KV, from caching and feature flags to user settings, and learn when to choose it for your Dart and Flutter apps. ---