-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: JavaScript Docs display order, tags, split-layout #15440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
71f7ba9
3fd4f52
408a1d8
9cb5a0d
0f20a12
3fd63a2
2cd5009
c0d5abf
7c81a05
99759bb
93ae024
3ded193
9d6980a
73a6a1b
e405bbd
2c51f2e
72098ba
4b671a3
b6d292c
cb40949
1626416
1b295de
84fe5b6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,7 @@ | ||
| --- | ||
| title: APIs | ||
| description: "Learn more about APIs of the SDK." | ||
| customCanonicalTag: "/platforms/javascript/apis/" | ||
| sidebar_order: 3 | ||
| sidebar_order: 1 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Missing Sidebar Section Causes Placement IssuesThe |
||
| --- | ||
|
|
||
| This page shows all available top-level APIs of the SDK. You can use these APIs as the primary way to: | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| --- | ||
| title: Configuration | ||
| title: Extended Configuration | ||
| sidebar_title: Extended Configuration | ||
| description: "Learn about additional configuration options for the JavaScript SDKs." | ||
| sidebar_order: 2 | ||
| sidebar_order: 13 | ||
| sidebar_section: configuration | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,8 @@ | ||
| --- | ||
| title: Data Management | ||
| description: Learn about different ways to scrub data within your SDK before it gets sent to Sentry. | ||
| sidebar_order: 7 | ||
| sidebar_order: 16 | ||
| sidebar_section: configuration | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| --- | ||
| title: Set Up Profiling | ||
| sidebar_title: Profiling | ||
| sidebar_order: 5000 | ||
| sidebar_order: 8 | ||
| description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations." | ||
| sidebar_section: features | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| --- | ||
| title: Set Up Profiling | ||
| sidebar_title: Profiling | ||
| sidebar_order: 5000 | ||
| sidebar_order: 8 | ||
| description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations." | ||
| sidebar_section: features | ||
| --- | ||
|
|
||
| <PageGrid /> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,9 @@ | ||
| --- | ||
| title: Set Up Profiling | ||
| sidebar_title: Profiling | ||
| sidebar_order: 5000 | ||
| sidebar_order: 8 | ||
| description: "Collect & view performance insights for JavaScript programs with Sentry's Profiling integrations." | ||
| sidebar_section: features | ||
| --- | ||
|
|
||
| <PageGrid /> |
Uh oh!
There was an error while loading. Please reload this page.