@@ -168,6 +168,9 @@ export default defineConfig({
168168 '/concepts/flows/context/' : '/concepts/context-object/' ,
169169 '/concepts/flows/naming-steps/' : '/concepts/naming-steps/' ,
170170
171+ // Architecture page rename
172+ '/concepts/architecture/' : '/concepts/three-layer-architecture/' ,
173+
171174 // URL Flattening - Reference section
172175 '/reference/apis/context/' : '/reference/context/' ,
173176 '/reference/apis/compile-api/' : '/reference/compile-api/' ,
@@ -346,6 +349,10 @@ export default defineConfig({
346349 { label : 'Process arrays in parallel' , link : '/build/process-arrays-in-parallel/' } ,
347350 ] ,
348351 } ,
352+ {
353+ label : 'Starting Flows' ,
354+ autogenerate : { directory : 'build/starting-flows/' } ,
355+ } ,
349356 {
350357 label : 'Flow Management' ,
351358 items : [
@@ -395,7 +402,7 @@ export default defineConfig({
395402 label : 'Architecture' ,
396403 items : [
397404 { label : 'How pgflow works' , link : '/concepts/how-pgflow-works/' } ,
398- { label : 'Architecture ' , link : '/concepts/architecture/' } ,
405+ { label : 'Three-layer architecture ' , link : '/concepts/three-layer- architecture/' } ,
399406 { label : 'Data model' , link : '/concepts/data-model/' } ,
400407 ] ,
401408 } ,
@@ -424,6 +431,7 @@ export default defineConfig({
424431 {
425432 label : 'APIs' ,
426433 items : [
434+ { label : '@pgflow/client API' , link : '/reference/pgflow-client/' } ,
427435 { label : 'Context API' , link : '/reference/context/' } ,
428436 { label : 'Compile API' , link : '/reference/compile-api/' } ,
429437 { label : 'Manual installation' , link : '/reference/manual-installation/' } ,
0 commit comments