diff --git a/docs/documentation/export-project.md b/docs/documentation/export-project.md new file mode 100644 index 0000000..96ddf68 --- /dev/null +++ b/docs/documentation/export-project.md @@ -0,0 +1,20 @@ +# Export Project + +## Download Export Templates + +First, download the template files for your target operating system: + +
+ +## Configure Export Settings + +1. In the Godot editor, go to **Project → Export...** +2. Click **Add** to add a new export preset +3. Select your target operating system from the list +![Export project add operating system](images/export_project_add.png) +4. Check the **Advanced Options** checkbox +![Export project paths](images/export_project_paths.png) +5. Set the template paths: + - **Release Template**: Path to the release template file you downloaded + - **Debug Template**: Path to the debug template file you downloaded +Your project is now ready to export for the selected platform. \ No newline at end of file diff --git a/docs/documentation/images/export_project_add.png b/docs/documentation/images/export_project_add.png new file mode 100644 index 0000000..b618071 Binary files /dev/null and b/docs/documentation/images/export_project_add.png differ diff --git a/docs/documentation/images/export_project_paths.png b/docs/documentation/images/export_project_paths.png new file mode 100644 index 0000000..222bc8b Binary files /dev/null and b/docs/documentation/images/export_project_paths.png differ diff --git a/mkdocs.yml b/mkdocs.yml index 171b04e..b1a8d7f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,6 +13,7 @@ nav: - Docs: - Getting Started: documentation/getting-started.md - Use External Editor: documentation/use-external-editor.md + - Export Project: documentation/export-project.md - Scripting: - Intro: documentation/godot-js-scripts/intro.md - Decorators: documentation/godot-js-scripts/decorators.md