From 0afbee73ed85653f6bf6775f6a653bd622e38ae4 Mon Sep 17 00:00:00 2001 From: Infinite Red Date: Mon, 3 Feb 2025 21:59:19 +0000 Subject: [PATCH] orb(reactotron): chore(reactotron-app): refactor electron-store to match docs (#1536) ## Please verify the following: - [x] yarn run v1.22.22 info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. passes ## Describe your PR This PR does a minor refactor to our electron-store usage to trigger a release for reactotron-app, to release this PR https://github.com/infinitered/reactotron/pull/1521 (cac1f298a81697ab62c8116a84c586e692319828) --- docs/react-native-mlkit/contributing/_category_.json | 5 +++-- docs/react-native-mlkit/document-scanner/_category_.json | 5 +++-- docs/react-native-mlkit/face-detection/_category_.json | 5 +++-- docs/react-native-mlkit/image-labeling/_category_.json | 5 +++-- docs/react-native-mlkit/object-detection/_category_.json | 7 ++++--- .../running-the-example-app/_category_.json | 5 +++-- 6 files changed, 19 insertions(+), 13 deletions(-) diff --git a/docs/react-native-mlkit/contributing/_category_.json b/docs/react-native-mlkit/contributing/_category_.json index 8ecce07b..127f9178 100644 --- a/docs/react-native-mlkit/contributing/_category_.json +++ b/docs/react-native-mlkit/contributing/_category_.json @@ -3,6 +3,7 @@ "position": 1000, "link": { "type": "generated-index", - "description": "How to run the included example application." + "description": "How to run the included example application.", + "slug": "/react-native-mlkit/contributing/list" } -} +} \ No newline at end of file diff --git a/docs/react-native-mlkit/document-scanner/_category_.json b/docs/react-native-mlkit/document-scanner/_category_.json index e2ff767d..a2b8407e 100644 --- a/docs/react-native-mlkit/document-scanner/_category_.json +++ b/docs/react-native-mlkit/document-scanner/_category_.json @@ -3,6 +3,7 @@ "position": 500, "link": { "type": "generated-index", - "description": "Scan documents with your camera" + "description": "Scan documents with your camera", + "slug": "/react-native-mlkit/document-scanner/list" } -} +} \ No newline at end of file diff --git a/docs/react-native-mlkit/face-detection/_category_.json b/docs/react-native-mlkit/face-detection/_category_.json index 92b15439..847b88b4 100644 --- a/docs/react-native-mlkit/face-detection/_category_.json +++ b/docs/react-native-mlkit/face-detection/_category_.json @@ -3,6 +3,7 @@ "position": 100, "link": { "type": "generated-index", - "description": "Label images with TFLite Models" + "description": "Label images with TFLite Models", + "slug": "/react-native-mlkit/face-detection/list" } -} +} \ No newline at end of file diff --git a/docs/react-native-mlkit/image-labeling/_category_.json b/docs/react-native-mlkit/image-labeling/_category_.json index 54d2ec95..83b75944 100644 --- a/docs/react-native-mlkit/image-labeling/_category_.json +++ b/docs/react-native-mlkit/image-labeling/_category_.json @@ -3,6 +3,7 @@ "position": 200, "link": { "type": "generated-index", - "description": "Label images with TFLite Models" + "description": "Label images with TFLite Models", + "slug": "/react-native-mlkit/image-labeling/list" } -} +} \ No newline at end of file diff --git a/docs/react-native-mlkit/object-detection/_category_.json b/docs/react-native-mlkit/object-detection/_category_.json index c05c917d..ec857f1b 100644 --- a/docs/react-native-mlkit/object-detection/_category_.json +++ b/docs/react-native-mlkit/object-detection/_category_.json @@ -1,8 +1,9 @@ { "label": "Object Detection", - "position":400, + "position": 400, "link": { "type": "generated-index", - "description": "Detect Object" + "description": "Detect Object", + "slug": "/react-native-mlkit/object-detection/list" } -} +} \ No newline at end of file diff --git a/docs/react-native-mlkit/running-the-example-app/_category_.json b/docs/react-native-mlkit/running-the-example-app/_category_.json index 7b945065..780c0ca8 100644 --- a/docs/react-native-mlkit/running-the-example-app/_category_.json +++ b/docs/react-native-mlkit/running-the-example-app/_category_.json @@ -3,6 +3,7 @@ "position": 99, "link": { "type": "generated-index", - "description": "How to run the included example application." + "description": "How to run the included example application.", + "slug": "/react-native-mlkit/running-the-example-app/list" } -} +} \ No newline at end of file