docs: document Query Context (#11289)

* docs: document Query Context

* add vale exception
This commit is contained in:
Shahed Nasser
2025-02-03 19:43:40 +02:00
committed by GitHub
parent e0851b25ce
commit 94376f6c75
5 changed files with 229 additions and 2 deletions
+2 -1
View File
@@ -114,5 +114,6 @@ export const generatedEditDates = {
"app/learn/fundamentals/plugins/create/page.mdx": "2025-01-31T13:17:48.052Z",
"app/learn/fundamentals/plugins/page.mdx": "2025-01-22T10:14:10.433Z",
"app/learn/customization/reuse-customizations/page.mdx": "2025-01-22T10:01:57.665Z",
"app/learn/update/page.mdx": "2025-01-27T08:45:19.030Z"
"app/learn/update/page.mdx": "2025-01-27T08:45:19.030Z",
"app/learn/fundamentals/module-links/query-context/page.mdx": "2025-02-03T17:04:24.479Z"
}
+9
View File
@@ -368,6 +368,15 @@ export const generatedSidebar = [
"title": "Custom Columns",
"children": [],
"chapterTitle": "3.3.4. Custom Columns"
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/fundamentals/module-links/query-context",
"title": "Query Context",
"children": [],
"chapterTitle": "3.3.5. Query Context"
}
],
"chapterTitle": "3.3. Module Links"