mirror of https://gitee.com/bigwinds/arangodb
improved code modal output
This commit is contained in:
parent
b605b4b395
commit
00f37ba3d2
|
@ -66,13 +66,13 @@
|
|||
<tr class="tableRow">
|
||||
<th class="collectionTh">Format:</th>
|
||||
<th class="collectionTh" colspan="2">
|
||||
<p>JSON documents embedded into a list:</p>
|
||||
<p></p>
|
||||
<p>[{</p>
|
||||
<p style="margin-left: 10px">"name": "Query Name",</p>
|
||||
<p style="margin-left: 10px">"value": "Query Definition",</p>
|
||||
<p style="margin-left: 10px">"parameter": "Query Bind Parameter as Object"</p>
|
||||
<p>}]</p>
|
||||
<pre><code>JSON documents embedded into a list:
|
||||
|
||||
[{
|
||||
"name": "Query Name",
|
||||
"value": "Query Definition",
|
||||
"parameter": "Query Bind Parameter as Object"
|
||||
}]</code></code>
|
||||
</th>
|
||||
</tr>
|
||||
<tr class="tableRow">
|
||||
|
|
|
@ -332,6 +332,10 @@
|
|||
width: 20px;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin-right: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-text {
|
||||
|
|
Loading…
Reference in New Issue