docs: add section for get records by query

This commit is contained in:
Stevan Freeborn
2023-04-14 22:35:40 -05:00
parent e168c5b34c
commit 69ef5bc3c3
12 changed files with 302 additions and 6 deletions
@@ -34,6 +34,10 @@
border-radius: 10px;
}
.snippetContent>pre::-webkit-scrollbar-corner {
background-color: transparent;
}
@-moz-document url-prefix() {
.snippetContent>pre {
margin-right: 1rem;
+4
View File
@@ -6,6 +6,10 @@
padding: 1rem;
}
.link {
text-decoration: none;
}
.title {
font-size: 1rem;
white-space: nowrap;
+1 -1
View File
@@ -91,7 +91,7 @@ export default function SideBar({
}) {
return (
<div className={styles.container}>
<Link href="/">
<Link href="/" className={styles.link}>
<h1 className={styles.title}>
<span className={styles.onspring}>Onspring</span>{' '}
<span className={styles.api}>API</span>