Skip to content
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/tutorials/cypher/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Cypher tutorial
title: Cypher Tutorial
---

import { CardGrid, LinkCard } from '@astrojs/starlight/components';
Expand Down
10 changes: 9 additions & 1 deletion src/content/docs/tutorials/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ Each video in the series covers a particular feature or use case in Kuzu.

For users in the Python ecosystem, see the following tutorials.

### Intro tutorial

<LinkCard
title="Python tutorial"
description="Tutorial for Kuzu's Python API"
href="/tutorials/python"
/>

### Colab notebooks

We've compiled a series of Google Colab
Expand Down Expand Up @@ -64,7 +72,7 @@ learning and AI ecosystem.

## Rust

For users in the Rust ecosystem, see the following tutorial.
For users in the Rust ecosystem, see the following tutorials.

<LinkCard
title="Rust tutorial"
Expand Down
Loading