Skip to content

Commit 0504631

Browse files
committed
change order
1 parent d92a13f commit 0504631

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Special Use Cases
33
description: "Learn how to set up Sentry for several specific use cases with these best practice guides."
4-
sidebar_order: 6
4+
sidebar_order: 7
55
notSupported:
66
- javascript.node
77
- javascript.aws-lambda
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Data Management
33
description: Learn about different ways to scrub data within your SDK before it gets sent to Sentry.
4-
sidebar_order: 7
4+
sidebar_order: 8
55
---
66

77
<PageGrid />

docs/platforms/javascript/common/deployment-provider-setup/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deployment Provider Setup
3-
sidebar_order: 2
3+
sidebar_order: 4
44
description: "Review our alternate installation methods."
55
supported:
66
- javascript.nuxt
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enriching Events
33
description: Add additional context to your events to make them easier to debug.
4-
sidebar_order: 5
4+
sidebar_order: 6
55
---
66

77
<PageGrid />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Capturing Errors and Events
33
description: "Learn how to use the SDK to manually capture errors and other events."
4-
sidebar_order: 4
4+
sidebar_order: 5
55
---
66

77
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.

docs/platforms/javascript/guides/nuxt/features/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Vue Features
33
description: "Learn how to exposes features for first class integration with Vue with Sentry's Nuxt SDK."
4-
sidebar_order: 4
4+
sidebar_order: 5
55
---
66

77
The Sentry Nuxt SDK offers Vue-specific features for first class integration with the framework.

0 commit comments

Comments
 (0)