File tree 2 files changed +11
-5
lines changed
development/docs/templates
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -52,17 +52,19 @@ article > a.md-content__button.md-icon:first-child {
52
52
.block {
53
53
border : 1px solid black ;
54
54
border-radius : 4px ;
55
- padding : 4px ;
55
+ padding : 10px ;
56
+ height : 100px ;
56
57
}
57
58
58
59
.block_name {
59
- font-size : larger ;
60
- color : #444 ;
60
+ font-size : large ;
61
+ color : black ;
61
62
}
62
63
63
64
.block_description {
64
- font-size : small ;
65
- color : darkgray ;
65
+ font-size : 0.65em ;
66
+ padding-top : 5px ;
67
+ color : #444 ;
66
68
}
67
69
68
70
.block_license {
Original file line number Diff line number Diff line change
1
+ ---
2
+ hide :
3
+ - toc
4
+ ---
1
5
When the Inference Server is running, it provides OpenAPI documentation at the ` /docs ` endpoint for use in development.
2
6
3
7
Below is the OpenAPI specification for the Inference Server for the current release version.
You can’t perform that action at this time.
0 commit comments