10 Commits

Author SHA1 Message Date
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
Steven Le Boëdec
edb966aecc Remove extra the in tutorials/ui/index.rst 2023-11-07 09:51:57 +09:00
Yuri Sizov
d524544e07 Improve naming and organization of some manual articles
HTML5/Web moved to their own subfolder
Global Illumination moved to their own subfolder
UI, IO, Inputs sections titles adjusted
2D, 3D tutorials grouped to improve navigation
2023-02-26 22:50:18 +01:00
skyace65
3bfd9b8ba6 Document Theme type variations 2022-07-11 20:48:45 +03:00
skyace65
3868847fd2 Add a page on making a UI controller/keyboard navigable 2021-10-30 09:59:33 -04:00
skyace65
7b54de4045 Add a page on using fonts in Godot 2021-09-10 08:58:51 -04:00
Yuri Sizov
0cb5e6e005 Add a new GUI skinning tutorial and improve theme editor tutorial 2021-08-18 23:17:32 +03:00
Yuri Sizov
3cf69e1113 Reorganize user interface tutorials 2021-08-16 17:31:25 +03:00
Hugo Locurcio
e1e08419f6 Add a page referencing the Control gallery image and demo
This closes #4435.
2021-01-12 20:12:02 +01:00
Nathan Lovato
75e6ba0454 Rename GUI to User Interface (UI) 2020-10-08 17:05:17 -06:00