Skip to content

Commit 7c134b7

Browse files
authored
docs: minor updates (#83)
1 parent 67ce2aa commit 7c134b7

4 files changed

Lines changed: 260 additions & 260 deletions

File tree

docs/config-doctor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 75
44
sidebar_class_name: sponsor-heart
55
---
66

7-
# Configuration Doctor (beta)
7+
# Configuration Doctor
88

99
A command-line tool designed to help with Android signing configuration issues and quickly resolve the infamous `DEVELOPER_ERROR`, or potentially [other errors](#when-to-use) too.
1010

docs/install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Why paid? According to the [State of React Native Survey](https://results.2024.s
2020
- iOS & macOS: Powered by the [Google Sign-In SDK](https://developers.google.com/identity/sign-in/ios/start)
2121

2222
- **Licensed:** see [pricing](https://universal-sign-in.com/#pricing) and [license](https://universal-sign-in.com/license).
23-
- **Trusted**: A total of over 400k npm package downloads.
23+
- **Trusted**: A total of over 600k npm package downloads.
2424
- **Faster Sign-Ups**: Reduce sign-up and sign-in times on Android by up to 50%, according to [Google](https://developer.android.com/identity/sign-in/legacy-gsi-migration#authentication).
2525
- **See the UI**: [screenshots](screenshots) of the features.
2626
- **Widely compatible & stable:** Both old and [new architecture](https://reactnative.dev/architecture/landing-page) of React Native are supported. See version [compatibility table](#requirements) below.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
"prettier:check": "prettier --list-different 'docs/**/*.{md,mdx}'"
1818
},
1919
"dependencies": {
20-
"@docusaurus/core": "^3.9.1",
21-
"@docusaurus/plugin-ideal-image": "^3.9.1",
22-
"@docusaurus/preset-classic": "^3.9.1",
20+
"@docusaurus/core": "^3.9.2",
21+
"@docusaurus/plugin-ideal-image": "^3.9.2",
22+
"@docusaurus/preset-classic": "^3.9.2",
2323
"@mdx-js/react": "^3.1.1",
2424
"clsx": "^2.1.1",
2525
"docusaurus-lunr-search": "^3.6.1",
@@ -28,10 +28,10 @@
2828
"react-dom": "^19.2.0"
2929
},
3030
"devDependencies": {
31-
"@docusaurus/faster": "^3.9.1",
32-
"@docusaurus/module-type-aliases": "^3.9.1",
33-
"@docusaurus/tsconfig": "^3.9.1",
34-
"@docusaurus/types": "^3.9.1",
31+
"@docusaurus/faster": "^3.9.2",
32+
"@docusaurus/module-type-aliases": "^3.9.2",
33+
"@docusaurus/tsconfig": "^3.9.2",
34+
"@docusaurus/types": "^3.9.2",
3535
"@types/react": "^19.2.2",
3636
"docusaurus-plugin-typedoc": "^1.4.2",
3737
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)