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/web | |
parent | 5444afae63f37cb4b890c781e5679a3b7ee5a392 (diff) | |
download | redot-engine-469c462b763efe1acff65441a23964b0cbdba0bf.tar.gz |
Add missing tutorials to documentation classes
Diffstat (limited to 'platform/web')
-rw-r--r-- | platform/web/doc_classes/EditorExportPlatformWeb.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/web/doc_classes/EditorExportPlatformWeb.xml b/platform/web/doc_classes/EditorExportPlatformWeb.xml index 607fdd0533..c4c4fd870b 100644 --- a/platform/web/doc_classes/EditorExportPlatformWeb.xml +++ b/platform/web/doc_classes/EditorExportPlatformWeb.xml @@ -7,6 +7,7 @@ </description> <tutorials> <link title="Exporting for the Web">$DOCS_URL/tutorials/export/exporting_for_web.html</link> + <link title="Web documentation index">$DOCS_URL/tutorials/platform/web/index.html</link> </tutorials> <members> <member name="custom_template/debug" type="String" setter="" getter=""> |