Skip to content

Commit

Permalink
orb(reactotron): chore(reactotron-app): refactor electron-store to ma…
Browse files Browse the repository at this point in the history
…tch 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
infinitered/reactotron#1521 (cac1f298a81697ab62c8116a84c586e692319828)
  • Loading branch information
infinitered-circleci committed Feb 3, 2025
1 parent 97729ca commit 0afbee7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
5 changes: 3 additions & 2 deletions docs/react-native-mlkit/contributing/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
5 changes: 3 additions & 2 deletions docs/react-native-mlkit/document-scanner/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
5 changes: 3 additions & 2 deletions docs/react-native-mlkit/face-detection/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
5 changes: 3 additions & 2 deletions docs/react-native-mlkit/image-labeling/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}
7 changes: 4 additions & 3 deletions docs/react-native-mlkit/object-detection/_category_.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 0afbee7

Please sign in to comment.