Skip to content

Commit

Permalink
Update sidenav order for JS (#11008)
Browse files Browse the repository at this point in the history
* update sidenav order

* Update docs/platforms/javascript/common/best-practices/index.mdx

Co-authored-by: vivianyentran <[email protected]>

* Update docs/platforms/javascript/common/enriching-events/index.mdx

* Update docs/platforms/javascript/common/usage/index.mdx

* Update docs/platforms/javascript/common/best-practices/index.mdx

* Update docs/platforms/javascript/common/best-practices/index.mdx

---------

Co-authored-by: vivianyentran <[email protected]>
  • Loading branch information
lizokm and vivianyentran committed Aug 7, 2024
1 parent 09f27e6 commit 20a2d45
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions docs/platforms/javascript/common/best-practices/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Best Practices
description: "Learn how to set up Sentry in specific scenarios with these best practice guides."
sidebar_order: 3
title: Special Use Cases
description: "Learn how to set up Sentry for several specific use cases with these best practice guides."
sidebar_order: 6
notSupported:
- javascript.node
- javascript.aws-lambda
Expand Down
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/configuration/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Configuration
description: "Learn about additional configuration options for the Javascript SDKs."
sidebar_order: 5
sidebar_order: 2
---

<PageGrid />
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/data-management/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Data Management
description: Learn about different ways to scrub data within your SDK before it gets sent to Sentry.
sidebar_order: 2500
sidebar_order: 7
---

<PageGrid />
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Enriching Events
description: Add additional context to your events to make them easier to debug.
sidebar_order: 2300
sidebar_order: 5
---

<PageGrid />
2 changes: 1 addition & 1 deletion docs/platforms/javascript/common/sourcemaps/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Source Maps
sidebar_order: 100
sidebar_order: 3
description: "Learn how to enable readable stack traces in your Sentry errors."
---

Expand Down
4 changes: 2 additions & 2 deletions docs/platforms/javascript/common/usage/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Usage
title: Capturing Errors and Events
description: "Learn how to use the SDK to manually capture errors and other events."
sidebar_order: 10
sidebar_order: 4
---

Sentry's SDK hooks into your runtime environment and automatically reports errors, uncaught exceptions, and unhandled rejections as well as other types of errors depending on the platform.
Expand Down

0 comments on commit 20a2d45

Please sign in to comment.