Skip to content

Commit 027e8de

Browse files
let's do it
2 parents 164862f + 9e1be93 commit 027e8de

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

apps/docs/src/content/docs/reference/api-reference.mdx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ template: splash
66
import { ScalarComponent } from '@scalar/astro'
77

88
<ScalarComponent configuration={{
9-
url: 'https://api.openstatus.dev/v1/openapi',
10-
showSidebar: false,
9+
url: 'https://api.openstatus.dev/v1/openapi',
10+
showSidebar: true,
11+
servers: [
12+
{
13+
url: "https://api.openstatus.dev/v1",
14+
description: "Production server",
15+
},
16+
{
17+
url: "http://localhost:3000/v1",
18+
description: "Dev server",
19+
},
20+
],
1121
}} />

0 commit comments

Comments
 (0)