docs: improved data model docs (#11884)
* docs: improved data model docs * fix build errors
This commit is contained in:
@@ -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",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user