From c9fe9017aa3653a2d51953e8ac0d6101d0cb4593 Mon Sep 17 00:00:00 2001 From: Giuliano Rodrigues Lima <91879848+grlimacan@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:30:45 +0200 Subject: [PATCH] chore: Implementing suggestions from review --- .../advanced-features/import-guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/optimize_versioned_docs/version-3.14.0/self-managed/optimize-deployment/advanced-features/import-guide.md b/optimize_versioned_docs/version-3.14.0/self-managed/optimize-deployment/advanced-features/import-guide.md index 0523b3f35a..451ba66436 100644 --- a/optimize_versioned_docs/version-3.14.0/self-managed/optimize-deployment/advanced-features/import-guide.md +++ b/optimize_versioned_docs/version-3.14.0/self-managed/optimize-deployment/advanced-features/import-guide.md @@ -131,11 +131,11 @@ During execution, the following steps are performed: 1. [Start an import round](#start-an-import-round). 2. [Prepare the import](#prepare-the-import). -3. Poll a new page -4. Map entities and add an import job -5. [Execute the import](#execute-the-import). -6. Poll a job -7. Persist the new entities to the database + 1. Poll a new page + 2. Map entities and add an import job +3. [Execute the import](#execute-the-import). + 1. Poll a job + 2. Persist the new entities to the database ### Start an import round