mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-10-11 01:58:45 -04:00
consolidate docs, add security poc
This commit is contained in:
parent
1f5867890d
commit
4999095bb3
5 changed files with 544 additions and 0 deletions
28
doc/guide/guide.css
Normal file
28
doc/guide/guide.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue