Skip to content

Commit 9fefd45

Browse files
committed
Updates ordering for docs
1 parent 593fde1 commit 9fefd45

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

resources/views/docs/mobile/1/the-basics/app-assets.md

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

66
## Customizing Your App Icon

resources/views/docs/mobile/1/the-basics/deep-links.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Deep, Universal, App Links and NFC
3-
order: 900
3+
order: 500
44
---
55

66
## Overview

resources/views/docs/mobile/1/the-basics/dialogs.md

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

66
## Native Dialogs

resources/views/docs/mobile/1/the-basics/native-functions.md

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

66
Nearly any basic Laravel app will work as a mobile app with NativePHP for Mobile. However, what makes NativePHP

resources/views/docs/mobile/1/the-basics/system.md

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

66
## Native System

0 commit comments

Comments
 (0)