Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
joethreepwood committed Feb 11, 2025
1 parent 60252b8 commit a57c985
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/navs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2418,7 +2418,7 @@ export const docsMenu = {
url: '/docs/session-replay',
color: 'yellow',
icon: 'IconRewindPlay',
description: 'Watch how users interact with your app in a DVR-like playback experience.',
description: 'Watch how users interact with your app in a DVR-like playback experience',
children: [
{
name: 'Session replay',
Expand Down Expand Up @@ -2526,7 +2526,7 @@ export const docsMenu = {
icon: 'IconToggle',
color: 'seagreen',
url: '/docs/feature-flags',
description: 'Safely roll out features to specific users or groups.',
description: 'Safely roll out features to specific users or groups',
children: [
{
name: 'Feature flags',
Expand Down Expand Up @@ -2635,7 +2635,7 @@ export const docsMenu = {
icon: 'IconFlask',
color: 'purple',
url: '/docs/experiments',
description: 'Test changes with statistical significance with multivariate tests and robust targeting.',
description: 'Test changes with statistical significance with multivariate tests and robust targeting',
children: [
{
name: 'Experiments',
Expand Down Expand Up @@ -2853,7 +2853,7 @@ export const docsMenu = {
url: '/docs/cdp',
color: 'sky-blue',
icon: 'IconPlug',
description: 'Collect, enrich, and send data to your destinations.',
description: 'Collect, enrich, and send data to your destinations',
children: [
{
name: 'Data pipelines integrations',
Expand Down Expand Up @@ -3187,7 +3187,7 @@ export const docsMenu = {
url: '/docs/data-warehouse',
color: 'lilac',
icon: 'IconDatabase',
description: 'Unify and query data from any source and analyze it alongside your product data.',
description: 'Unify and query data from any source and analyze it alongside your product data',
children: [
{
name: 'Data warehouse',
Expand Down Expand Up @@ -3264,6 +3264,7 @@ export const docsMenu = {
url: '/docs/ai-engineering/observability',
icon: 'IconBook',
color: 'blue',
featured: true,
},
{
name: 'Dashboard',
Expand All @@ -3288,6 +3289,7 @@ export const docsMenu = {
name: 'Observability integrations',
url: '/docs/ai-engineering/llm-insights',
icon: 'IconAIText',
featured: true,
color: 'purple',
children: [
{
Expand Down Expand Up @@ -3315,6 +3317,7 @@ export const docsMenu = {
url: '/docs/error-tracking',
icon: 'IconWarning',
color: 'salmon',
description: 'Track and monitor errors and exceptions in your code.',
children: [
{
name: 'Error tracking',
Expand All @@ -3334,12 +3337,14 @@ export const docsMenu = {
url: '/docs/error-tracking/installation',
icon: 'IconBook',
color: 'blue',
featured: true,
},
{
name: 'Monitor errors',
url: '/docs/error-tracking/monitoring',
icon: 'IconGraph',
color: 'orange',
featured: true,
},
{
name: 'Stack traces',
Expand All @@ -3352,6 +3357,7 @@ export const docsMenu = {
url: '/docs/error-tracking/common-questions',
icon: 'IconQuestion',
color: 'purple',
featured: true,
},
],
},
Expand Down

0 comments on commit a57c985

Please sign in to comment.