File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 6
6
- recommended
7
7
rules :
8
8
no-unused-components : warning
9
- referenceDocs :
10
- htmlTemplate : ./public/index.html
11
- theme :
12
- colors :
13
- primary :
14
- main : " #32329f"
Original file line number Diff line number Diff line change 13
13
"start" : " openapi preview-docs" ,
14
14
"bundle" : " openapi bundle -o dist" ,
15
15
"lint" : " openapi lint" ,
16
- "build" : " npx redoc-cli bundle openapi/openapi.yaml" ,
16
+ "build" : " npx redoc-cli bundle -t public/template.hbs openapi/openapi.yaml" ,
17
17
"docker:build" : " docker build -t mconf/api-docs:dev ."
18
18
},
19
19
"repository" : {
Original file line number Diff line number Diff line change 7
7
<!-- needed for adaptive design -->
8
8
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
9
9
<link rel =" icon" href =" favicon.ico" >
10
-
10
+
11
11
<!--
12
12
ReDoc uses font options from the parent element
13
13
So override default browser styles
You can’t perform that action at this time.
0 commit comments