Moving API docs to separate /api page.

This commit is contained in:
softsimon
2020-10-07 23:24:01 +07:00
parent 0ee2753100
commit b6738dd9e8
11 changed files with 168 additions and 123 deletions

View File

@@ -0,0 +1,16 @@
.text-small {
font-size: 12px;
}
.code {
background-color: #1d1f31;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}
tr {
white-space: inherit;
}
.nowrap {
white-space: nowrap;
}