Skip to content

Commit 0635b3c

Browse files
authored
docs: Fix relative links (#725)
Fixes #724
1 parent a5a7208 commit 0635b3c

File tree

1 file changed

+7
-7
lines changed
  • packages/website/src/content/docs/setup

1 file changed

+7
-7
lines changed

packages/website/src/content/docs/setup/other.mdx

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ Spotlight can be utilized in any stack, but in particular is well supported anyw
99

1010
There's a few steps to get started:
1111

12-
1. Install and initialize the [Overlay](#configure-the-overlay).
13-
2. Run the [Sidecar](#run-the-sidecar) concurrently with your development server.
14-
3. Configure [Sentry's SDKs to send to Spotlight](#leverage-sentry-sdks) by passing `spotlight=True`.
12+
1. Install and initialize the [Overlay](#1-installation).
13+
2. Run the [Sidecar](#3-run-the-sidecar) concurrently with your development server.
14+
3. Configure [Sentry's SDKs to send to Spotlight](#bonus-leverage-sentry-sdks) by passing `spotlight=True`.
1515

1616
## 1. Installation
1717

1818
Start by installing the `@spotlightjs/spotlight` package in your existing frontend application.
1919

2020
<Tabs>
2121
<TabItem label="npm">
22-
```sh
23-
npm add @spotlightjs/spotlight
22+
```sh
23+
npm add @spotlightjs/spotlight
2424
```
2525
</TabItem>
2626
<TabItem label="pnpm">
27-
```sh
27+
```sh
2828
pnpm add @spotlightjs/spotlight
2929
```
3030
</TabItem>
3131
<TabItem label="yarn">
32-
```sh
32+
```sh
3333
yarn add @spotlightjs/spotlight
3434
```
3535
</TabItem>

0 commit comments

Comments
 (0)