Skip to content

Commit 3df81a0

Browse files
authored
docs: update version tags and links for v2.x release (#118)
1 parent d517a41 commit 3df81a0

File tree

15 files changed

+20
-207
lines changed

15 files changed

+20
-207
lines changed

docs/docs/1.x/en/guide/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ module.exports = wrapWithReanimatedMetroConfig(config); // [!code highlight]
7777
You’re all set! 🎉
7878
Start by installing `react-native-gesture-image-viewer`
7979

80-
<PackageManagerTabs command="install react-native-gesture-image-viewer" />
80+
<PackageManagerTabs command="install react-native-gesture-image-viewer@1.x" />

docs/docs/1.x/en/guide/getting-started/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
88
</div>
99

1010
## Examples & Demo
11-
- [📁 Example Project](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/main/example) - Real implementation code with various use cases
11+
- [📁 Example Project](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/v1.x/example) - Real implementation code with various use cases
1212
- [🤖 Expo Go](https://snack.expo.dev/@harang/react-native-gesture-image-viewer) - Try it instantly on Snack Expo
1313

1414
<ExpoSnackEmbed snackId="@harang/react-native-gesture-image-viewer" height="635px" />
@@ -20,7 +20,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
2020
Therefore, you **must install** React Native Reanimated and Gesture Handler before using this library. **If you haven't set it up yet, please refer to the [installation guide](/guide/getting-started/installation.html).**
2121
:::
2222

23-
<PackageManagerTabs command="install react-native-gesture-image-viewer" />
23+
<PackageManagerTabs command="install react-native-gesture-image-viewer@1.x" />
2424

2525
## Basic Usage
2626

docs/docs/1.x/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
actions:
99
- theme: brand
1010
text: Quick Start
11-
link: /guide/getting-started/installation.html
11+
link: /1.x/guide/getting-started/installation.html
1212
- theme: alt
1313
text: GitHub
1414
link: https://github.com/saseungmin/react-native-gesture-image-viewer

docs/docs/1.x/ko/guide/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ module.exports = wrapWithReanimatedMetroConfig(config); // [!code highlight]
7777
모든 설정이 끝났습니다! 🎉
7878
이제 `react-native-gesture-image-viewer`를 설치하면 됩니다.
7979

80-
<PackageManagerTabs command="install react-native-gesture-image-viewer" />
80+
<PackageManagerTabs command="install react-native-gesture-image-viewer@1.x" />

docs/docs/1.x/ko/guide/getting-started/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
88
</div>
99

1010
## 예제 및 데모
11-
- [📁 예제 프로젝트](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/main/example) - 실제 구현 코드와 다양한 사용 사례
11+
- [📁 예제 프로젝트](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/v1.x/example) - 실제 구현 코드와 다양한 사용 사례
1212
- [🤖 Expo Go](https://snack.expo.dev/@harang/react-native-gesture-image-viewer) - Snack Expo에서 바로 체험
1313

1414
<ExpoSnackEmbed snackId="@harang/react-native-gesture-image-viewer" height="635px" />
@@ -20,7 +20,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
2020
따라서 이 라이브러리를 사용하기 전에 React Native Reanimated와 Gesture Handler를 설치해야 합니다. **아직 설정을 하지 않았다면 [설치 가이드](/guide/getting-started/installation.html)를 참고해주세요.**
2121
:::
2222

23-
<PackageManagerTabs command="install react-native-gesture-image-viewer" />
23+
<PackageManagerTabs command="install react-native-gesture-image-viewer@1.x" />
2424

2525
## 기본 사용법
2626

docs/docs/1.x/ko/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
actions:
99
- theme: brand
1010
text: 빠른 시작
11-
link: /ko/guide/getting-started/installation.html
11+
link: /1.x/ko/guide/getting-started/installation.html
1212
- theme: alt
1313
text: GitHub
1414
link: https://github.com/saseungmin/react-native-gesture-image-viewer

docs/docs/2.x/en/guide/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ Therefore, you **must install** React Native Reanimated and Gesture Handler befo
8282
You’re all set! 🎉
8383
Start by installing `react-native-gesture-image-viewer`
8484

85-
<PackageManagerTabs command="install react-native-gesture-image-viewer@beta" />
85+
<PackageManagerTabs command="install react-native-gesture-image-viewer" />

docs/docs/2.x/en/guide/getting-started/quick-start.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
88
</div>
99

1010
## Examples & Demo
11-
- [📁 Example Project](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/next/example) - Real implementation code with various use cases
11+
- [📁 Example Project](https://github.com/saseungmin/react-native-gesture-image-viewer/tree/main/example) - Real implementation code with various use cases
1212
- [🤖 Expo Go](https://snack.expo.dev/@harang/react-native-gesture-image-viewer-v2) - Try it instantly on Expo Snack
1313

1414
<ExpoSnackEmbed snackId="@harang/react-native-gesture-image-viewer-v2" height="635px" />
@@ -20,7 +20,7 @@ import { ExpoSnackEmbed } from '../../../../../components/ExpoSnackEmbed';
2020
Therefore, you **must install** React Native Reanimated and Gesture Handler before using this library. **If you haven't set it up yet, please refer to the [installation guide](/guide/getting-started/installation.html).**
2121
:::
2222

23-
<PackageManagerTabs command="install react-native-gesture-image-viewer@beta" />
23+
<PackageManagerTabs command="install react-native-gesture-image-viewer" />
2424

2525
## Basic Usage
2626

docs/docs/2.x/en/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ hero:
88
actions:
99
- theme: brand
1010
text: Quick Start
11-
link: /2.x/guide/getting-started/installation.html
11+
link: /guide/getting-started/installation.html
1212
- theme: alt
1313
text: GitHub
1414
link: https://github.com/saseungmin/react-native-gesture-image-viewer

docs/docs/2.x/ko/guide/getting-started/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ import { Steps, PackageManagerTabs } from '@rspress/core/theme';
8484
모든 설정이 끝났습니다! 🎉
8585
이제 `react-native-gesture-image-viewer`를 설치하면 됩니다.
8686

87-
<PackageManagerTabs command="install react-native-gesture-image-viewer@beta" />
87+
<PackageManagerTabs command="install react-native-gesture-image-viewer" />

0 commit comments

Comments
 (0)