docs: add section for get records by query
This commit is contained in:
@@ -34,6 +34,10 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.snippetContent>pre::-webkit-scrollbar-corner {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
@-moz-document url-prefix() {
|
||||
.snippetContent>pre {
|
||||
margin-right: 1rem;
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
.link {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 1rem;
|
||||
white-space: nowrap;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user