Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/major-animals-sin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'react-native-gesture-image-viewer': patch
---

docs: add AI documentation links to README

- [llms.txt](https://react-native-gesture-image-viewer.pages.dev/llms.txt)
- [llms-full.txt](https://react-native-gesture-image-viewer.pages.dev/llms-full.txt)
7 changes: 6 additions & 1 deletion README-ko_kr.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ React Native์—์„œ ์ด๋ฏธ์ง€ ๊ฐค๋Ÿฌ๋ฆฌ๋‚˜ ์ฝ˜ํ…์ธ  ๋ทฐ์–ด๋ฅผ ๊ตฌํ˜„ํ•  ๋•Œ, ๋ณต
### ์˜ˆ์ œ ๋ฐ ๋ฐ๋ชจ

- [๐Ÿ“ ์˜ˆ์ œ ํ”„๋กœ์ ํŠธ](/example/) - ์‹ค์ œ ๊ตฌํ˜„ ์ฝ”๋“œ์™€ ๋‹ค์–‘ํ•œ ์‚ฌ์šฉ ์‚ฌ๋ก€
- [๐Ÿค– Expo Snack](https://snack.expo.dev/@harang/react-native-gesture-image-viewer-v2) - Expo Snack์—์„œ ๋ฐ”๋กœ ์ฒดํ—˜
- [๐Ÿฅ  Expo Snack](https://snack.expo.dev/@harang/react-native-gesture-image-viewer-v2) - Expo Snack์—์„œ ๋ฐ”๋กœ ์ฒดํ—˜

### ๐Ÿค– AI

- [llms.txt](https://react-native-gesture-image-viewer.pages.dev/llms.txt): ๋ฌธ์„œ์˜ ๋ชจ๋“  ํŽ˜์ด์ง€์— ๋Œ€ํ•œ ์ œ๋ชฉ, ๋งํฌ ๋ฐ ๊ฐ„๋‹จํ•œ ์„ค๋ช…์ด ํฌํ•จ๋œ ๊ตฌ์กฐํ™”๋œ ์ƒ‰์ธ ํŒŒ์ผ์ž…๋‹ˆ๋‹ค.
- [llms-full.txt](https://react-native-gesture-image-viewer.pages.dev/llms-full.txt): ๋ชจ๋“  ๋ฌธ์„œ ํŽ˜์ด์ง€์˜ ์ „์ฒด ๋‚ด์šฉ์„ ํ•˜๋‚˜์˜ ํŒŒ์ผ๋กœ ํ•ฉ์นœ ์ „์ฒด ๋‚ด์šฉ ํŒŒ์ผ์ž…๋‹ˆ๋‹ค.

### ๊ธฐ๋ณธ ์‚ฌ์šฉ๋ฒ•

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ Full documentation is available at: <https://react-native-gesture-image-viewer.p
### Examples & Demo

- [๐Ÿ“ Example Project](/example/) - Real implementation code with various use cases
- [๐Ÿค– Expo Go](https://snack.expo.dev/@harang/react-native-gesture-image-viewer-v2) - Try it instantly on Expo Snack
- [๐Ÿฅ  Expo Go](https://snack.expo.dev/@harang/react-native-gesture-image-viewer-v2) - Try it instantly on Expo Snack

### ๐Ÿค– AI

- [llms.txt](https://react-native-gesture-image-viewer.pages.dev/llms.txt): A structured index file containing the titles, links, and brief descriptions of all documentation pages.
- [llms-full.txt](https://react-native-gesture-image-viewer.pages.dev/llms-full.txt): A full-content file that concatenates the complete content of every documentation page into a single file.

### Basic Usage

Expand Down
Loading