Commit Graph
11 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
Egor Nikulin 0030b27c2f Fix code block format 2025-04-20 23:05:14 +04:00
tetrapod00 c4d3aa134a Standardize RST header syntax 2024-12-29 13:44:09 -08:00
Hugo Locurcio 93261ab5d7 Harmonize Bash command syntax for easier line selection and copy-pasting
- Remove prompt or `$` sign which makes triple-click based selection
  more difficult and time-consuming.
- Use `platform` instead of `p` alias in all SCons examples.
2024-09-15 16:27:34 +02:00
Felix Bytow d68f5ff0cd Mention --no-deprecated in Compiling with .NET 2024-09-04 18:27:25 +02:00
Paul Joannon f300b404bb Update required SDK version on "compiling w/ .NET" 2024-04-23 23:31:34 +02:00
31 f26f1a9bb2 Update compiling_with_dotnet.rst: clarify NuGet source creation 2024-01-20 23:55:16 -08:00
Adam Scott e130fd58e7 Add --headless parameter to examples 2023-11-11 15:19:22 -05:00
RedworkDEandRaul Santos 6cdaa558a2 A lot of renames mono -> .NET
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2023-02-21 11:08:05 +01:00
RedworkDE c7a776bbc7 Recommend dotnet --info, clarify Nuget caching 2023-02-20 20:24:57 +01:00
RedworkDE 4d78c82027 Rename page mono->dotnet, Doc build_assemblies args, Note about mono, Reviews, Fixes 2023-02-20 12:28:56 +01:00