docs: document JSON properties (#13099)
This commit is contained in:
@@ -115,7 +115,7 @@ export const generatedEditDates = {
|
||||
"app/learn/configurations/ts-aliases/page.mdx": "2025-07-23T15:32:18.008Z",
|
||||
"app/learn/production/worker-mode/page.mdx": "2025-07-18T15:19:45.352Z",
|
||||
"app/learn/fundamentals/module-links/read-only/page.mdx": "2025-07-25T07:58:54.327Z",
|
||||
"app/learn/fundamentals/data-models/properties/page.mdx": "2025-07-25T13:40:28.866Z",
|
||||
"app/learn/fundamentals/data-models/properties/page.mdx": "2025-07-31T08:22:20.431Z",
|
||||
"app/learn/fundamentals/framework/page.mdx": "2025-06-26T14:26:22.120Z",
|
||||
"app/learn/fundamentals/api-routes/retrieve-custom-links/page.mdx": "2025-07-14T10:24:32.582Z",
|
||||
"app/learn/fundamentals/workflows/errors/page.mdx": "2025-04-25T14:26:25.000Z",
|
||||
@@ -126,5 +126,6 @@ export const generatedEditDates = {
|
||||
"app/learn/installation/docker/page.mdx": "2025-07-23T15:34:18.530Z",
|
||||
"app/learn/fundamentals/generated-types/page.mdx": "2025-07-25T13:17:35.319Z",
|
||||
"app/learn/introduction/from-v1-to-v2/page.mdx": "2025-07-30T08:13:48.592Z",
|
||||
"app/learn/debugging-and-testing/debug-workflows/page.mdx": "2025-07-30T13:45:14.117Z"
|
||||
"app/learn/debugging-and-testing/debug-workflows/page.mdx": "2025-07-30T13:45:14.117Z",
|
||||
"app/learn/fundamentals/data-models/json-properties/page.mdx": "2025-07-31T08:38:55.014Z"
|
||||
}
|
||||
@@ -513,6 +513,16 @@ export const generatedSidebars = [
|
||||
"chapterTitle": "3.5.2. Properties",
|
||||
"number": "3.5.2."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"path": "/learn/fundamentals/data-models/json-properties",
|
||||
"title": "JSON Properties",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.3. JSON Properties",
|
||||
"number": "3.5.3."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -520,8 +530,8 @@ export const generatedSidebars = [
|
||||
"path": "/learn/fundamentals/data-models/relationships",
|
||||
"title": "Relationships",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.3. Relationships",
|
||||
"number": "3.5.3."
|
||||
"chapterTitle": "3.5.4. Relationships",
|
||||
"number": "3.5.4."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -530,8 +540,8 @@ export const generatedSidebars = [
|
||||
"path": "/learn/fundamentals/data-models/manage-relationships",
|
||||
"title": "Manage Relationships",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.4. Manage Relationships",
|
||||
"number": "3.5.4."
|
||||
"chapterTitle": "3.5.5. Manage Relationships",
|
||||
"number": "3.5.5."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -540,8 +550,8 @@ export const generatedSidebars = [
|
||||
"path": "/learn/fundamentals/data-models/index",
|
||||
"title": "Define Index",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.5. Define Index",
|
||||
"number": "3.5.5."
|
||||
"chapterTitle": "3.5.6. Define Index",
|
||||
"number": "3.5.6."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -550,8 +560,8 @@ export const generatedSidebars = [
|
||||
"path": "/learn/fundamentals/data-models/check-constraints",
|
||||
"title": "Check Constraints",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.6. Check Constraints",
|
||||
"number": "3.5.6."
|
||||
"chapterTitle": "3.5.7. Check Constraints",
|
||||
"number": "3.5.7."
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
@@ -560,8 +570,8 @@ export const generatedSidebars = [
|
||||
"path": "/learn/fundamentals/data-models/write-migration",
|
||||
"title": "Migrations",
|
||||
"children": [],
|
||||
"chapterTitle": "3.5.7. Migrations",
|
||||
"number": "3.5.7."
|
||||
"chapterTitle": "3.5.8. Migrations",
|
||||
"number": "3.5.8."
|
||||
}
|
||||
],
|
||||
"chapterTitle": "3.5. Data Models",
|
||||
|
||||
Reference in New Issue
Block a user