@@ -37,10 +37,12 @@ export default [{
3737 children : [
3838 { text : 'Overview' , link : '/manual/jobs/index.md' } ,
3939 '/manual/jobs/creating-jobs' ,
40+ '/manual/jobs/ai-generated-runbooks.md' ,
4041 '/manual/jobs/job-workflows' ,
4142 '/manual/jobs/job-options' ,
4243 '/manual/jobs/job-notifications' ,
4344 '/manual/jobs/job-variables' ,
45+ { text : 'Conditional Logic' , link : '/manual/jobs/conditional-logic' } ,
4446 {
4547 text : 'Job Step Plugins' ,
4648 link : '/manual/jobs/job-plugins/index.md' ,
@@ -145,9 +147,15 @@ export default [{
145147 }
146148 ]
147149 } ,
148- '/manual/jobs/job-queue.md' ,
149- '/manual/jobs/job-resume.md' ,
150- '/manual/jobs/job-retry-failed-nodes.md' ,
150+ {
151+ text : 'Execution Control & Recovery (Commercial)' ,
152+ collapsible : true ,
153+ children : [
154+ '/manual/jobs/job-queue.md' ,
155+ '/manual/jobs/job-resume.md' ,
156+ '/manual/jobs/job-retry-failed-nodes.md' ,
157+ ]
158+ } ,
151159 {
152160 text : 'Log Filters' ,
153161 collapsible : true ,
@@ -181,9 +189,14 @@ export default [{
181189 '/manual/notifications/jira.md'
182190 ]
183191 } ,
184- '/manual/jobs/result-data.md' ,
185- '/manual/jobs/roi-metrics.md' ,
186- '/manual/jobs/ai-generated-runbooks.md' ,
192+ {
193+ text : 'Job Analytics & Reporting' ,
194+ collapsible : true ,
195+ children : [
196+ '/manual/jobs/result-data.md' ,
197+ '/manual/jobs/roi-metrics.md' ,
198+ ]
199+ } ,
187200 {
188201 text : 'Workflow Strategies' ,
189202 link : '/manual/jobs/workflow-strategies/index.md' ,
0 commit comments