18 Commits

Author SHA1 Message Date
Hugo Locurcio
8a6ad4c926 Replace uses of shorthand codeblock syntax to avoid issues with localization
Previously, many paragraphs in the documentation used `::` at the end of a line
as a replacement for a single colon (and `::` on the following line).
Due to this, the `::` was part of the extracted string for localization.
Weblate also showed a warning about the trailing `::`, as it's not
normally expected to be there.

This change requires translators to revalidate all modified strings.
However, considering many of those have broken code blocks due to translators
replacing `::` with `:`, it can be a good idea.

This also adds documentation writing guidelines for code blocks and admonitions.
This commit does not modify existing admonitions in any way (as this would
lead to a much larger diff, and require more localizable text to be revalidated
by translators).
2025-05-30 02:02:30 +02:00
Hugo Locurcio
c3a22b4364 Add a Troubleshooting section to Exporting packs, patches and mods
- Mention that the pack must be loaded early enough to have an effect.
- Mention load order being important.
- Mention ZIP format throughout the page, as it can be used in the same
  way as PCK files.
- Link to Run-time resource loading and saving tutorial as an alternative.
2025-04-28 19:31:15 +02:00
Adriaan de Jongh
3b7fa3f349 removed outdated note on .app not being supported, and minor improvements to macOS export notes 2025-04-05 15:13:47 +02:00
skyace65
97373a67a5 Update exporting projects page 2025-02-08 14:48:52 -05:00
tetrapod00
d354f8cbc2 Add hyphens to some adjective phrases
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
2024-11-18 13:34:22 -08:00
Deniss Fjodorovs
68327f0aa5 Replace old --export flag with --export-release (#9450)
* Replace old `--export` flag with `--export-release`
2024-06-07 15:54:06 -04:00
Hakim
dcff5826ad Explain what the different buttons do in the Export menu 2024-01-15 15:05:48 +01:00
Andreas Raddau
b6f197c064 Documented export config files and evironment vars 2023-05-15 14:02:38 +02:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Hugo Locurcio
dc20b238e3 Fix missing file extension in Exporting projects 2022-05-26 20:54:09 +02:00
Hugo Locurcio
791814bb10 Clarify the expected output file extensions in Exporting projects 2022-05-26 20:42:57 +02:00
Hugo Locurcio
f0bc196ed6 Remove mentions of PVRTC texture compression in the documentation
Support for PVRTC was removed in 4.0alpha.
2022-05-14 23:18:37 +02:00
skyace65
13f4f7f24c Document how export filters work 2022-01-02 09:51:56 -05:00
Hugo Locurcio
be31dd4020 Update command line project exporting instructions 2021-11-29 23:55:55 +01:00
skyace65
799afd0871 Remove warning about PCK files larger than 2GB (Master) 2021-10-18 18:24:46 -04:00
Hugo Locurcio
f3ae44e358 Document workaround for running a project with a ZIP data pack
This closes #4768.
2021-03-19 16:15:36 +01:00
Hugo Locurcio
a1e010c03f Improve documentation around exporting projects
- Add a warning about Godot not supporting PCK files larger than 2 GB.
- Improve formatting and grammar.
2021-03-19 13:56:06 +01:00
Nathan Lovato
edeb6a961f Move the export section to tutorials/ 2020-11-04 12:32:02 -06:00