Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 03abfdf

Browse files
LiveCodeStevenlivecodepanos
authored andcommitted
[[ Deployment Docs ]] Various tweaks (#2099)
* [[ Deployment Docs ]] Proposed changes to the heading structure to make sections easier to find On LiveCode.com it's not been straight forward to find the iOS deployment guide or the Android deployment guide etc. All the information is in here but because we are using #### instead of ## for the <platform> settings sections they are not displaying in the right-hand menu on https://livecode.com/docs/9-5-0/deployment/deploying-your-application/ I am proposing changing some important section headers from #### to ## to make them easier to discover. * [[ Deployment Docs ]] Make sections easier to find continued. … -Forgot to change the HTML5 heading to ## in the previous pull request. Made it in this one.- Proposed changes to the heading structure to make sections easier to find On LiveCode.com it's not been straight forward to find the iOS deployment guide or the Android deployment guide etc. All the information is in here but because we are using #### instead of ## for the settings sections they are not displaying in the right-hand menu on https://livecode.com/docs/9-5-0/deployment/deploying-your-application/ I am proposing changing some important section headers from #### to ## to make them easier to discover. * [[ Deployment Docs ]] Proposing Changes to heading titles The headers for the settings should be <Platform> Settings rather that <Platform> Deployment. I have put this proposed changes in this pull request * [[ Deployment Docs ]] Proposing Changes to heading titles continued Forgot to include HTML5 deployment name change alongside the changes made in LiveCodeSteven-patch-3. I have included it in this pull request. * [[ Deployment Docs ]] Fixing a typo I spotted Fixing a typo I spotted in this doc whilst making other changes.
1 parent 5616a16 commit 03abfdf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Documentation/guides/Deploying Your Application.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Deploying an app to standalone is straightforward:
5151

5252
Your application will be packaged up and placed in the selected output folder.
5353

54-
### Standalone Applications Settings
54+
## Standalone Applications Settings
5555

5656
The Standalone Applications Setting dialog allows you to create settings for your
5757
standalone application. This dialog can be found in the File menu. The settings you enter
@@ -63,7 +63,7 @@ Related lessons:
6363

6464
* [The Standalone Application Settings](http://lessons.livecode.com/m/4603/l/685074-the-standalone-application-settings)
6565

66-
#### General Settings
66+
## General Settings
6767

6868
![](images/standalone-settings-general.png)
6969

@@ -196,7 +196,7 @@ The following database drivers are available by default:
196196
- SQLite
197197
- PostgreSQL
198198

199-
#### Mac Deployment
199+
## Mac Deployment Settings
200200

201201
![](images/standalone-settings-mac.png)
202202

@@ -220,7 +220,7 @@ Related lessons:
220220

221221
* [Signing and Uploading apps to the Mac App Store](http://lessons.livecode.com/m/4071/l/876834-signing-and-uploading-apps-to-the-mac-app-store)
222222

223-
#### Windows Deployment
223+
## Windows Deployment Settings
224224

225225
![](images/standalone-settings-windows.png)
226226

@@ -235,7 +235,7 @@ Figure 6 – Standalone Settings – Windows
235235
| **Version information** | The version information to be stored as part of your application and displayed in the Windows property inspector and dialogs. |
236236
| **UAC Execution Level** | Select the user account control level that applies to your application. For more information, consult [MSDN](https://msdn.microsoft.com/en-us/library/bb384608.aspx) |
237237

238-
#### Linux Deployment
238+
## Linux Deployment Settings
239239

240240
![](images/standalone-settings-linux.png)
241241

@@ -247,7 +247,7 @@ Figure 7 – Standalone Settings – Linux
247247
| **Build for Linux x64** | Build a standalone for 64-bit Linux |
248248
| **Include** | Select built-in LiveCode dialogs to include. These dialogs are useful if your application may be run on a system that does not include these dialogs as part of the OS. You do not need to include these dialogs if you are running a recent version of GTK. |
249249

250-
#### iOS Deployment
250+
## iOS Deployment Settings
251251

252252
![](images/standalone-settings-ios-basic.png)
253253

@@ -363,7 +363,7 @@ Related lessons:
363363
* [How do I Become an iOS Developer?](http://lessons.livecode.com/m/4069/l/565715-how-do-i-become-an-ios-developer)
364364
* [How do I build an iOS application?](http://lessons.livecode.com/m/4069/l/565713-how-do-i-build-an-ios-application)
365365

366-
#### Android Deployment
366+
## Android Deployment Settings
367367

368368
![](images/standalone-settings-android.png)
369369

@@ -422,7 +422,7 @@ Related lessons:
422422
* [LiveCode and Android Studio](http://lessons.livecode.com/m/4069/l/985962-livecode-and-android-studio)
423423
* [The Basics: How do I Create Hello World on Android?](http://lessons.livecode.com/m/4069/l/27733-the-basics-how-do-i-create-hello-world-on-android)
424424

425-
#### HTML5 Deployment
425+
## HTML5 Deployment Settings
426426

427427
![](images/standalone-settings-html5.png)
428428

@@ -666,7 +666,7 @@ LiveCode Business Edition the remote debugger will detect any execution errors
666666
and present them.
667667

668668
> **Note:** iOS devices connected via USB are detected as test targets in
669-
LiveCode Business Edition and apps will be installed on them, however, the will
669+
LiveCode Business Edition and apps will be installed on them, however, they will
670670
not be automatically launched.
671671

672672

0 commit comments

Comments
 (0)