From b877c164fa6484c53b0d12ea82a98d83d48ec588 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:04:57 -0500 Subject: [PATCH 01/12] Fix: Deprecate Shorebird CI and clean up FAQ content Updated the deprecation announcement and removed all content from the CI docs. --- src/content/docs/ci/faq.mdx | 97 +------------------------------------ 1 file changed, 2 insertions(+), 95 deletions(-) diff --git a/src/content/docs/ci/faq.mdx b/src/content/docs/ci/faq.mdx index 8c76cc64..b04cb5f5 100644 --- a/src/content/docs/ci/faq.mdx +++ b/src/content/docs/ci/faq.mdx @@ -5,104 +5,11 @@ sidebar: order: 5 --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -Still have a question about Shorebird CI that the docs didn’t cover? You’re in -the right place. This page covers the most common questions. If you have a -question not answered here or elsewhere in the docs, reach out on Discord or -file an issue. The Shorebird team is happy to help. - -## Product overview - -### Why use this rather than another solution? - -- **Designed for Flutter & Dart** - With this as its leading principle, - Shorebird CI has support for Flutter & Dart specific features. This includes - automatic monorepo & workspace support, automatic parallelization across - multiple package builds, and caching for all critical tooling for fast - execution. -- **Zero config** - Nothing to think about (or worry about keeping up to date). - Shorebird CI just “does the right thing” for Flutter and Dart projects. -- **Fast** - On par with GitHub actions (with room to make it faster still). - Quick boot ups, uses similar (if slightly larger) machine instances, uses - namespace.so’s fancy caching mechanism, etc. - -:::note - -This is not currently designed to replace your existing release flow (e.g. -CodeMagic, fastlane, etc.) but rather to supplement them. - -::: - -### How fast is it? - -Checks typically complete in under a minute even with large repos, including -monorepos. This is mostly due to caching of Dart & Flutter and automatic -parallelization of packages. Shorebird will continue to invest in this over time -as usage grows and the community's needs around Dart-specific pipelines become -clearer. - -### What checks are supported? - -Shorebird CI starts with a few key checks based on internal needs and what other -open source repos are doing. The [Checks](/ci/checks/) documentation will -continue to be kept up to date with what's currently available. - -If you have a specific check that you are looking for please don't hesitate to -reach out — more checks are always being considered based on community needs. - -## GitHub Integration - -### What GitHub permissions does this require and why? - -In order to use Shorebird CI, its GitHub Application requires the following -permissions - -- **Read access to code, metadata, and pull requests** - This allows the - application to check out your codebase and run the necessary checks. All code - is securely deleted after runs. -- **Read and write access to checks, commit statuses, and workflows** - This - allows the application to report back on the status checks that are running - and display them in the GitHub UI. - -## Data privacy - -### Where do builds happen? - -Builds happen through Shorebird's partnership with namespace.so. Namespace uses -several custom datacenters throughout the world and you can read more about this -in their [Documentation Site](https://namespace.so/docs) and -[Trust Center](https://trust.namespace.so). - -### What data do you retain? - -In order to provide a complete service, some of your data needs to be retained. - -- **Logs** - The only data intentionally retained is your build logs, which are - served from - [the CI section of the web console](https://console.shorebird.dev/ci/). Some - minimal metadata is also maintained to associate a pull request/commit with a - build log. - - Shorebird's build provider [Namespace](https://namespace.so) also retains - logs in accordance with their [Terms of Use](https://namespace.so/terms). -- **Source Code** - A copy of your public source code is retained to speed up - repeated builds. There is not currently an explicit retention time on this. - Private repositories are currently under development and will have more - stringent requirements. - -### How to delete your data from the service? - -You need to start by [uninstalling the app on GitHub](/ci/uninstall). After this -no additional information or data will be sent to Shorebird CI. - -Public log links are currently retained after an uninstall in order to not break -links on existing PRs. If you require those to be deleted as well please reach -out -[via email](mailto:contact@shorebird.dev?subject=CI%20Data%20Delete%20Request) -from the account owners address and it will be handled manually. From 6a006f0bc526daba60ea5cb7cc9a6bce809bab8c Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:07:18 -0500 Subject: [PATCH 02/12] Deprecate Shorebird CI and clean up documentation Updated the deprecation notice for Shorebird CI and removed outdated sections. --- src/content/docs/ci/index.mdx | 48 ++--------------------------------- 1 file changed, 2 insertions(+), 46 deletions(-) diff --git a/src/content/docs/ci/index.mdx b/src/content/docs/ci/index.mdx index bc28f394..50461939 100644 --- a/src/content/docs/ci/index.mdx +++ b/src/content/docs/ci/index.mdx @@ -6,55 +6,11 @@ sidebar: order: 1 --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -## What is Shorebird CI? - -Zero-config, production-grade continuous integration for Flutter & Dart. - -Shorebird CI automatically runs best practice Flutter & Dart checks on every -pull request. The Shorebird team built it for themselves and uses it in all of -Shorebird's repos, and now you can too. - -- ✨ Set up takes less than a minute -- 🚀 Fast Checks -- ✅ Production Ready -- 💙 Built for Flutter & Dart - -
- -
- -## Requirements for use - -Shorebird CI will work on any repository that contains at least one Flutter or -Dart project, including monorepos. - -## How does Shorebird CI work? - -When you install the -[Shorebird CI GitHub app](https://github.com/apps/shorebird-ci) on a GitHub -organization or repository, Shorebird CI is able to automatically run when a -relevant GitHub event occurs (e.g., a push or pull request). Shorebird CI -statically analyzes the repository to determine what checks need to be run and, -within seconds, the relevant jobs are queued and executed in parallel. - -For most repositories, this will be a single package, and the job display name -will be the name of the package (derived from the `pubspec.yaml`). You can click -the job to view a summary, detailed logs, and overall results. Click -`"View more details on Shorebird CI"` to see the full logs in the -[Shorebird Console](https://console.shorebird.dev/ci). From 977ce2519c2febd07aec54383cd09e3f85bfb047 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:07:54 -0500 Subject: [PATCH 03/12] Deprecate Shorebird CI and clean up documentation Updated deprecation notice for Shorebird CI and removed setup instructions. --- src/content/docs/ci/setup.mdx | 69 +---------------------------------- 1 file changed, 2 insertions(+), 67 deletions(-) diff --git a/src/content/docs/ci/setup.mdx b/src/content/docs/ci/setup.mdx index d547bf43..f6f7e60f 100644 --- a/src/content/docs/ci/setup.mdx +++ b/src/content/docs/ci/setup.mdx @@ -7,77 +7,12 @@ sidebar: order: 2 --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -import { Image } from 'astro:assets'; -import ciConsoleNavigation from '~/assets/ci_console_navigation.png'; -import ciLoginWithGitHub from '~/assets/ci_login_with_github_screen.png'; -import ciSetupGitHubOrg from '~/assets/ci_setup_github_org.png'; -import ciGitHubInstall from '~/assets/ci_gh_install.png'; -import ciEnable from '~/assets/ci_enable.png'; -import ciEnabled from '~/assets/ci_enabled.png'; -import ciChecksPassing from '~/assets/ci_checks_passing.png'; -:::note - -Shorebird CI requires a "Pro" subscription in order to run checks on private -repositories. Upgrade to the "Pro" CI plan from the -[Web Console](https://console.shorebird.dev/ci). - -::: - -Configuring Shorebird CI takes less than a minute and requires zero code -changes. - -1. From the [Web Console](https://console.shorebird.dev), select **CI** from the - navigation panel. - Screenshot of the Shorebird Web Console showing the CI item in the navigation panel. -2. Sign in with your GitHub account. - Screenshot of the Shorebird Web Console prompting the user to log in with their GitHub account. -3. Install the Shorebird CI GitHub app on the desired GitHub - organizations/repositories. - Screenshot of the Shorebird Web Console asking to install the Shorebird CI GitHub Application. -4. Confirm the installation for the desired organizations/repositories. - Screenshot of the Shorebird CI GitHub Application install configuration. -5. Refresh the [Web Console](https://console.shorebird.dev/ci) and enable the - Shorebird CI service for the desired GitHub organizations. - Screenshot of the Shorebird Web Console enabling the Shorebird CI service for a specific organization. - Screenshot of the Shorebird Web Console showing the Shorebird CI service enabled for a specific organization. - -## Running Shorebird CI - -When you open a pull request or push a new commit to an existing pull request, -Shorebird CI will automatically run for you. It will detect if there are any -Dart or Flutter packages and automatically start running the available checks. - -Screenshot of the Shorebird CI GitHub App checks passing during a pull request - -To see more details from these checks, you can -[view the logs for the run](/ci/view-logs/). From 6a56d3481fd114d35f2f6cf8c570d73e705f95b6 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:08:25 -0500 Subject: [PATCH 04/12] Revise Shorebird CI status and remove uninstall steps Updated the documentation to reflect the deprecation of Shorebird CI instead of its shutdown, and removed the uninstall instructions. --- src/content/docs/ci/uninstall.mdx | 30 ++---------------------------- 1 file changed, 2 insertions(+), 28 deletions(-) diff --git a/src/content/docs/ci/uninstall.mdx b/src/content/docs/ci/uninstall.mdx index 38339bf9..f9b6f8bd 100644 --- a/src/content/docs/ci/uninstall.mdx +++ b/src/content/docs/ci/uninstall.mdx @@ -5,37 +5,11 @@ sidebar: order: 4 --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -import { Image } from 'astro:assets'; -import ciListInstalledGHApps from '~/assets/ci_list_installed_gh_apps.png'; -import ciGHAppSettings from '~/assets/ci_gh_app_settings.png'; - -If you need to remove Shorebird CI from your workflow, you can follow the steps -below. - -1. Go to your "Installed GitHub Apps" page for your repository. - - For installations at the organization-level, you can go to - https://github.com/organizations/ORG_NAME_HERE/settings/installations - - For personal or user-level installations, this can be done at - https://github.com/settings/installations -2. Click **Configure**. - - Screenshot of installed GitHub applications at an organization level - -3. You can then restrict Shorebird CI to specific repositories, or uninstall the - app entirely. - - Screenshot of the Shorebird CI GitHub Applications settings From 2c44021723a4801bde44bb017102add06a745bcf Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:08:55 -0500 Subject: [PATCH 05/12] Deprecate Shorebird CI in documentation Updated references from 'Shorebird CI has been shut down' to 'Shorebird CI has been deprecated' and removed related content. --- src/content/docs/ci/view-logs.mdx | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/content/docs/ci/view-logs.mdx b/src/content/docs/ci/view-logs.mdx index fb70ee76..ba628542 100644 --- a/src/content/docs/ci/view-logs.mdx +++ b/src/content/docs/ci/view-logs.mdx @@ -5,31 +5,12 @@ sidebar: order: 3 --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -import { Image } from 'astro:assets'; -import ciViewRunDetails from '~/assets/ci_view_run_details.png'; -import ciWebConsoleLogs from '~/assets/ci_web_console_logs.png'; -While Shorebird CI is executing, the details from the run will be automatically -updated as steps run, succeed, or fail. - -Screenshot of the details of a Shorebird CI run - -By clicking on the "View more details" button, you will be taken to the -Shorebird CI web console. This web console allows you to see the detailed logs -for each step in the run. - -Screenshot of the details of a Shorebird CI run via the Shorebird CI Web Console From aaa5b0f7850fa408be7772d3abbc2c081ce08a3d Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:09:38 -0500 Subject: [PATCH 06/12] Revise Shorebird CI deprecation notice and content Updated deprecation notice for Shorebird CI and removed outdated content. --- src/content/docs/ci/checks/analyze.mdx | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/src/content/docs/ci/checks/analyze.mdx b/src/content/docs/ci/checks/analyze.mdx index 6ac75a71..c8f34e8e 100644 --- a/src/content/docs/ci/checks/analyze.mdx +++ b/src/content/docs/ci/checks/analyze.mdx @@ -3,31 +3,10 @@ title: Analyze description: The details of the Analyze check in Shorebird CI --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: - -Shorebird CI's "Analyze" check uses -[`dart analyze`](https://dart.dev/tools/dart-analyze) to perform static analysis -across all of your Dart files. - -## Requirements - -None. As long as your repository has Dart code detected this check will run. - -If you have an `analysis_options.yaml` file with customizations, they are -recognized during this check. - -## Available statuses - -### Pass - -This check passes if the check returns `No issues found!`. - -### Fail - -This check fails if the check finds any analysis issues. From 7d7c856fe37def5ea53b164d541689cdce7f3027 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:10:22 -0500 Subject: [PATCH 07/12] Update deprecation notice for Shorebird CI --- src/content/docs/ci/checks/check-spelling.mdx | 23 ++----------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/src/content/docs/ci/checks/check-spelling.mdx b/src/content/docs/ci/checks/check-spelling.mdx index c688a247..2f8dabfe 100644 --- a/src/content/docs/ci/checks/check-spelling.mdx +++ b/src/content/docs/ci/checks/check-spelling.mdx @@ -3,30 +3,11 @@ title: Check Spelling description: The details of the Check Spelling check in Shorebird CI --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -Shorebird CI's "Check Spelling" check uses [CSpell](https://cspell.org) to look -for misspelled words in your code base. - -## Requirements - -This check only runs if a CSpell Config file is found in the repository. For -more information on this please consult the -[Getting Started in CSpell Docs](https://cspell.org/docs/getting-started#1-create-a-configuration-file) -for details. - -## Available statuses - -### Pass - -This check passes if the check returns `Issues found: 0 in 0 files`. - -### Fail - -This check fails if the check finds any misspellings in any files. From df6bea6d37ab47b4a6dd44436558cc8c50212074 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:10:54 -0500 Subject: [PATCH 08/12] Update deprecation notice for Shorebird CI --- src/content/docs/ci/checks/format.mdx | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/src/content/docs/ci/checks/format.mdx b/src/content/docs/ci/checks/format.mdx index df19cdaa..bd99f927 100644 --- a/src/content/docs/ci/checks/format.mdx +++ b/src/content/docs/ci/checks/format.mdx @@ -3,31 +3,11 @@ title: Format description: The details of the Format check in Shorebird CI --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -Shorebird CI's "Format" check uses -[`dart format`](https://dart.dev/tools/dart-format) to look for consistent -formatting across all of your Dart files. - -## Requirements - -None. As long as your repository has Dart code detected this check will run. - -If you have an `analysis_options.yaml` file with customizations, they are -recognized during this check. - -## Available statuses - -### Pass - -This check passes if the check returns `0 changed`. - -### Fail - -This check fails if the check finds changes in files. From 4d912039a1c59b48e5ae4eea7447b69abac7dd98 Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:11:23 -0500 Subject: [PATCH 09/12] Change warning from 'shut down' to 'deprecated' Updated the warning message to indicate that Shorebird CI has been deprecated instead of shut down. --- src/content/docs/ci/checks/index.mdx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/content/docs/ci/checks/index.mdx b/src/content/docs/ci/checks/index.mdx index 5fdaab92..d388aa09 100644 --- a/src/content/docs/ci/checks/index.mdx +++ b/src/content/docs/ci/checks/index.mdx @@ -3,15 +3,12 @@ title: Overview description: The landing page for the Checks detail section --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -Shorebird CI contains a number of checks built into the system. With each run -all checks are automatically ran with no need for setup from you or your team. -For details on each check please view the detail pages. From 701f190b08ae78e34342380d2732ebf7cc0f10ac Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:12:09 -0500 Subject: [PATCH 10/12] Revise Shorebird CI deprecation notice in documentation Updated the deprecation notice for Shorebird CI and removed outdated sections. --- src/content/docs/ci/checks/run-tests.mdx | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/src/content/docs/ci/checks/run-tests.mdx b/src/content/docs/ci/checks/run-tests.mdx index 0b6dfeee..e9ce2c39 100644 --- a/src/content/docs/ci/checks/run-tests.mdx +++ b/src/content/docs/ci/checks/run-tests.mdx @@ -3,28 +3,10 @@ title: Run Tests description: The details of the Run Tests check in Shorebird CI --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: - -Shorebird CI's "Run Test" check will run any test files that are found to ensure -they are passing. - -## Requirements - -None. As long as your repository has Dart or Flutter tests detected this check -will run. - -## Available statuses - -### Pass - -This check passes if the check returns `0 failed`. - -### Fail - -This check fails if the check returns with any number of failed tests above 0. From d9ed32d532a44108f0fb315712a923e9388ae4ab Mon Sep 17 00:00:00 2001 From: dawn-ducky Date: Tue, 1 Sep 2026 10:13:32 -0500 Subject: [PATCH 11/12] Change deprecation notice for Shorebird CI Updated deprecation notice for Shorebird CI and modified related text. --- .../docs/ci/checks/upload-coverage.mdx | 24 ++----------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/src/content/docs/ci/checks/upload-coverage.mdx b/src/content/docs/ci/checks/upload-coverage.mdx index 24d00e63..94d27372 100644 --- a/src/content/docs/ci/checks/upload-coverage.mdx +++ b/src/content/docs/ci/checks/upload-coverage.mdx @@ -3,31 +3,11 @@ title: Upload Coverage description: The details of the Upload Coverage check in Shorebird CI --- -:::caution[Shorebird CI has been shut down] +:::caution[Shorebird CI has been deprecated] -Shorebird CI was shut down on **August 8, 2026**. See the +Shorebird CI was deprecated on **August 8, 2026**. See the [Shorebird CI README](https://github.com/shorebirdtech/shorebird/blob/main/packages/shorebird_ci/README.md) for migration options. ::: -Shorebird CI's "Upload Coverage" check will upload your coverage report to -[Codecov](https://about.codecov.io) in order to see a comprehensive history of -your coverage for your code base. - -## Requirements - -This check only runs if a Codecov Config file is found in the repository. For -more information on this please consult the -[Codecov YAML documentation](https://docs.codecov.com/docs/codecov-yaml) for -details. - -## Available statuses - -### Pass - -This check passes if the check returns `Process Upload complete`. - -### Fail - -This check fails if the check returns an error during the upload process. From c1871ccbd14f48746e73598d4b4c51847932a6ec Mon Sep 17 00:00:00 2001 From: Abhishek Doshi Date: Wed, 2 Sep 2026 17:37:02 +0530 Subject: [PATCH 12/12] fix: run prettier on ci docs --- src/content/docs/ci/checks/check-spelling.mdx | 1 - src/content/docs/ci/checks/format.mdx | 1 - src/content/docs/ci/checks/index.mdx | 2 -- src/content/docs/ci/checks/upload-coverage.mdx | 1 - src/content/docs/ci/faq.mdx | 1 - src/content/docs/ci/index.mdx | 1 - src/content/docs/ci/setup.mdx | 2 -- src/content/docs/ci/uninstall.mdx | 1 - src/content/docs/ci/view-logs.mdx | 2 -- 9 files changed, 12 deletions(-) diff --git a/src/content/docs/ci/checks/check-spelling.mdx b/src/content/docs/ci/checks/check-spelling.mdx index 2f8dabfe..809db1b6 100644 --- a/src/content/docs/ci/checks/check-spelling.mdx +++ b/src/content/docs/ci/checks/check-spelling.mdx @@ -10,4 +10,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/checks/format.mdx b/src/content/docs/ci/checks/format.mdx index bd99f927..ba9bcea5 100644 --- a/src/content/docs/ci/checks/format.mdx +++ b/src/content/docs/ci/checks/format.mdx @@ -10,4 +10,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/checks/index.mdx b/src/content/docs/ci/checks/index.mdx index d388aa09..dc068425 100644 --- a/src/content/docs/ci/checks/index.mdx +++ b/src/content/docs/ci/checks/index.mdx @@ -10,5 +10,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - - diff --git a/src/content/docs/ci/checks/upload-coverage.mdx b/src/content/docs/ci/checks/upload-coverage.mdx index 94d27372..d7f3c8aa 100644 --- a/src/content/docs/ci/checks/upload-coverage.mdx +++ b/src/content/docs/ci/checks/upload-coverage.mdx @@ -10,4 +10,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/faq.mdx b/src/content/docs/ci/faq.mdx index b04cb5f5..d2d92016 100644 --- a/src/content/docs/ci/faq.mdx +++ b/src/content/docs/ci/faq.mdx @@ -12,4 +12,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/index.mdx b/src/content/docs/ci/index.mdx index 50461939..b9804976 100644 --- a/src/content/docs/ci/index.mdx +++ b/src/content/docs/ci/index.mdx @@ -13,4 +13,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/setup.mdx b/src/content/docs/ci/setup.mdx index f6f7e60f..8658f1fd 100644 --- a/src/content/docs/ci/setup.mdx +++ b/src/content/docs/ci/setup.mdx @@ -14,5 +14,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - - diff --git a/src/content/docs/ci/uninstall.mdx b/src/content/docs/ci/uninstall.mdx index f9b6f8bd..d946011a 100644 --- a/src/content/docs/ci/uninstall.mdx +++ b/src/content/docs/ci/uninstall.mdx @@ -12,4 +12,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - diff --git a/src/content/docs/ci/view-logs.mdx b/src/content/docs/ci/view-logs.mdx index ba628542..292dee5d 100644 --- a/src/content/docs/ci/view-logs.mdx +++ b/src/content/docs/ci/view-logs.mdx @@ -12,5 +12,3 @@ Shorebird CI was deprecated on **August 8, 2026**. See the for migration options. ::: - -