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
+25
View File
@@ -128,6 +128,31 @@ const redirects = async () => {
destination: "/learn/configurations/:path*",
permanent: true,
},
{
source: "/learn/fundamentals/data-models/configure-properties",
destination: "/learn/fundamentals/data-models/properties",
permanent: true,
},
{
source: "/learn/fundamentals/data-models/default-properties",
destination: "/learn/fundamentals/data-models/properties",
permanent: true,
},
{
source: "/learn/fundamentals/data-models/primary-key",
destination: "/learn/fundamentals/data-models/properties",
permanent: true,
},
{
source: "/learn/fundamentals/data-models/property-types",
destination: "/learn/fundamentals/data-models/properties",
permanent: true,
},
{
source: "/learn/fundamentals/data-models/searchable-property",
destination: "/learn/fundamentals/data-models/properties",
permanent: true,
},
]
}