Skip to content

Commit c3ac76c

Browse files
erezrokahpull[bot]
authored andcommitted
fix: Add missing launchdarkly redirects (#15286)
<!-- 🎉 Thank you for making CloudQuery awesome by submitting a PR 🎉 --> #### Summary We're missing this redirect. I'll go over the 404 report from our analytics to see if something else comes up <!-- Use the following steps to ensure your PR is ready to be reviewed - [ ] Read the [contribution guidelines](../blob/main/CONTRIBUTING.md) 🧑‍🎓 - [ ] Run `make lint` to ensure the proposed changes follow the coding style 🚨 (install golangci-lint [here](https://golangci-lint.run/usage/install/#local-installation)) - [ ] Run `make test` to ensure the proposed changes pass the tests 🧪 - [ ] If changing a source plugin run `make gen` to ensure docs are up to date 📝 - [ ] Ensure the status checks below are successful ✅ --->
1 parent eba2194 commit c3ac76c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

website/vercel.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,10 @@
462462
"source": "/docs/plugins/sources/k8s/tables/:path*",
463463
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/k8s/tables/:path*"
464464
},
465+
{
466+
"source": "/docs/plugins/sources/launchdarkly/tables/:path*",
467+
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/launchdarkly/tables/:path*"
468+
},
465469
{
466470
"source": "/docs/plugins/sources/mysql/tables/:path*",
467471
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/mysql/tables/:path*"
@@ -610,6 +614,10 @@
610614
"source": "/docs/plugins/sources/k8s/:path*",
611615
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/k8s"
612616
},
617+
{
618+
"source": "/docs/plugins/sources/launchdarkly/:path*",
619+
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/launchdarkly"
620+
},
613621
{
614622
"source": "/docs/plugins/sources/mysql/:path*",
615623
"destination": "https://hub.cloudquery.io/plugins/source/cloudquery/mysql"

0 commit comments

Comments
 (0)