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