Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove old integration pages #17958

Merged
merged 1 commit into from
May 14, 2024

Conversation

erezrokah
Copy link
Contributor

Summary

Not sure why the Website build didn't fail in #17903, but it fails on main:

Error: No _configuration.md file found for source: firestore
--
15:37:38.719 | at <anonymous> (/vercel/path0/website/scripts/prebuild.tsx:166:17)

We shouldn't generate integration pages at all and redirect per #16681

@erezrokah erezrokah requested a review from a team as a code owner May 14, 2024 16:51
@erezrokah erezrokah requested review from maaarcelino and removed request for a team May 14, 2024 16:51
@@ -86,7 +86,7 @@ export const ALL_PLUGINS: Plugin[] = [
logoDark: "/images/logos/plugins/firestore-dark.svg",
id: "firestore",
kind: "source",
availability: "free",
availability: "premium",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's more cleanup to be done to remove any plugin data from the old Website, but didn't want to dig too deep into it

@@ -870,114 +870,6 @@
"source": "/docs/plugins/destinations/sqlite/:path*",
"destination": "https://hub.cloudquery.io/plugins/destination/cloudquery/sqlite"
},
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@erezrokah erezrokah force-pushed the chore/remove_old_integrations branch from 9a3716f to 7508e52 Compare May 14, 2024 17:17
@erezrokah erezrokah added the automerge Automatically merge once required checks pass label May 14, 2024
@kodiakhq kodiakhq bot merged commit 97e2c67 into cloudquery:main May 14, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/website automerge Automatically merge once required checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants