Skip to content

Commit

Permalink
deletes and redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
brock-statsig committed Dec 26, 2024
1 parent 23747a9 commit 7a02ec3
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 143 deletions.
7 changes: 0 additions & 7 deletions docs/experiments-plus/experimentation/best-practices.md

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions docs/experiments-plus/experimentation/common-terms.md

This file was deleted.

24 changes: 0 additions & 24 deletions docs/experiments-plus/experimentation/scenarios.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/experiments-plus/experimentation/why-experiment.md

This file was deleted.

20 changes: 20 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,26 @@ const config: Config = {
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/experiments-plus/experimentation/why-experiment",
to: "/experiments-plus#why-experiment",
},
{
from: "/experiments-plus/experimentation/scenarios",
to: "/experiments-plus#scenarios-for-experimentation",
},
{
from: "/experiments-plus/experimentation/best-practices",
to: "https://statsig.com/blog/product-experimentation-best-practices",
},
{
from: "/experiments-plus/experimentation/common-terms",
to: "/experiments-plus#key-concepts-in-experimentation",
},
{
from: "/experiments-plus/experimentation/choosing-randomization-unit/",
to: "/experiments-plus/#choosing-the-right-randomization-unit",
},
{
from: "/js-migration",
to: "/client/javascript-sdk/migrating-from-statsig-js",
Expand Down

0 comments on commit 7a02ec3

Please sign in to comment.