From 1886f6e92c8b87ebcb20de3b03cbb5e0f28ec424 Mon Sep 17 00:00:00 2001 From: Gabe Torres <69164745+gabtorre@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:51:34 -0700 Subject: [PATCH] Add link to insight troubleshooting page --- docs/code_insights/how-tos/index.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/code_insights/how-tos/index.mdx b/docs/code_insights/how-tos/index.mdx index 8fde7b5a5..738c9dd50 100644 --- a/docs/code_insights/how-tos/index.mdx +++ b/docs/code_insights/how-tos/index.mdx @@ -2,5 +2,6 @@ The following is a list of how-tos that show how to use Code Insights. -- [Creating a dashboard of code insights](/code_insights/how-tos/creating_a_custom_dashboard_of_code_insights) -- [Filtering an insight](/code_insights/how-tos/filtering_an_insight) +- [Creating a dashboard of Code Insights](/code_insights/how-tos/creating_a_custom_dashboard_of_code_insights) +- [Filtering an Insight](/code_insights/how-tos/filtering_an_insight) +- [Troubleshooting Code Insights](/code_insights/how-tos/Troubleshooting)