11 Commits

Author SHA1 Message Date
Zoey Lome
6b576a79bb Merge pull request #10766 from Kuraiou/patch-1
chore: Update the link to predefined color mappings for Icons.
2025-03-17 19:11:23 -04:00
tetrapod
1523dcdc09 Update Editor icons page to reflect usage of svgo (#10195)
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2024-11-04 22:09:06 +01: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
Emmanuel Ferdman
76c533610c fix: update location fo node_3d_editor_gizmos.cpp
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
2023-08-04 18:17:25 +03:00
Max Hilbrunner
457e836b43 Merge pull request #7164 from andrejp88/patch-1
Update link to set of predefined color mappings in `creating_icons.rst`
2023-04-16 01:28:51 +02:00
Hugo Locurcio
c59fbbc812 Update GitHub issue URL for encapsulation violations in Editor development
The previously linked issue is now closed.
2023-04-15 21:39:17 +02:00
Andrej Petrović
b20fa95ee3 Update link to set of predefined color mappings in creating_icons.rst 2023-04-15 16:39:38 +01:00
Max Hilbrunner
8d1cfa6c37 Merge pull request #6345 from Calinou/add-custom-platform-ports
Add a page on creating custom platform ports
2023-03-23 02:38:02 +01:00
John Veness
08498ef96a Change capitalization of Project Manager 2023-03-13 20:08:49 +00:00
Hugo Locurcio
f658307ac7 Add a page on creating custom platform ports 2023-03-13 18:53:38 +01:00
Yuri Sizov
dbfe3b1d26 Reorganize documentation for contributors
- Merge Community/Contributing and Engine Development into one top-level section, Contributing.
- Structure it in a way that gives equal priority to various ways to contribute, including documentation.
- Rename several articles to be more comprehensive and in line with the overall state of the documentation.
- Rewrite the guide for class reference contributions.
2023-01-10 01:49:30 +03:00