Commit Graph

12 Commits

Author SHA1 Message Date
Hugo Locurcio
87fca84d9e Link to C# versions of Dodge/Squash the Creeps demos in Your first game intros 2025-11-06 00:44:21 +01:00
tetrapod00
9ffbae745e Improve links to Step by step 2025-02-09 09:47:04 -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
Stevoisiak
c674d43c2b First 2D Game - Link directly to Creeps source code
Changes a hyperlink In the tutorial for Your First 2D game, Dodge the Creeps, to link directly to the Dodge the Creeps folder of the Godot demo projects page instead of the main repository page that contains multiple games.
2023-12-03 11:38:20 +01:00
Yuri Sizov
0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +02:00
Brendan Hansknecht
eb65fa2857 First 2d game docs - minor typo fix (#6555)
* First 2d game typo fix

Super minor type fix for first 2d game tutorial
2023-01-09 22:57:24 +01:00
Raf Van Baelen
d12fbbf474 Remove extraneous sentence about finished result in Your first 2D game (#5994) 2022-07-27 19:45:55 +02:00
Ricardo Buring
9c24fc4bd9 Your first 2D game: Remove old link (#5687) 2022-03-13 19:47:56 +01:00
Leona 'leo' Gottfried
6a001297d9 Fix non-unique Sphinx name in Getting Started (#5597) 2022-03-10 16:52:26 +01:00
Nathan Lovato
4e72e67792 Split your_first_2d_game into seven lessons 2021-03-04 13:47:52 -06:00
Nathan Lovato
c1f7f42ce6 Update the reference to the your_first_game document 2021-03-04 13:47:24 -06:00
Nathan Lovato
2d86f1496e Move your_first_game to a dedicated section, write index.rst
I moved some text from the tutorial to the index.rst document to match
the 3D series and group the overview and pre-requisites there.
2021-03-04 13:47:24 -06:00