diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-15 12:14:01 +0200 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2023-08-19 20:29:24 +0200 |
commit | 469c462b763efe1acff65441a23964b0cbdba0bf (patch) | |
tree | 5209595f2f6a3e93a00729f4ce16575d022031fd /platform/ios | |
parent | 5444afae63f37cb4b890c781e5679a3b7ee5a392 (diff) | |
download | redot-engine-469c462b763efe1acff65441a23964b0cbdba0bf.tar.gz |
Add missing tutorials to documentation classes
Diffstat (limited to 'platform/ios')
-rw-r--r-- | platform/ios/doc_classes/EditorExportPlatformIOS.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/ios/doc_classes/EditorExportPlatformIOS.xml b/platform/ios/doc_classes/EditorExportPlatformIOS.xml index 563c057266..ecae6d721e 100644 --- a/platform/ios/doc_classes/EditorExportPlatformIOS.xml +++ b/platform/ios/doc_classes/EditorExportPlatformIOS.xml @@ -7,6 +7,7 @@ </description> <tutorials> <link title="Exporting for iOS">$DOCS_URL/tutorials/export/exporting_for_ios.html</link> + <link title="iOS plugins documentation index">$DOCS_URL/tutorials/platform/ios/index.html</link> </tutorials> <members> <member name="application/app_store_team_id" type="String" setter="" getter=""> |