Add websocket commands doc

This commit is contained in:
natsoni
2024-12-22 20:16:07 +01:00
parent ddcf745722
commit a5c67b5ca1
5 changed files with 2513 additions and 106 deletions

View File

@@ -470,3 +470,21 @@ dd {
margin-left: 1em;
}
}
code {
background-color: var(--bg);
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
}
pre {
display: block;
font-size: 87.5%;
color: #f18920;
background-color: var(--bg);
padding: 30px;
code{
background-color: transparent;
white-space: break-spaces;
word-break: break-all;
}
}