Skip to content

Commit 5f93774

Browse files
authored
Update Charts sidebars to match dashboard (#981)
1 parent ce96955 commit 5f93774

File tree

1 file changed

+53
-70
lines changed

1 file changed

+53
-70
lines changed

sidebars.ts

Lines changed: 53 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -639,100 +639,83 @@ const chartsCategory = Category({
639639
items: [
640640
Page({ slug: "charts" }),
641641
SubCategory({
642-
label: "Actives Charts",
643-
items: [
644-
Page({ slug: "charts/active-subscriptions-chart" }),
645-
Page({ slug: "charts/active-subscriptions-movement-chart" }),
646-
Page({ slug: "charts/active-trials-chart" }),
647-
Page({ slug: "charts/active-trials-movement-chart" }),
642+
label: "Revenue",
643+
items: [
644+
Page({ slug: "charts/revenue-chart" }),
645+
Page({ slug: "charts/annual-recurring-revenue-arr-chart" }),
646+
Page({ slug: "charts/monthly-recurring-revenue-mrr-chart" }),
647+
Page({ slug: "charts/monthly-recurring-revenue-movement-chart" }),
648+
Page({ slug: "charts/non-subscription-purchases-chart" }),
648649
],
649650
index: {
650-
title: "Active Charts",
651-
link: "dashboard-and-metrics/charts/active-charts",
651+
title: "Revenue",
652+
link: "dashboard-and-metrics/charts/revenue",
652653
},
653654
}),
654655
SubCategory({
655-
label: "Conversion Charts",
656-
items: [
657-
Page({ slug: "charts/trial-conversion-chart" }),
658-
Page({ slug: "charts/initial-conversion-chart" }),
659-
660-
Page({ slug: "charts/conversion-to-paying-chart" }),
661-
],
662-
index: {
663-
title: "Conversion Charts",
664-
link: "dashboard-and-metrics/charts/conversion-charts",
656+
label: "Subscriptions",
657+
items: [
658+
Page({ slug: "charts/active-subscriptions-chart" }),
659+
Page({ slug: "charts/active-subscriptions-movement-chart" }),
660+
Page({ slug: "charts/new-paid-subscriptions-chart" }),
661+
Page({ slug: "charts/subscription-retention-chart" }),
662+
Page({ slug: "charts/subscription-status-chart" }),
663+
],
664+
index: {
665+
title: "Subscriptions",
666+
link: "dashboard-and-metrics/charts/subscriptions",
665667
},
666668
}),
667669
SubCategory({
668-
label: "Customer Charts",
669-
items: [
670-
Page({ slug: "charts/subscription-status-chart" }),
671-
Page({ slug: "charts/new-customers-chart" }),
672-
Page({ slug: "charts/customer-center-survey-responses-chart" }),
673-
Page({ slug: "charts/app-store-refund-requests-chart" }),
674-
Page({ slug: "charts/play-store-cancel-reasons-chart" }),
675-
],
676-
index: {
677-
title: "Customer Charts",
678-
link: "dashboard-and-metrics/charts/customer-charts",
670+
label: "Cohorts and LTV",
671+
items: [
672+
Page({ slug: "charts/cohort-explorer" }),
673+
Page({ slug: "charts/realized-ltv-per-customer-chart" }),
674+
Page({ slug: "charts/realized-ltv-per-paying-customer-chart" }),
675+
Page({ slug: "charts/prediction-explorer" }),
676+
],
677+
index: {
678+
title: "Cohorts and LTV",
679+
link: "dashboard-and-metrics/charts/cohorts-and-ltv",
679680
},
680681
}),
681682
SubCategory({
682-
label: "Explorer Charts",
683-
items: [
684-
Page({ slug: "charts/cohort-explorer" }),
685-
Page({ slug: "charts/prediction-explorer" }),
686-
],
687-
index: {
688-
title: "Explorer Charts",
689-
link: "dashboard-and-metrics/charts/explorer-charts",
683+
label: "Conversion Funnel",
684+
items: [
685+
Page({ slug: "charts/new-customers-chart" }),
686+
Page({ slug: "charts/initial-conversion-chart" }),
687+
Page({ slug: "charts/trial-conversion-chart" }),
688+
Page({ slug: "charts/conversion-to-paying-chart" }),
689+
],
690+
index: {
691+
title: "Conversion Funnel",
692+
link: "dashboard-and-metrics/charts/conversion-funnel",
690693
},
691694
}),
692695
SubCategory({
693-
label: "LTV Charts",
696+
label: "Trials",
694697
items: [
695-
Page({ slug: "charts/realized-ltv-per-customer-chart" }),
696-
Page({ slug: "charts/realized-ltv-per-paying-customer-chart" }),
697-
Page({ slug: "charts/churn-chart" }),
698-
],
699-
index: {
700-
title: "LTV Charts",
701-
link: "dashboard-and-metrics/charts/ltv-charts",
702-
},
703-
}),
704-
SubCategory({
705-
label: "Purchase Charts",
706-
items: [
707-
Page({ slug: "charts/new-paid-subscriptions-chart" }),
698+
Page({ slug: "charts/active-trials-chart" }),
699+
Page({ slug: "charts/active-trials-movement-chart" }),
708700
Page({ slug: "charts/new-trials-chart" }),
709-
Page({ slug: "charts/non-subscription-purchases-chart" }),
710-
Page({ slug: "charts/refund-rate-chart" }),
711701
],
712702
index: {
713-
title: "Purchase Charts",
714-
link: "dashboard-and-metrics/charts/purchase-charts",
703+
title: "Trials",
704+
link: "dashboard-and-metrics/charts/trials",
715705
},
716706
}),
717707
SubCategory({
718-
label: "Retention Charts",
719-
items: [Page({ slug: "charts/subscription-retention-chart" })],
720-
index: {
721-
title: "Retention Charts",
722-
link: "dashboard-and-metrics/charts/retention-charts",
723-
},
724-
}),
725-
SubCategory({
726-
label: "Revenue Charts",
708+
label: "Churns and Refunds",
727709
items: [
728-
Page({ slug: "charts/revenue-chart" }),
729-
Page({ slug: "charts/annual-recurring-revenue-arr-chart" }),
730-
Page({ slug: "charts/monthly-recurring-revenue-mrr-chart" }),
731-
Page({ slug: "charts/monthly-recurring-revenue-movement-chart" }),
710+
Page({ slug: "charts/churn-chart" }),
711+
Page({ slug: "charts/refund-rate-chart" }),
712+
Page({ slug: "charts/app-store-refund-requests-chart" }),
713+
Page({ slug: "charts/play-store-cancel-reasons-chart" }),
714+
Page({ slug: "charts/customer-center-survey-responses-chart" }),
732715
],
733716
index: {
734-
title: "Revenue Charts",
735-
link: "dashboard-and-metrics/charts/revenue-charts",
717+
title: "Churns and Refunds",
718+
link: "dashboard-and-metrics/charts/churns-and-refunds",
736719
},
737720
}),
738721
Page({ slug: "charts/charts-feature-incomplete-periods" }),

0 commit comments

Comments
 (0)