Skip to content

Commit c3a81d7

Browse files
committed
Clean up examples and tutorials as well as minor doc tweaks.
Also add a reconnect loop to collab clicker.
1 parent 6699129 commit c3a81d7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+164
-304
lines changed

README.md

Lines changed: 1 addition & 1 deletion

docs/astro.config.mjs

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,17 @@ export default defineConfig({
3737
slug: "getting-started/starting-up",
3838
},
3939
{
40-
label: "First App",
41-
slug: "getting-started/first-ui-app",
42-
},
43-
{
44-
label: "A CLI App",
45-
slug: "getting-started/first-cli-app",
40+
label: "Tutorials",
41+
items: [
42+
{
43+
label: "API, Vector Search & UI",
44+
slug: "getting-started/first-ui-app",
45+
},
46+
{
47+
label: "Data CLI",
48+
slug: "getting-started/first-cli-app",
49+
},
50+
],
4651
},
4752
{
4853
label: "Philosophy",

docs/src/content/docs/comparison/pocketbase.mdx

Lines changed: 4 additions & 3 deletions

docs/src/content/docs/getting-started/first-cli-app.mdx

Lines changed: 3 additions & 3 deletions

docs/src/content/docs/getting-started/first-ui-app.mdx

Lines changed: 12 additions & 12 deletions

docs/src/content/docs/index.mdx

Lines changed: 3 additions & 3 deletions
File renamed without changes.

0 commit comments

Comments
 (0)