From 80906dbddf86777eef7ea80e96f637a9d7052007 Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Mon, 23 Sep 2024 10:58:51 -0700 Subject: [PATCH] Add disambiguation to Export, linking to GDScript/C# exports --- tutorials/export/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tutorials/export/index.rst b/tutorials/export/index.rst index 6bf26611b..6a46dabd7 100644 --- a/tutorials/export/index.rst +++ b/tutorials/export/index.rst @@ -3,6 +3,12 @@ Export ====== +.. seealso:: + + This section is about exporting a build of your project. If you're trying + to export properties from a script, see :ref:`doc_gdscript_exports` or + :ref:`doc_c_sharp_exports`. + .. toctree:: :maxdepth: 1 :name: toc-learn-workflow-export