Skip to content

Commit

Permalink
redirects and sidebar fixes (#2513)
Browse files Browse the repository at this point in the history
Co-authored-by: jlumbard <jlumbard@uwo.ca>
  • Loading branch information
brock-statsig and jlumbard authored Jan 24, 2025
1 parent 2c27001 commit 46f20d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/experiments-plus/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Experiments are ideal when you want to:
- Run mutually exclusive experiments in parallel.
- Measure the direct impact of changes on product and business metrics.

For a deeper understanding of using experiments in Statsig, see "[Working with Experiments](experiments-plus/working-with)" section.
For a deeper understanding of using experiments in Statsig, see "[Working with Experiments](/experiments-plus/working-with)" section.

---

Expand Down
1 change: 1 addition & 0 deletions docs/messages/serverSDKConnection.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: How do server SDKs handle a failure to connect with Statsig?
sidebar_label: Sync failure
displayed_sidebar: cloud
---

### Error Initializing
Expand Down
1 change: 1 addition & 0 deletions docs/sdks/group-name-breaking-change.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Deprecating Non-experiment Group Names
sidebar_label: Deprecating Non-experiment Group Names
slug: /sdks/group-name-breaking-change-02-2024
displayed_sidebar: cloud
---

## What
Expand Down
12 changes: 12 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,18 @@ const config: Config = {
"@docusaurus/plugin-client-redirects",
{
redirects: [
{
from: "/sdks/sdks-overview",
to: "/sdks/getting-started",
},
{
from: "/statsig-warehouse-native",
to: "/statsig-warehouse-native/introduction",
},
{
from: "/debugging",
to: "/sdk/debugging",
},
{
from: "/messages/serverRequiredUserID/",
to: "/concepts/user#why-is-an-id-always-required-for-server-sdks",
Expand Down

0 comments on commit 46f20d6

Please sign in to comment.