Skip to content

Commit 790bb44

Browse files
committed
style changes
1 parent 9117723 commit 790bb44

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

development/docs/templates/blocks_index.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,19 @@ article > a.md-content__button.md-icon:first-child {
5252
.block {
5353
border: 1px solid black;
5454
border-radius: 4px;
55-
padding: 4px;
55+
padding: 10px;
56+
height: 100px;
5657
}
5758

5859
.block_name {
59-
font-size: larger;
60-
color: #444;
60+
font-size: large;
61+
color: black;
6162
}
6263

6364
.block_description {
64-
font-size: small;
65-
color: darkgray;
65+
font-size: 0.65em;
66+
padding-top: 5px;
67+
color: #444;
6668
}
6769

6870
.block_license {

docs/api.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
hide:
3+
- toc
4+
---
15
When the Inference Server is running, it provides OpenAPI documentation at the `/docs` endpoint for use in development.
26

37
Below is the OpenAPI specification for the Inference Server for the current release version.

0 commit comments

Comments
 (0)