From 230e4808c7399384a7a7b889f94c038de191de4f Mon Sep 17 00:00:00 2001
From: Yoann Schneider <yschneider@teklia.com>
Date: Thu, 1 Dec 2022 15:11:08 +0000
Subject: [PATCH] Rename selection to options as per the changes

---
 docs/ref/api/classification.md | 2 +-
 docs/ref/api/element.md        | 2 +-
 docs/ref/api/entity.md         | 2 +-
 docs/ref/api/metadata.md       | 2 +-
 docs/ref/api/training.md       | 2 +-
 docs/ref/api/transcription.md  | 2 +-
 docs/ref/api/worker_version.md | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/ref/api/classification.md b/docs/ref/api/classification.md
index f52780a2..057f62fe 100644
--- a/docs/ref/api/classification.md
+++ b/docs/ref/api/classification.md
@@ -1,7 +1,7 @@
 # Classification
 
 ::: arkindex_worker.worker.classification
-    selection:
+    options:
       members: no
 
 ::: arkindex_worker.worker.classification.ClassificationMixin
diff --git a/docs/ref/api/element.md b/docs/ref/api/element.md
index a9916456..7de5dca1 100644
--- a/docs/ref/api/element.md
+++ b/docs/ref/api/element.md
@@ -1,7 +1,7 @@
 # Element
 
 ::: arkindex_worker.worker.element
-    selection:
+    options:
       members:
         - ElementType
         - MissingTypeError
diff --git a/docs/ref/api/entity.md b/docs/ref/api/entity.md
index b130babf..c7ebbe85 100644
--- a/docs/ref/api/entity.md
+++ b/docs/ref/api/entity.md
@@ -1,7 +1,7 @@
 # Entity
 
 ::: arkindex_worker.worker.entity
-    selection:
+    options:
       members:
         - EntityType
     options:
diff --git a/docs/ref/api/metadata.md b/docs/ref/api/metadata.md
index e3c25c52..ac068f85 100644
--- a/docs/ref/api/metadata.md
+++ b/docs/ref/api/metadata.md
@@ -1,7 +1,7 @@
 # Metadata
 
 ::: arkindex_worker.worker.metadata
-    selection:
+    options:
       members:
         - MetaType
     options:
diff --git a/docs/ref/api/training.md b/docs/ref/api/training.md
index 5d906d86..b6d6c7f6 100644
--- a/docs/ref/api/training.md
+++ b/docs/ref/api/training.md
@@ -1,7 +1,7 @@
 # Training
 
 ::: arkindex_worker.worker.training
-    selection:
+    options:
       members:
         - DirPath
         - Hash
diff --git a/docs/ref/api/transcription.md b/docs/ref/api/transcription.md
index ec61d33e..9de157e7 100644
--- a/docs/ref/api/transcription.md
+++ b/docs/ref/api/transcription.md
@@ -1,7 +1,7 @@
 # Transcription
 
 ::: arkindex_worker.worker.transcription
-    selection:
+    options:
       members:
         - TextOrientation
     options:
diff --git a/docs/ref/api/worker_version.md b/docs/ref/api/worker_version.md
index 1d3a691d..b99e7ee9 100644
--- a/docs/ref/api/worker_version.md
+++ b/docs/ref/api/worker_version.md
@@ -1,7 +1,7 @@
 # WorkerVersion
 
 ::: arkindex_worker.worker.version
-    selection:
+    options:
       members: no
     options:
       show_category_heading: no
-- 
GitLab