16 Commits

Author SHA1 Message Date
Danil Alexeev
3946ede7aa Replace remaining uses of shorthand codeblock syntax, add CI check 2025-07-25 16:20:16 -04:00
Will Thompson
09c153eea3 Add missing noun in iOS plugin documentation 2025-06-05 13:52:43 +01:00
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
Konstantin Kopka
8e45b3c141 Clarify that iOS plugin's files have to be in a very specific directory to work (#7379)
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-19 09:41:56 +02:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
luzpaz
d9bc787dd9 Fix various typos (#5215)
Fix various typos

Found via `codespell -q 3 -S ./LICENSE.txt -L doubleclick,findn,lod,inout,nd,raison,te`
2021-09-02 17:02:23 +03:00
Sergey Minakov
ca1cbee5ea [iOS] Extend plugins documentation 2021-07-13 21:48:19 +03:00
hpnrep6
d5c351771f Fix inline code going out of bounds 2021-07-07 23:38:05 -04:00
hpnrep6
2eda55e73e Fix inline code going out of bounds 2021-06-17 08:42:41 -04:00
hpnrep6
26d79af117 Remove extra comma in iOS plugins page (#5003) 2021-06-17 03:01:38 +02:00
Rémi Verschelde
044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02:00
DeeJayLSP
695b162d2f Remove duplicate text on Creating iOS plugins (#4959)
Godot iOS Plugins is said on the link, no need to say it twice
2021-06-06 16:10:11 +02:00
Nathan Lovato
89fd7ef6a6 Edit iOS plugin documentation updates 2021-02-28 10:08:33 -06:00
Sergey Minakov
efc0a86094 Update iOS plugins documentation 2021-02-28 08:39:45 +03:00
Nathan Lovato
62de10b3d0 Edit and move ios_plugin.rst 2021-01-21 11:36:20 -06:00