Skip to content

Commit fa2d42e

Browse files
committed
Minor docs improvements
1 parent 8968b29 commit fa2d42e

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

resources/views/docs/mobile/1/getting-started/environment-setup.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Windows is with [Laravel Herd](https://herd.laravel.com). It's fast and free!
1818

1919
#### Heads up!
2020

21-
You cannot build iOS apps on Windows or Linux. This is a limitation imposed by Apple.
21+
You cannot build iOS apps on Windows or Linux. This is a limitation imposed by Apple. But we've got you covered with
22+
[Bifrost](https://bifrost.nativephp.com)!
2223

2324
</aside>
2425

resources/views/docs/mobile/1/getting-started/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Introduction
3-
order: 001
3+
order: 1
44
---
55

66
## Welcome to the revolution!

resources/views/docs/mobile/1/getting-started/quick-start.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Quick Start
3-
order: 099
3+
order: 2
44
---
55

66
## Let's go!
@@ -13,7 +13,8 @@ Make sure you have an [active license](/mobile) before you install.
1313

1414
</aside>
1515

16-
Get your first mobile app running in minutes:
16+
If you've already got your [environment set up](environment-setup) to build mobile apps using Xcode and/or Android Studio, then you can
17+
get building your first mobile app with NativePHP in minutes:
1718

1819
```bash
1920
# Install NativePHP for Mobile into a new Laravel app
@@ -29,7 +30,8 @@ php artisan native:run
2930
## Need help?
3031

3132
- **Community** - Join our [Discord](/discord) for support and discussions.
32-
- **Examples** - Check out the [Kitchen Sink demo app](https://play.google.com/store/apps/details?id=com.nativephp.kitchensinkapp)
33-
on Android (coming soon to iOS!)
33+
- **Examples** - Check out the Kitchen Sink demo app
34+
on [Android](https://play.google.com/store/apps/details?id=com.nativephp.kitchensinkapp) and
35+
[iOS](https://testflight.apple.com/join/vm9Qtshy)!
36+
3437

35-
Ready to build your first mobile app with PHP? [Let's get started! 🚀](/docs/getting-started/introduction)

resources/views/docs/mobile/1/getting-started/roadmap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Roadmap
3-
order: 098
3+
order: 400
44
---
55

66
NativePHP for Mobile is stable and already deployed in production apps released on the app stores. But it's still early

resources/views/docs/mobile/1/getting-started/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Versioning Policy
3-
order: 50
3+
order: 500
44
---
55

66
NativePHP for Mobile follows [semantic versioning](https://semver.org) with a mobile-specific approach that distinguishes between

0 commit comments

Comments
 (0)