Skip to content
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
1 change: 1 addition & 0 deletions docs/core-concepts/build-settings.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/creating-a-new-project.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/deploying-a-project.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/link-and-unlink.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/login-and-logout.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/managing-tokens.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/updating-the-cli.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cli/viewing-build-logs.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/cron-jobs.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/deployments.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/domains.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/environment-variables.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/github-integration.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/globe-yaml.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/logs.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/static-assets.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/core-concepts/usage.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/dart-frog.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/flutter-web.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/jaspr.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/monorepos.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/serverpod.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/frameworks/shelf-server.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/environment-setup/github.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/environment-setup/globe-cli.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/add-custom-domain.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/auth-email-verification.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/build-notes-api-jao.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/build-notes-app.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/build-realtime-voting-app.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/build-snippet-app.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/cache-github-api-with-kv.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/connect-flutter-app.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/dart-frog-deployment.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/github-integration.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/globe-cron-jobs.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/handle-file-uploads.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/jaspr-globe-deployment.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/secure-dart-apis.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/serinus-backend-globe.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/shelf-backend-globe.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/sign-in-with-apple.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/sign-in-with-github.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/sign-in-with-google.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/test-dart-frog-backend.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/use-external-service.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/guides/validate-api-requests.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
redirect: https://github.com/invertase/globe/blob/main/docs/migration.mdx
title: Globe Overview
---

Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/automatic-caching.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/cold-starts.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/compute-regions.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/global-cdn.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/http-headers.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/resources-and-limits.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/overview/using-ffi.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/infrastructure/performance-and-security/security.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/products/ai.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/products/database/database-management.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
1 change: 1 addition & 0 deletions docs/products/database/index.mdx
Original file line number Diff line number Diff line change
@@ -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.
---
Expand Down
Loading
Loading