Skip to content

Commit b97d6e6

Browse files
authored
Move documentation below other sections
Right now, there is also badge with documentation, so section about documentation doesn't need to be at the top of README.md anymore
1 parent 712989d commit b97d6e6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ React Native ExecuTorch bridges the gap between React Native and native platform
3434
<summary><strong> :blue_book: Table of Contents </strong></summary>
3535

3636
- [:yin_yang: Supported Versions](#yin_yang-supported-versions)
37-
- [:books: Documentation](#books-documentation)
3837
- [:earth_africa: Real-world Example](#earth_africa-real-world-example)
3938
- [:llama: Quickstart - Running Llama](#llama-quickstart---running-llama)
4039
- [:calling: Demo Apps](#calling-demo-apps)
4140
- [:robot: Ready-made Models](#robot-ready-made-models)
41+
- [:books: Documentation](#books-documentation)
4242
- [:balance_scale: License](#balance_scale-license)
4343
- [:soon: What's Next?](#soon-whats-next)
4444

@@ -54,11 +54,6 @@ The minimal supported version are:
5454
> [!IMPORTANT]
5555
> React Native ExecuTorch supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page).
5656
57-
## :books: Documentation
58-
59-
Check out how our library can help you build your React Native AI features by visiting our docs:
60-
https://docs.swmansion.com/react-native-executorch
61-
6257
## :earth_africa: Real-world Example
6358

6459
React Native ExecuTorch is powering [Private Mind](https://privatemind.swmansion.com/), a privacy-first mobile AI app available on [App Store](https://apps.apple.com/gb/app/private-mind/id6746713439) and [Google Play](https://play.google.com/store/apps/details?id=com.swmansion.privatemind).
@@ -139,6 +134,11 @@ yarn expo run:< ios | android >
139134

140135
Our library has a number of ready-to-use AI models; a complete list is available in the documentation. If you're interested in running your own AI model, you need to first export it to the `.pte` format. Instructions on how to do this are available in the [Python API](https://docs.pytorch.org/executorch/stable/using-executorch-export.html) and [optimum-executorch README](https://github.com/huggingface/optimum-executorch?tab=readme-ov-file#option-2-export-and-load-separately).
141136

137+
## :books: Documentation
138+
139+
Check out how our library can help you build your React Native AI features by visiting our docs:
140+
https://docs.swmansion.com/react-native-executorch
141+
142142
## :balance_scale: License
143143

144144
This library is licensed under [The MIT License](./LICENSE).

0 commit comments

Comments
 (0)