summary refs log tree commit diff
path: root/doc/languages-frameworks/titanium.section.md
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2021-06-07 06:02:29 -0700
committerGitHub <noreply@github.com>2021-06-07 06:02:29 -0700
commit2f92034d30bc7f8708b8f8cef134b67ad2670a3f (patch)
tree528c3d53c5b6892b866911355d316f12a2a30e7a /doc/languages-frameworks/titanium.section.md
parent1c50387848bb0d24cb737390322761410b482667 (diff)
parent3c78ad2561a831dcbe6e193465f787019638d56b (diff)
downloadnixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.gz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.bz2
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.lz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.xz
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.tar.zst
nixpkgs-2f92034d30bc7f8708b8f8cef134b67ad2670a3f.zip
Merge pull request #125838 from jtojnar/strict-commonmark
doc: Parse as CommonMark
Diffstat (limited to 'doc/languages-frameworks/titanium.section.md')
-rw-r--r--doc/languages-frameworks/titanium.section.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/languages-frameworks/titanium.section.md b/doc/languages-frameworks/titanium.section.md
index 57360f034b9..306ad866276 100644
--- a/doc/languages-frameworks/titanium.section.md
+++ b/doc/languages-frameworks/titanium.section.md
@@ -9,8 +9,8 @@ applications for Android and iOS devices from source code.
 Not all Titanium features supported -- currently, it can only be used to build
 Android and iOS apps.
 
-Building a Titanium app
------------------------
+## Building a Titanium app {#building-a-titanium-app}
+
 We can build a Titanium app from source for Android or iOS and for debugging or
 release purposes by invoking the `titaniumenv.buildApp {}` function:
 
@@ -103,8 +103,8 @@ When `enableWirelessDistribution` has been enabled, you must also provide the
 path of the PHP script (`installURL`) (that is included with the iOS build
 environment) to enable wireless ad-hoc installations.
 
-Emulating or simulating the app
--------------------------------
+## Emulating or simulating the app {#emulating-or-simulating-the-app}
+
 It is also possible to simulate the correspond iOS simulator build by using
 `xcodeenv.simulateApp {}` and emulate an Android APK by using
 `androidenv.emulateApp {}`.