Adjacent routes — click a node to open it.userflow
flowchart LR
Start(["Visitor arrives"]) --> Resources["/ressources/ (Resources)"]
Resources --> Products["/ressources/produits/"]
Resources --> OfficeHours["/ressources/office-hours/"]
Resources --> Contact["/contact/"]
Contact --> Qualifier["/contact/#call-qualifier"]
Products --> ProductDetail["/ressources/produits/<category>/<slug>/"]
ProductDetail --> Checkout["/paiement/produit/<slug>/"]
OfficeHours --> SessionDetail["/ressources/office-hours/<slug>/"]
SessionDetail --> Cohort["/ressources/office-hours/cohortes/<slug>/"]
Qualifier --> End(["Engagement started"])
click Resources "https://mickael-umt.com/ressources/" "Open Resources"
click Products "https://mickael-umt.com/ressources/produits/" "Open Products"
click OfficeHours "https://mickael-umt.com/ressources/office-hours/" "Open Office Hours"
click Contact "https://mickael-umt.com/contact/" "Open Contact"
click Qualifier "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"
click ProductDetail "https://mickael-umt.com/ressources/produits/frameworks/agentic-ai-framework/" "Open Product"
click Checkout "https://mickael-umt.com/paiement/produit/agentic-ai-framework/" "Open Checkout"
click SessionDetail "https://mickael-umt.com/ressources/office-hours/ai-security/" "Open Session"
click Cohort "https://mickael-umt.com/ressources/office-hours/cohortes/september-2026/" "Open Cohort"
click End "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"