11 Commits

Author SHA1 Message Date
skyace65
dd74c60c50 Re add link to learn GDScript from zero 2024-01-26 22:13:27 -05: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
Seth McCombs
bd502a004d fix getting started URL (#8034)
* fix getting started URL

* ref to reST for getting started

* doc_getting_started_intro
2023-09-27 03:02:42 +02:00
Hugo Locurcio
b9b79fe4c7 Update screenshots in Introduction section 2023-07-06 20:00:03 +02:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Nathan Lovato
d0eb1eb6bc Move remaining files out of step_by_step/
Moved those to scripting/:

- filesystem
- resources
- singletons_autoload
- scene_tree

export to export/

and godot_design_philosophy to introduction/
2020-12-02 20:31:01 -06:00
Nathan Lovato
60064b5c9e Write intro_to_the_editor_interface.rst
Closes #4167
2020-10-30 11:13:10 -06:00
Nathan Lovato
587667d99b Write key_concepts_overview.rst
Closes #4168
2020-10-28 15:37:04 -06:00
Nathan Lovato
3fafc6335b Write introduction_to_godot.rst
Closes #4177
2020-10-28 15:37:01 -06:00
Nathan Lovato
8db4af1728 Edit learning_new_features.rst 2020-10-12 14:36:10 -06:00
Nathan Lovato
d71d06c076 Edit learning_new_features.rst 2020-10-12 14:16:14 -06:00