13 Commits

Author SHA1 Message Date
tetrapod00
b71ff5c73d Improve display of rubric fake headers with heading-level option 2024-11-30 07:07:47 +01:00
tetrapod00
253baa6c64 Fix unreachable pages in sidebar under C# Diagnostics 2024-11-30 07:02:47 +01:00
Max Hilbrunner
70b3d3e96f Merge pull request #8989 from paulloz/dotnet/diagnostics
[C#] Update diagnostic titles
2024-02-19 12:20:28 +01:00
Paul Joannon
ead7049407 Update C# diagnostic titles
- GD0101
- GD0105
- GD0106
- GD0302
- GD0401
- GD0402
2024-02-18 16:50:43 +01:00
Raul Santos
9051c5225e C#: Add documentation for diagnostic GD0003 2024-02-15 19:44:49 +01:00
31
8b94fc9501 Link to C# Variant-compatible section directly 2024-02-03 19:54:47 -08:00
Hugo Locurcio
95fb178429 Add support for user-provided comments with Giscus
This allows users to leave comments on pages that don't have
`:allow_comments: False` somewhere in the page's source.
Both manual and class reference pages can receive comments.
Index pages cannot have comments, as discussion should occur on "leaf" pages.

GitHub Discussions is used as a backend on the same repository. This means
that Discussions *must* be enabled on godotengine/godot-docs before this
commit is merged to `master`. Users can choose to use the "Custom" watch
mode if they don't want to get notifications for discussion updates,
but still get notifications for issue and pull request updates.

User comments are intended to be used for the following purposes:

- Add a clarification or correct something in the documentation,
  without having to open a pull request. Contributors are encouraged to
  take a look at discussions from time to time, and see if there's information
  worth incorporating in the pages themselves. Don't forget to reply to
  the comment when doing so :)
- Mention a workaround for a common issue.
- Link to useful third-party resources that are relevant to the current page,
  such as tutorials or add-ons.

User comments should *not* be used for technical support. Other community
platforms should be used for that.

Page-to-discussion matching is done using the `pagename` Sphinx variable,
which is independent of the Godot version and documentation language.
Being independent of the Godot version allows keeping old comments
when the Godot version changes, while also allowing users from `/stable`
and `/4.1` to "see" each other in discussions.

See https://giscus.app for more information.
2024-01-11 17:51:53 +01:00
Hugo Locurcio
8a52cac55b Update documentation changelog for 4.2 2023-12-03 18:15:15 +01:00
Max Hilbrunner
1e2867c976 Merge pull request #8341 from raulsntos/dotnet/diagnostics-update
Update C# diagnostic documentation
2023-10-27 21:32:17 +02:00
Raul Santos
52ac488079 C#: Add documentation for GD0107 2023-10-27 16:33:14 +02:00
Susheel Thapa
a98b5a5545 fix typo in multiple files (#8291)
* fix typo in multiple files

* Updated as per suggestions
2023-10-20 11:34:46 +02:00
Raul Santos
b63001f753 Fix C# diagnostic messages to match 4.2 2023-10-18 14:05:14 +02:00
Raul Santos
44029d167d Document C# diagnostics 2023-08-10 16:37:42 +02:00