File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 114
114
}
115
115
}
116
116
117
+ .openapi-security__summary-container {
118
+ background : var (--ifm-pre-background );
119
+ border-radius : var (--ifm-pre-border-radius );
120
+ }
121
+
117
122
// Prevent auto zoom on mobile iOS devices when focusing on input elmenents
118
123
@media screen and (-webkit-min-device-pixel-ratio : 0 ) and (max-device-width : 1024px ) {
119
124
.prism-code ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import React from "react";
10
10
import CodeSnippets from "@theme/ApiExplorer/CodeSnippets" ;
11
11
import Request from "@theme/ApiExplorer/Request" ;
12
12
import Response from "@theme/ApiExplorer/Response" ;
13
+ import SecuritySchemes from "@theme/ApiExplorer/SecuritySchemes" ;
13
14
import { ApiItem } from "docusaurus-plugin-openapi-docs/src/types" ;
14
15
import sdk from "postman-collection" ;
15
16
@@ -24,6 +25,7 @@ function ApiExplorer({
24
25
25
26
return (
26
27
< >
28
+ < SecuritySchemes infoPath = { infoPath } />
27
29
{ item . method !== "event" && (
28
30
< CodeSnippets
29
31
postman = { postman }
You can’t perform that action at this time.
0 commit comments