docs: improved data model docs (#11884)

* docs: improved data model docs

* fix build errors
This commit is contained in:
Shahed Nasser
2025-03-18 11:45:21 +02:00
committed by GitHub
parent aa6d5aa3cf
commit 3f2bdb59cb
23 changed files with 10642 additions and 10522 deletions
+3 -23
View File
@@ -244,23 +244,8 @@ export const sidebars = [
},
{
type: "link",
path: "/learn/fundamentals/data-models/property-types",
title: "Property Types",
},
{
type: "link",
path: "/learn/fundamentals/data-models/primary-key",
title: "Primary Key",
},
{
type: "link",
path: "/learn/fundamentals/data-models/default-properties",
title: "Default Properties",
},
{
type: "link",
path: "/learn/fundamentals/data-models/configure-properties",
title: "Configure Properties",
path: "/learn/fundamentals/data-models/properties",
title: "Properties",
},
{
type: "link",
@@ -282,15 +267,10 @@ export const sidebars = [
path: "/learn/fundamentals/data-models/check-constraints",
title: "Check Constraints",
},
{
type: "link",
path: "/learn/fundamentals/data-models/searchable-property",
title: "Searchable Property",
},
{
type: "link",
path: "/learn/fundamentals/data-models/write-migration",
title: "Write Migration",
title: "Migrations",
},
],
},