Updated release notes

This commit is contained in:
Karthik KK
2025-04-22 19:17:50 +12:00
parent 0474ef1dde
commit 1857e8828c
7 changed files with 66 additions and 3 deletions

View File

@@ -19,12 +19,15 @@ const sidebars: SidebarsConfig = {
// But you can create a sidebar manually
tutorialSidebar: [
'intro',
'release-notes',
'getting-started',
{
type: 'category',
label: 'Database Setup',
items: [
'sqlite-setup',
'sql-server-setup',
'postgresql-setup',
'connection-reference',
],
},