Skip to content

Commit 2772fd8

Browse files
committed
move images to separate folder
1 parent b6eaaa0 commit 2772fd8

21 files changed

+15
-15
lines changed

benchmarks.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ server were on the same machine in order to eliminate network noise. In each
1818
benchmark, 16 parallel clients continuously sent requests to a server running
1919
running under Subtrace for 10 seconds.
2020

21-
<img className="rounded-xl" src="/latency-size.png" />
21+
<img className="rounded-xl" src="/images/latency-size.png" />
2222

23-
<img className="rounded-xl" src="/throughput-size.png" />
23+
<img className="rounded-xl" src="/images/throughput-size.png" />
2424

2525
While these benchmarks don't represent all types of workloads, they should give
2626
you a sense of what to expect from integrating Subtrace. We encourage everyone

docker-compose.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ cap_add:
3636
Start your app as you normally would:
3737
3838
<Expandable title="example output">
39-
<img className="rounded-xl" src="/docker-compose-link.png" />
39+
<img className="rounded-xl" src="/images/docker-compose-link.png" />
4040
</Expandable>
4141
</Step>
4242
4343
<Step>
4444
That's it! Open the `subt.link` URL in your browser to see your app's requests
4545
show up in real time:
4646

47-
<img className="rounded-xl" src="/subt-link-example.png" />
47+
<img className="rounded-xl" src="/images/subt-link-example.png" />
4848

4949
<Info>
5050
It's possible that the `subt.link` URL is printed from within a container. Be

docker.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Run your Docker container as you normally would, but add `--cap-add=SYS_PTRACE`:
3030
```
3131

3232
<Expandable title="example output">
33-
<img className="rounded-xl" src="/docker-link.png" />
33+
<img className="rounded-xl" src="/images/docker-link.png" />
3434
</Expandable>
3535

3636
</Step>
@@ -39,7 +39,7 @@ Run your Docker container as you normally would, but add `--cap-add=SYS_PTRACE`:
3939
That's it! Open the `subt.link` URL in your browser to see your app's requests
4040
show up in real time:
4141

42-
<img className="rounded-xl" src="/subt-link-example.png" />
42+
<img className="rounded-xl" src="/images/subt-link-example.png" />
4343

4444
</Step>
4545
</Steps>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

macos.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Subtrace has experimental support for developers on macOS.
3131
```
3232

3333
<Expandable title="example output">
34-
<img className="rounded-xl" src="/macos-link.png" />
34+
<img className="rounded-xl" src="/images/macos-link.png" />
3535
</Expandable>
3636
</Step>
3737

3838
<Step title="Watch">
3939
Open the `subt.link` URL in your browser. Then send some API requests to
4040
port 9000 and watch them appear in the dashboard:
4141

42-
<img className="rounded-xl" src="/quickstart-screenshot.png" />
42+
<img className="rounded-xl" src="/images/quickstart-screenshot.png" />
4343
</Step>
4444
</Steps>

mint.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"$schema": "https://mintlify.com/schema.json",
33
"name": "Subtrace",
4-
"favicon": "/favicon.svg",
4+
"favicon": "/images/favicon.svg",
55
"logo": {
6-
"light": "/logo-light.svg",
7-
"dark": "/logo-dark.svg",
6+
"light": "/images/logo-light.svg",
7+
"dark": "/images/logo-dark.svg",
88
"href": "https://subtrace.dev"
99
},
1010
"colors": {

nextjs.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Open the `subt.link` URL in your browser to get to the Subtrace dashboard. Go to
5858
and make some requests to the server to see them show up in realtime on the Subtrace dashboard!
5959

6060
<Expandable title="example output">
61-
<img className="rounded-xl" src="/nextjs-link.png" />
61+
<img className="rounded-xl" src="/images/nextjs-link.png" />
6262
</Expandable>
6363

6464
You can find the complete source code used in this demo [here](https://github.com/subtrace/nextjs-demo).

quickstart.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ you how you can start using Subtrace with just a single command.
5252
</CodeGroup>
5353

5454
<Expandable title="example output">
55-
<img className="rounded-xl" src="/quickstart-link.png" />
55+
<img className="rounded-xl" src="/images/quickstart-link.png" />
5656
</Expandable>
5757
</Step>
5858

5959
<Step title="Watch">
6060
Open the `subt.link` URL in your browser to watch a live stream of your
6161
backend server's network logs!
6262

63-
<img className="rounded-xl" src="/quickstart-screenshot.png" />
63+
<img className="rounded-xl" src="/images/quickstart-screenshot.png" />
6464
</Step>
6565
</Steps>
6666

sveltekit.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Open the `subt.link` URL in your browser to get to the Subtrace dashboard. Go to
6363
and make some requests to the server to see them show up in realtime on the Subtrace dashboard!
6464

6565
<Expandable title="example output">
66-
<img className="rounded-xl" src="/sveltekit-link.png" />
66+
<img className="rounded-xl" src="/images/sveltekit-link.png" />
6767
</Expandable>
6868

6969
You can find the complete source code for this example [here](https://github.com/subtrace/sveltekit-demo).

0 commit comments

Comments
 (0)