Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit 63d202e

Browse files
hharkovenkoashvayka
authored andcommitted
removed pre 1.7 versions of release and qr-code-settings from sidebar, added cross-links to their legacy versions.
1 parent 6ebf55c commit 63d202e

5 files changed

Lines changed: 19 additions & 13 deletions

File tree

_data/mobile-pe/docs-home.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,9 @@ toc:
2525
path: /docs/pe/mobile/app-icon-splash-screen/
2626
- title: Self-registration
2727
path: /docs/pe/mobile/self-registration/
28-
- title: QR code settings (Mobile app v1.7.x)
28+
- title: QR code settings
2929
path: /docs/pe/mobile/qr-code-settings/
30-
- title: QR code settings (Mobile app v1.6.x)
31-
path: /docs/pe/mobile/qr-code-settings-before-v1.7/
3230
- title: Add your own localization
3331
path: /docs/pe/mobile/localization/
34-
- title: Publish your app (Mobile app v1.6.x)
35-
path: /docs/pe/mobile/release-before-v1.7/
36-
- title: Publish your app (Mobile app v1.7.x)
32+
- title: Publish your app
3733
path: /docs/pe/mobile/release/

_data/mobile/docs-home.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,11 @@ toc:
1919
path: /docs/mobile/mobile-actions/
2020
- title: OAuth 2.0
2121
path: /docs/mobile/oauth2/
22-
- title: QR code settings (Mobile app v1.7.x)
22+
- title: QR code settings
2323
path: /docs/mobile/qr-code-settings/
24-
- title: QR code settings (Mobile app v1.6.x)
25-
path: /docs/mobile/qr-code-settings-before-v1.7/
2624
- title: App icon and splash screen
2725
path: /docs/mobile/app-icon-splash-screen/
2826
- title: Add your own localization
2927
path: /docs/mobile/localization/
30-
- title: Publish your app (Mobile app v1.6.x)
31-
path: /docs/mobile/release-before-v1.7/
32-
- title: Publish your app (Mobile app v1.7.x)
28+
- title: Publish your app
3329
path: /docs/mobile/release/

_data/pages_info.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,9 @@
679679
"/docs/mobile/alarm-dashboard/":
680680
url: "/docs/mobile/alarm-dashboard/"
681681
redirect_from: []
682+
"/docs/mobile/app-icon-splash-screen-before-v1.7/":
683+
url: "/docs/mobile/app-icon-splash-screen-before-v1.7/"
684+
redirect_from: []
682685
"/docs/mobile/app-icon-splash-screen/":
683686
url: "/docs/mobile/app-icon-splash-screen/"
684687
redirect_from: []
@@ -3215,6 +3218,9 @@
32153218
"/docs/pe/mobile/alarm-dashboard/":
32163219
url: "/docs/pe/mobile/alarm-dashboard/"
32173220
redirect_from: []
3221+
"/docs/pe/mobile/app-icon-splash-screen-before-v1.7/":
3222+
url: "/docs/pe/mobile/app-icon-splash-screen-before-v1.7/"
3223+
redirect_from: []
32183224
"/docs/pe/mobile/app-icon-splash-screen/":
32193225
url: "/docs/pe/mobile/app-icon-splash-screen/"
32203226
redirect_from: []

_includes/docs/mobile/qr-code-settings.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88

99
This guide provides instructions on how to configure a custom mobile application to launch directly from a [QR code scan](/docs/{{peDocsPrefix}}user-guide/ui/mobile-qr-code/) using your phone's camera.
1010

11-
In application version 1.7.0+, we have made QR code settings configuration much easier through the platform interface.
11+
In application version 1.7.0+, we have made QR code settings configuration much easier by using configuration file.
12+
13+
{% capture pre_1_7_0_link %}
14+
Important Notice: Please use [this guide](/docs/{{peDocsPrefix}}mobile/qr-code-settings-before-v1.7/) for pre 1.7.x qr code configuration
15+
{% endcapture %} {% include templates/info-banner.md content=pre_1_7_0_link %}
1216

1317
## Platform Configuration
1418

_includes/docs/mobile/release.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
* TOC
77
{:toc}
88

9+
{% capture pre_1_7_0_link %}
10+
Important Notice: Please use [this guide](/docs/{{peDocsPrefix}}mobile/release-before-v1.7/) for pre 1.7.x app publish instructions
11+
{% endcapture %} {% include templates/info-banner.md content=pre_1_7_0_link %}
12+
913
## Configure the App
1014

1115
Your app package name and app name will come preconfigured from your Mobile Center in the configuration file that you downloaded after app bundle creation in the Mobile Center.

0 commit comments

Comments
 (0)