Skip to content

Commit

Permalink
Ab testing cleanup redirect (#8392)
Browse files Browse the repository at this point in the history
  • Loading branch information
melindafekete authored Oct 8, 2024
1 parent cf5e492 commit 5d61b39
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 73 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Check out [the CONTRIBUTING.md file](./CONTRIBUTING.md) for contribution guideli
- [Canary releases / gradual rollouts](https://docs.getunleash.io/reference/activation-strategies#gradual-rollout)
- Targeted releases: release features to specific [users](https://docs.getunleash.io/reference/activation-strategies#userids), [IPs](https://docs.getunleash.io/reference/activation-strategies#ips), or [hostnames](https://docs.getunleash.io/reference/activation-strategies#hostnames)
- [Kill switches](https://docs.getunleash.io/reference/feature-toggle-types#feature-toggle-types)
- [A/B testing](https://docs.getunleash.io/topics/a-b-testing)
- [A/B testing](https://docs.getunleash.io/feature-flag-tutorials/use-cases/a-b-testing)
- 2 [environments](https://docs.getunleash.io/reference/environments)
- Out-of-the-box integrations with popular tools ([Slack](https://docs.getunleash.io/addons/slack), [Microsoft Teams](https://docs.getunleash.io/addons/teams), [Datadog](https://docs.getunleash.io/addons/datadog)) + integrate with anything with [webhooks](https://docs.getunleash.io/addons/webhook)
- [Dashboard for managing technical debt](https://docs.getunleash.io/reference/technical-debt) and [stale flags](https://docs.getunleash.io/reference/technical-debt#stale-and-potentially-stale-toggles)
Expand Down
72 changes: 0 additions & 72 deletions website/docs/topics/a-b-testing.md

This file was deleted.

4 changes: 4 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -856,6 +856,10 @@ module.exports = {
],
to: '/topics/feature-flag-migration/feature-flag-migration-best-practices',
},
{
from: '/topics/a-b-testing',
to: '/feature-flag-tutorials/use-cases/a-b-testing',
},
].map(addDocsRoutePrefix), // add /docs prefixes
createRedirects: (toPath) => {
if (
Expand Down
5 changes: 5 additions & 0 deletions website/vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
"destination": "/reference/events#event-log",
"permanent": true
},
{
"source": "/topics/a-b-testing",
"destination": "/feature-flag-tutorials/use-cases/a-b-testing",
"permanent": true
},
{
"source": "/reference/event-types",
"destination": "/reference/events#event-types",
Expand Down

0 comments on commit 5d61b39

Please sign in to comment.