File tree 4 files changed +9
-7
lines changed
docs/desktop/1/getting-started
4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div class =" flex items-center justify-center bg-teal-500 p-2 text-center text-md text-white text-balance transition-all ease-out duration-500 -translate-y-[100%]"
2
2
x-init =" $el.classList.add('translate-y-0')" >
3
- <a href =" /ios " onclick =" fathom.trackEvent('alert_click');" >
3
+ <a href =" /mobile " onclick =" fathom.trackEvent('alert_click');" >
4
4
📲  ;  ; Join the NativePHP for mobile Early Access Program &rightarrow ;
5
5
</a >
6
6
</div >
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ goes a long way in defraying the expenses of working for free to keep this proje
26
26
27
27
Together, we can continue to grow NativePHP and ensure it remains a valuable tool for the community.
28
28
29
- ## Early Access Program
29
+ ## NativePHP for mobile
30
30
31
- If you're interested in NativePHP for mobile, you can get access right now via the [ Early Access Program] ( /ios ) . We are
32
- already working on NativePHP for iOS and your support will help us speed up development .
31
+ If you're interested in NativePHP for mobile, you can get access right now via the [ Early Access Program] ( /mobile ) .
32
+ NativePHP is already working on iOS and Android is in active development. Your support will help us continue .
33
33
34
34
## Corporate Partners
35
35
Original file line number Diff line number Diff line change 12
12
is coming!
13
13
</h2 >
14
14
<p class =" mx-auto mt-6 max-w-xl text-pretty text-lg/8 text-gray-600 dark:text-gray-400 text-balance" >
15
- Development of NativePHP for iOS has already started and you can get access right now!<br ><br >
15
+ Development of NativePHP for mobile has already started and you can get access
16
+ and start building apps right now!<br ><br >
16
17
Join the <b >Early Access Program</b > by purchasing a license.
17
18
</p >
18
19
@@ -47,7 +48,7 @@ class="rounded-md bg-teal-500 px-8 py-4 text-2xl font-semibold text-white shadow
47
48
</p >
48
49
<p >
49
50
With <strong >significant progress</strong > already made towards enabling
50
- <strong >NativePHP on iOS </strong >, we are excited about the possibilities that lie ahead.
51
+ <strong >NativePHP for mobile </strong >, we are excited about the possibilities that lie ahead.
51
52
</p >
52
53
<p >
53
54
However, to make this vision a reality for both iOS and Android, we need your support.
Original file line number Diff line number Diff line change 19
19
Route::redirect ('/sponsor ' , '/docs/1/getting-started/sponsoring ' );
20
20
21
21
Route::view ('/ ' , 'welcome ' )->name ('welcome ' );
22
- Route::view ('ios ' , 'early-adopter ' )->name ('early-adopter ' );
22
+ Route::view ('mobile ' , 'early-adopter ' )->name ('early-adopter ' );
23
+ Route::redirect ('ios ' , 'mobile ' );
23
24
24
25
Route::redirect ('/docs/{version}/{page?} ' , '/docs/desktop/{version}/{page?} ' )
25
26
->where ('page ' , '(.*) ' )
You can’t perform that action at this time.
0 commit comments