mirror of https://github.com/apache/druid.git
Tasks API documentation refactor (#14492)
Co-authored-by: Charles Smith <techdocsmith@gmail.com>
This commit is contained in:
parent
854ef98235
commit
d76903f10b
File diff suppressed because it is too large
Load Diff
|
@ -99,3 +99,15 @@ article iframe {
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
.getAPI {
|
||||||
|
color: #0073e6;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.postAPI {
|
||||||
|
color: #00bf7d;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.deleteAPI {
|
||||||
|
color: #f49200;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
Loading…
Reference in New Issue