Skip to content

Commit 1aa6f22

Browse files
brock-statsigBrock Lumbard
and
Brock Lumbard
authored
remove insights (#2801)
Co-authored-by: Brock Lumbard <[email protected]>
1 parent cc289d8 commit 1aa6f22

File tree

5 files changed

+19
-106
lines changed

5 files changed

+19
-106
lines changed

docs/guides/guides_overview.mdx

-6
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ keywords:
122122
description="View how your experiments impact your metrics"
123123
link="/pulse"
124124
></OutlinedCard>
125-
<OutlinedCard
126-
title="Insights"
127-
icon="donut_small"
128-
description="View all experiments that have impacted a metric"
129-
link="/insights"
130-
></OutlinedCard>
131125
<OutlinedCard
132126
title="Holdouts"
133127
icon="flaky"

docs/insights/introduction.md

-99
This file was deleted.

docs/statsig-warehouse-native/configuration/metrics.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To view details about a metric, you can navigate to the Metrics page where you c
3636

3737
![Screenshot 2024-06-12 at 11 33 11 AM](https://github.com/statsig-io/docs/assets/102695539/88b163e0-608e-4349-bc4f-28ac30528506)
3838

39-
In the [insights tab](/insights/introduction.md) and in [meta-analysis](/experiments/meta-analysis.md), you can perform more detailed analysis of how experiments have impacted a metric, and how the metric relates to other metrics in your catalog.
39+
In the [insights tab](/aggregated-impact/) and in [meta-analysis](/experiments/meta-analysis.md), you can perform more detailed analysis of how experiments have impacted a metric, and how the metric relates to other metrics in your catalog.
4040

4141
![Screenshot 2024-06-12 at 11 33 20 AM](https://github.com/statsig-io/docs/assets/102695539/97fce3be-56c2-47da-af7d-4ed5e06566fb)
4242

docusaurus.config.ts

+4
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@ const config: Config = {
144144
"@docusaurus/plugin-client-redirects",
145145
{
146146
redirects: [
147+
{
148+
from: "/insights/",
149+
to: "/aggregated-impact",
150+
},
147151
{
148152
from: "/dynamic-config/implement/",
149153
to: "/dynamic-config/working-with",

pull_request_template.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
3+
Brief summary or screenshot of your changes
4+
5+
## Best practice checklist
6+
7+
- [ ] I've considered the best practices on [where to put your doc](https://www.notion.so/statsig/Statsig-Docs-Contribution-Guide-1c4d27b5090d8093856ff2d94f170a9c?pvs=4#1c4d27b5090d80f7b1f0e14e93af4eb5) and [what to put in your doc](https://www.notion.so/statsig/Statsig-Docs-Contribution-Guide-1c4d27b5090d8093856ff2d94f170a9c?pvs=4#1c4d27b5090d805bb4d0d6b4b8f06fa6)
8+
- [ ] I've deleted and redirected old pages to this one, if any
9+
- [ ] I've updated links affected by this change, if any
10+
- [ ] I've updated screenshots affected by this change, if any
11+
12+
## Questions?
13+
14+
Reach out to Brock or Tore on Slack!

0 commit comments

Comments
 (0)