From 8230af9298de2315561f9855df4e3ae685b48a1d Mon Sep 17 00:00:00 2001 From: Andries Smit Date: Fri, 3 Jul 2026 14:45:26 +0200 Subject: [PATCH] Fix formatting in migration README diagram fix diagram allignment --- docs-site/src/migration/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs-site/src/migration/README.md b/docs-site/src/migration/README.md index 5390558a7..85783f911 100644 --- a/docs-site/src/migration/README.md +++ b/docs-site/src/migration/README.md @@ -16,12 +16,12 @@ Traditional migrations require deep Mendix expertise and manual work in Studio P ## The Five Phases ``` - Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 - ┌──────────┐ ┌───────────┐ ┌──────────────┐ ┌──────────┐ ┌──────────┐ - │ Assess │──▶│ Propose │──▶│ Generate │──▶│ Test │──▶│ Finish │ - │ Source │ │ Transform │ │ Mendix App │ │ & Lint │ │ in Studio│ - └──────────┘ └───────────┘ └──────────────┘ └──────────┘ │ Pro │ - └──────────┘ + Phase 1 Phase 2 Phase 3 Phase 4 Phase 5 + ┌──────────┐ ┌───────────┐ ┌──────────────┐ ┌──────────┐ ┌──────────┐ + │ Assess │--> │ Propose │-->│ Generate │-->│ Test │-->│ Finish │ + │ Source │ │ Transform │ │ Mendix App │ │ & Lint │ │ in Studio│ + └──────────┘ └───────────┘ └──────────────┘ └──────────┘ │ Pro │ + └──────────┘ ``` | Phase | What Happens | Key Skills |