Migrate contributing contents to a separate documentation site.

This commit is contained in:
Lukas Tenbrink
2025-08-08 15:30:02 +02:00
parent ab1ec59eec
commit 0855668721
309 changed files with 918 additions and 6055 deletions

View File

@@ -21,7 +21,7 @@ Description
The JavaScriptBridge singleton is implemented only in the Web export. It's used to access the browser's JavaScript context. This allows interaction with embedding pages or calling third-party JavaScript APIs.
\ **Note:** This singleton can be disabled at build-time to improve security. By default, the JavaScriptBridge singleton is enabled. Official export templates also have the JavaScriptBridge singleton enabled. See :doc:`Compiling for the Web <../contributing/development/compiling/compiling_for_web>` in the documentation for more information.
\ **Note:** This singleton can be disabled at build-time to improve security. By default, the JavaScriptBridge singleton is enabled. Official export templates also have the JavaScriptBridge singleton enabled. See :doc:`Compiling for the Web <../engine_details/development/compiling/compiling_for_web>` in the documentation for more information.
.. rst-class:: classref-introduction-group