docs: small fixes to workflow constraints chapter (#11421)

* docs: small fixes to workflow constraints chapter

* add links to plugins in nav
This commit is contained in:
Shahed Nasser
2025-02-12 16:27:55 +02:00
committed by GitHub
parent 22276648ad
commit c5d49c66a0
6 changed files with 13061 additions and 13046 deletions
+13 -13
View File
@@ -229,9 +229,9 @@ export const generatedSidebar = [
"isPathHref": true,
"type": "link",
"path": "/learn/fundamentals/modules/modules-directory-structure",
"title": "Modules Directory Structure",
"title": "Directory Structure",
"children": [],
"chapterTitle": "3.2.1. Modules Directory Structure"
"chapterTitle": "3.2.1. Directory Structure"
},
{
"loaded": true,
@@ -588,6 +588,15 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/workflows",
"title": "Workflows",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/fundamentals/workflows/constructor-constraints",
"title": "Constructor Constraints",
"children": [],
"chapterTitle": "3.6.1. Constructor Constraints"
},
{
"loaded": true,
"isPathHref": true,
@@ -595,7 +604,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/workflows/variable-manipulation",
"title": "Transform Variables",
"children": [],
"chapterTitle": "3.6.1. Transform Variables"
"chapterTitle": "3.6.2. Transform Variables"
},
{
"loaded": true,
@@ -604,16 +613,7 @@ export const generatedSidebar = [
"path": "/learn/fundamentals/workflows/conditions",
"title": "When-Then Conditions",
"children": [],
"chapterTitle": "3.6.2. When-Then Conditions"
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/fundamentals/workflows/constructor-constraints",
"title": "Constructor Constraints",
"children": [],
"chapterTitle": "3.6.3. Constructor Constraints"
"chapterTitle": "3.6.3. When-Then Conditions"
},
{
"loaded": true,