feat: add docs website
This commit is contained in:
parent
f0ec2e4942
commit
576125d377
1 changed files with 683 additions and 3 deletions
31
docs/styles.css
Normal file
31
docs/styles.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
/* css styles */
|
||||
|
||||
div.sourceCode {
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
p code:not(.sourceCode),
|
||||
li code:not(.sourceCode),
|
||||
kbd,
|
||||
pre:not(.sourceCode),
|
||||
samp {
|
||||
background-color: #f6f6f6 !important;
|
||||
padding: 0.25em;
|
||||
border-radius: 6px !important;
|
||||
}
|
||||
|
||||
/* sidebar */
|
||||
.sidebar-navigation li a {
|
||||
line-height: 1.2rem;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
border-bottom: 1px solid #e5e5e6;
|
||||
max-height: 50px;
|
||||
|
||||
}
|
||||
|
||||
.navbar-logo {
|
||||
max-height: 30px;
|
||||
}
|
||||
Loading…
Reference in a new issue