Skip to content

Commit

Permalink
A selection of small fixes (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiemh authored Mar 18, 2024
1 parent cd76cfc commit 3f47673
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc-surrealdb_versioned_docs/version-1.x/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
sidebar_label: Overview
title: SurrealDB
description: Due to the separation of the storage and API layers, SurrealDB can be run in embedded mode, from within a number of different language environments.
description: SurrealDB makes building and scaling realtime apps dramatically quicker and easier. Get started by installing the server and jump into our getting started guide.
---

import ThemedImage from '@theme/ThemedImage';
Expand Down
7 changes: 6 additions & 1 deletion doc-surrealdb_versioned_sidebars/version-1.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
{
"type": "autogenerated",
"dirName": "."
},
{
"type": "link",
"label": "surrealdb/surrealdb",
"href": "https://github.com/surrealdb/surrealdb"
}
]
}
}
4 changes: 2 additions & 2 deletions root/index.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
id: index
title: ''
sidebar_position: 1
sidebar_label: Overview
title: SurrealDB
description: Due to the separation of the storage and API layers, SurrealDB can be run in embedded mode, from within a number of different language environments.
description: SurrealDB makes building and scaling realtime apps dramatically quicker and easier. Supercharge your development, and jump into our getting started guide.
---

import ThemedImage from '@theme/ThemedImage';
Expand Down
8 changes: 1 addition & 7 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,14 @@ export default {
},
{
type: "link",
label: "NodeJS",
label: "Node.js",
href: "/docs/surrealdb/integration/sdks/nodejs"
},
{
type: "link",
label: "Deno",
href: "/docs/surrealdb/integration/sdks/deno"
},
]
},
{
type: "category",
label: "Community SDKs",
items: [
{
type: "link",
label: ".NET",
Expand Down
13 changes: 13 additions & 0 deletions src/css/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,12 @@ $color-primary: #ff00a0;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.3)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>') 50% / 1.8rem 1.8rem;
}
}

&[class*="menuExternalLink"] {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #8a8f982e;
}
}

.menu__list-item-collapsible--active {
Expand Down Expand Up @@ -1005,6 +1011,13 @@ $color-primary: #ff00a0;
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16px" height="16px" viewBox="0 0 24 24"><path fill="rgba(0,0,0,0.3)" d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"></path></svg>') 50% / 2rem 2rem;
}
}

&[class*="menuExternalLink"] {
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #8a8f982e;
}

}

.theme-doc-sidebar-container {
Expand Down

0 comments on commit 3f47673

Please sign in to comment.