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/android/doc_classes | |
parent | 5444afae63f37cb4b890c781e5679a3b7ee5a392 (diff) | |
download | redot-engine-469c462b763efe1acff65441a23964b0cbdba0bf.tar.gz |
Add missing tutorials to documentation classes
Diffstat (limited to 'platform/android/doc_classes')
-rw-r--r-- | platform/android/doc_classes/EditorExportPlatformAndroid.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/doc_classes/EditorExportPlatformAndroid.xml b/platform/android/doc_classes/EditorExportPlatformAndroid.xml index d270980d72..0f1da54376 100644 --- a/platform/android/doc_classes/EditorExportPlatformAndroid.xml +++ b/platform/android/doc_classes/EditorExportPlatformAndroid.xml @@ -8,6 +8,7 @@ <tutorials> <link title="Exporting for Android">$DOCS_URL/tutorials/export/exporting_for_android.html</link> <link title="Custom builds for Android">$DOCS_URL/tutorials/export/android_custom_build.html</link> + <link title="Android plugins documentation index">$DOCS_URL/tutorials/platform/index.html</link> </tutorials> <members> <member name="apk_expansion/SALT" type="String" setter="" getter=""> |