Skip to content

Commit 19fd1ed

Browse files
fix heading levels (#7643)
1 parent 27a1357 commit 19fd1ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/includes/sourcemaps-systemjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Include name="debug-id-requirement.mdx" />
22

3-
## 1. Generate Source Maps
3+
### 1. Generate Source Maps
44

55
First, configure SystemJS to output source maps:
66

src/includes/sourcemaps-uglifyjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Include name="debug-id-requirement.mdx" />
22

3-
## 1. Generate Source Maps
3+
### 1. Generate Source Maps
44

55
First, configure UglifyJS to output source maps:
66

src/platform-includes/sourcemaps/upload/rollup/javascript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install @sentry/rollup-plugin --save-dev
2828
yarn add @sentry/rollup-plugin --dev
2929
```
3030

31-
## Configuration
31+
### Configuration
3232

3333
Learn more about configuring the plugin in our [Sentry Rollup Plugin documentation](https://www.npmjs.com/package/@sentry/rollup-plugin).
3434

0 commit comments

Comments
 (0)