Move plugins/gdnative to scripting/
@@ -21,9 +21,9 @@ A GDNative library can implement :ref:`NativeScript<class_NativeScript>`\ s, glo
Tutorials
---------
-- :doc:`../tutorials/plugins/gdnative/gdnative-c-example`
+_ :doc:`../tutorials/scripting/gdnative/gdnative_c_example`
-- :doc:`../tutorials/plugins/gdnative/gdnative-cpp-example`
+_ :doc:`../tutorials/scripting/gdnative/gdnative_cpp_example`
Properties
----------
@@ -6,5 +6,4 @@ Plugins
:name: toc-tutorials-extending
editor/index
- gdnative/index
running_code_in_the_editor
@@ -6,5 +6,5 @@ GDNative
:name: toc-tutorials-gdnative
what_is_gdnative
- gdnative-c-example
- gdnative-cpp-example
+ gdnative_c_example
+ gdnative_cpp_example
@@ -8,6 +8,7 @@ Scripting
gdscript/index
visual_script/index
c_sharp/index
+ gdnative/index
cross_language_scripting
creating_script_templates
change_scenes_manually