Move GDExtension section to engine_details/engine_api. (#11652)

This commit is contained in:
Lukas Tenbrink
2026-04-15 12:40:47 +02:00
committed by GitHub
parent e006964cf6
commit 9b87e0148a
16 changed files with 8 additions and 3 deletions

View File

@@ -493,3 +493,8 @@ source,destination
/engine_details/architecture/custom_resource_format_loaders.html,/engine_details/engine_api/custom_resource_format_loaders.html
/engine_details/architecture/custom_audiostreams.html,/engine_details/engine_api/custom_audiostreams.html
/engine_details/architecture/custom_platform_ports.html,/engine_details/engine_api/custom_platform_ports.html
/tutorials/scripting/gdextension/gdextension_c_example.html,/engine_details/engine_api/gdextension/gdextension_c_example.html
/tutorials/scripting/gdextension/gdextension_file.html,/engine_details/engine_api/gdextension/gdextension_file.html
/tutorials/scripting/gdextension/gdextension_interface_json_file.html,/engine_details/engine_api/gdextension/gdextension_interface_json_file.html
/tutorials/scripting/gdextension/index.html,/engine_details/engine_api/gdextension/index.html
/tutorials/scripting/gdextension/what_is_gdextension.html,/engine_details/engine_api/gdextension/what_is_gdextension.html
Can't render this file because it has a wrong number of fields in line 450.

View File

@@ -28,7 +28,7 @@ The **GDExtension** resource type represents a `shared library <https://en.wikip
Tutorials
---------
- :doc:`GDExtension overview <../tutorials/scripting/gdextension/what_is_gdextension>`
- :doc:`GDExtension overview <../engine_details/engine_api/gdextension/what_is_gdextension>`
- :doc:`GDExtension example in C++ <../tutorials/scripting/cpp/gdextension_cpp_example>`

View File

@@ -28,7 +28,7 @@ The GDExtensionManager loads, initializes, and keeps track of all available :ref
Tutorials
---------
- :doc:`GDExtension overview <../tutorials/scripting/gdextension/what_is_gdextension>`
- :doc:`GDExtension overview <../engine_details/engine_api/gdextension/what_is_gdextension>`
- :doc:`GDExtension example in C++ <../tutorials/scripting/cpp/gdextension_cpp_example>`

View File

Before

Width:  |  Height:  |  Size: 662 KiB

After

Width:  |  Height:  |  Size: 662 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -21,6 +21,7 @@ that some aspects of the code or directory structures may be different in GDExte
:name: toc-devel-cpp-source-advanced
custom_modules_in_cpp
gdextension/index
binding_to_external_libraries
custom_godot_servers
custom_resource_format_loaders

View File

@@ -23,7 +23,6 @@ The sections below each focus on a given programming language.
c_sharp/index
cpp/index
other_languages
gdextension/index
.. _doc_scripting_core_features: