consolidate docs, add security poc

This commit is contained in:
Christien Rioux 2023-09-17 13:48:24 -04:00
parent 1f5867890d
commit 4999095bb3
5 changed files with 544 additions and 0 deletions

28
doc/guide/guide.css Normal file
View file

@ -0,0 +1,28 @@
* {
font-family: sans-serif;
}
body {
display: flex;
justify-content: center;
}
#content {
width: 500px;
background-color: #eeeeee;
padding: 5px;
}
.section-toc, .subsection-toc {
list-style: none;
}
.section-name {
font-weight: 600;
margin-bottom: 5px;
}
code {
font-family: monospace;
font-weight: bold;
}