@@ -73,7 +73,7 @@ <h2>Usage in a bolg style writing</h2>
73
73
</ p >
74
74
< rapi-doc-mini
75
75
style = "min-width:600px; "
76
- spec-url =".. /specs/mock.yaml "
76
+ spec-url ="./specs/mock.yaml "
77
77
theme = "light "
78
78
paths-expanded = "false "
79
79
bg-color = "#f9f9fb "
@@ -87,7 +87,7 @@ <h3> Placement, Resize and Style</h3>
87
87
< br /> < br />
88
88
< rapi-doc-mini
89
89
style = "width:600px;border-radius: 4px; border: 2px solid #333; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); "
90
- spec-url =".. /specs/mock.yaml "
90
+ spec-url ="./specs/mock.yaml "
91
91
theme = "light "
92
92
schema-style = 'table '
93
93
sort-endpoints-by = "method "
@@ -115,7 +115,7 @@ <h3>Pick and show specific APIs </h3>
115
115
< br />
116
116
< rapi-doc-mini
117
117
style = "min-width:600px; width:600px; border-radius:2px; border: 1px solid #eee; border-top-width:0 "
118
- spec-url =".. /specs/mock.yaml "
118
+ spec-url ="./specs/mock.yaml "
119
119
theme = "light "
120
120
schema-style = 'table '
121
121
sort-endpoints-by = "method "
@@ -129,7 +129,7 @@ <h3>More complex RegEx based filtering of API is possible too (match-paths & mat
129
129
< code class ="language-html ">
130
130
<rapi-doc-mini
131
131
style= "min-width:600px;border: 1px solid #eee; border-top-width:0"
132
- spec-url=".. /specs/mock.yaml"
132
+ spec-url="./specs/mock.yaml"
133
133
theme = "light"
134
134
paths-expanded = "false"
135
135
match-paths = "^get /users/\{userId\}$|^post /users$"
@@ -141,7 +141,7 @@ <h3>More complex RegEx based filtering of API is possible too (match-paths & mat
141
141
< br />
142
142
< rapi-doc-mini
143
143
style = "min-width:600px; width:600px; border-radius:2px; border: 1px solid #eee; border-top-width:0 "
144
- spec-url =".. /specs/mock.yaml "
144
+ spec-url ="./specs/mock.yaml "
145
145
theme = "light "
146
146
schema-style = 'table '
147
147
sort-endpoints-by = "method "
@@ -157,7 +157,7 @@ <h3>Show it Minimzed or Expanded</h3>
157
157
158
158
< rapi-doc-mini
159
159
style = "min-width:600px; width:600px; "
160
- spec-url =".. /specs/mock.yaml "
160
+ spec-url ="./specs/mock.yaml "
161
161
theme = "light "
162
162
schema-style = 'table '
163
163
sort-endpoints-by = "method "
@@ -179,7 +179,7 @@ <h3>Include APIs from multiple specs</h3>
179
179
< rapi-doc-mini
180
180
style = "width:600px; border-radius: 4px; border: 1px solid #333 "
181
181
id = "thedoc "
182
- spec-url =".. /specs/code-highlight.yaml "
182
+ spec-url ="./specs/code-highlight.yaml "
183
183
theme = "light "
184
184
schema-style = 'table '
185
185
sort-endpoints-by = "method "
@@ -191,7 +191,7 @@ <h3>Use a different theme </h3>
191
191
< rapi-doc-mini
192
192
style = "width:600px; border-radius: 4px; box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); "
193
193
id = "thedoc "
194
- spec-url =".. /specs/petstore.json "
194
+ spec-url ="./specs/petstore.json "
195
195
theme = "dark "
196
196
schema-style = 'table '
197
197
sort-endpoints-by = "method "
@@ -204,13 +204,13 @@ <h3>Handling non available specs</h3>
204
204
style = "width:600px; border-radius: 4px; margin-bottom: 16px; "
205
205
theme = "dark "
206
206
id = "thedoc "
207
- spec-url =".. /specs/fake-non-existing.json "
207
+ spec-url ="./specs/fake-non-existing.json "
208
208
> </ rapi-doc-mini >
209
209
< rapi-doc-mini
210
210
style = "width:600px; border-radius: 4px; margin-bottom: 16px; "
211
211
theme = "light "
212
212
id = "thedoc "
213
- spec-url =".. /specs/fake-non-existing.json "
213
+ spec-url ="./specs/fake-non-existing.json "
214
214
> </ rapi-doc-mini >
215
215
216
216
</ main >
0 commit comments