We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 164862f + 9e1be93 commit 027e8deCopy full SHA for 027e8de
apps/docs/src/content/docs/reference/api-reference.mdx
@@ -6,6 +6,16 @@ template: splash
6
import { ScalarComponent } from '@scalar/astro'
7
8
<ScalarComponent configuration={{
9
- url: 'https://api.openstatus.dev/v1/openapi',
10
- showSidebar: false,
+ url: 'https://api.openstatus.dev/v1/openapi',
+ 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
+ ],
21
}} />
0 commit comments