Introducing API Documentation

This commit is contained in:
Liyas Thomas
2019-12-22 23:28:36 +05:30
parent 10f6bb9cc6
commit c3a6cc133f
2 changed files with 231 additions and 34 deletions

View File

@@ -251,7 +251,10 @@ nav.secondary-nav {
h1,
h2,
h3 {
h3,
h4 {
display: flex;
align-items: center;
margin: 0;
font-weight: 700;
}
@@ -526,7 +529,9 @@ kbd,
select,
input,
textarea,
pre {
pre,
code {
display: inline-flex;
margin: 4px;
padding: 8px;
border-radius: 8px;
@@ -560,9 +565,10 @@ pre.ace_editor {
z-index: 0;
}
code {
height: 336px;
border-radius: 8px;
kbd,
code,
pre {
width: auto;
}
.select-wrapper {