46 Commits

Author SHA1 Message Date
Hugo Locurcio
cad7af0111 Update documentation changelog for Godot 4.5 2025-11-06 00:41:54 +01:00
Lukas Tenbrink
0855668721 Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
Lukas Tenbrink
028abe15d1 Split C++ (godot-cpp) and GDExtension system info into separate categories, children of Scripting. 2025-04-24 21:59:02 +02:00
tetrapod00
c4d3aa134a Standardize RST header syntax 2024-12-29 13:44:09 -08:00
Matthew
56a3dc697f Merge pull request #10369 from tetrapod00/standardize-headers
Standardize header syntax within About section
2024-12-28 08:51:33 -05:00
tetrapod00
bfee908263 Update documentation changelog for Physics Interpolation 2024-12-10 15:24:48 -08:00
tetrapod
314d341fe7 Update documentation changelog for new Output Panel page 2024-12-08 17:38:34 -08:00
tetrapod00
e8a545fc3e Standardize header syntax within About section 2024-12-04 14:53:57 -08:00
tetrapod00
0647ee7576 Update changelog for Introduction to 2D 2024-11-30 17:50:49 -08:00
tetrapod00
26cd9d1c72 Add Shader functions page to documentation changelog 2024-11-21 16:17:13 -08:00
tetrapod00
9418837787 Add new Spring arm page to documentation changelog 2024-11-04 14:12:30 -08:00
tetrapod00
9cbe1084bd Update documentation changelog for 4.4 2024-11-02 11:52:21 -07:00
tetrapod00
387f478e5a Update documentation changelog for 4.3 2024-11-02 00:06:55 -07: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
Fredia Huya-Kouadio
66ee5cb491 Update the Android documentation for Godot 4.2 2023-10-10 09:31:52 -07:00
Hugo Locurcio
db196f3f33 Update documentation changelog for 4.1
This lists pages added between 3.6 and 4.1. Pages that will be added
in both `master` and `3.6` branches after 3.5 was released should be
added in the 3.6 section instead.
2023-07-10 23:39:59 +02:00
Patrick
1d609842dd GDExtension docs
Renames from GDNative to GDExtension


Add Pictures/Gifs and clarified compatability


Remove GDNative language bindings from GDExtension docs


Update SConstruct and AddingProperties section


updated with suggestions


Added property hint example + updated to API naming changes


Fixed redirect.csv
2023-02-26 16:44:45 +01:00
Yuri Sizov
978a13bb0a Mark potentially outdated pages with a WIP warning 2023-02-26 14:21:15 +01:00
Yuri Sizov
a5bf20bb6d Add support for split class reference 2022-11-17 21:20:41 +03:00
Max Hilbrunner
5bb50c07b6 Nuke old renderer comparison page 2022-10-16 00:01:21 +02:00
Max Hilbrunner
3765e1ca51 Nuke GDNative from docs 2022-10-15 23:53:50 +02:00
Max Hilbrunner
6c13f5ba58 More Godot 4 renames and fixes (#6317)
* Move ImmediateGeometry -> ImmediateMesh

* More Godot 3 -> Godot 4 renames
2022-10-15 23:12:48 +02:00
Max Hilbrunner
198393eec7 More Godot 4 rename fixes (#6315)
* Spatial -> 3D, Transform, Quaternion

* File -> FileAccess

* Camera -> Camera3D

* Update references to MeshInstance and MultiMeshInstance

* ImmediateGeometry -> ImmediateMesh, misc renames
2022-10-15 20:54:47 +02:00
Max Hilbrunner
1fffab8cf2 Formatting, syntax and URL fixes 2022-10-11 10:14:37 +02:00
Hugo Locurcio
d917648102 Remove mentions of VisualScript in the documentation
VisualScript has been removed in 4.0.alpha15 and later.
2022-09-01 01:44:54 +02:00
Max Hilbrunner
113ed83d09 Update docs changelog 2021-07-12 14:17:22 +02:00
Rémi Verschelde
ad0bcbcd71 Merge pull request #4861 from Calinou/update-docs-changelog
Update documentation changelog for Godot 3.3+
2021-06-02 11:32:29 +02:00
skyace65
2b2cbefe82 Remove "Exporting" page and update "Exporting Projects" images 2021-05-02 12:45:31 -04:00
Hugo Locurcio
abdd3f591f Update documentation changelog for Godot 3.3+
This also renames "tutorials" to "pages" since not all pages listed
are tutorials.
2021-04-25 21:48:10 +02: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
7b300499a6 Merge and edit intro to shader pages
Closes #4156
2020-10-09 11:27:32 -06:00
Nathan Lovato
d09969f871 Rename migrating_to_godot_shader_language.rst
Also wrap lines in the document at 80 characters

Closes #4178
2020-10-08 14:04:17 -06:00
Nathan Lovato
d51a91ad3d Move and rename what_are_shaders.rst
Closes #4179
2020-10-08 13:45:54 -06:00
Nathan Lovato
38e86070e3 Remove water shader tutorial series
Closes #4158
2020-10-07 21:39:28 -06:00
Max Hilbrunner
bec53f476a Merge pull request #2956 from merumelu/docs-changelog-3.2
Add new tutorials to doc changelog
2020-05-18 13:36:06 +02:00
Michael Alexsander
55dc5d58f3 Fix VR tutorial references in changelog page 2019-12-21 09:11:15 -03:00
merumelu
ee3e785c6d Add new tutorials to doc changelog
Add visual shaders and microphone tutorials
and update the version numbers in the first
paragraph.
2019-11-30 17:28:37 +01:00
Yuri Roubinski
1b70b0a802 Tutorial for visual shader plugins 2019-08-27 11:01:47 +03:00
Clay John
23b5ff7989 Procedural Geometry tutorial (#2375)
* intro for procedural geometry

* added using arraymesh tutorial

* added immediategeometry tutorial

* added final procedural geometry tutorial sections
2019-08-04 12:56:26 -07:00
Rémi Verschelde
6b2dee0c47 Fix rst formatting issues that confuse pandoc 2019-07-26 13:24:50 +02:00
Hugo Locurcio
5dc7263156 Update documentation changelog with new pages added since 3.1
This also moves some pages that were said to be added since 3.0,
but were actually added after the 3.1 release.

This orders categories in the order they are mentioned in the index.
2019-07-02 14:54:04 +02:00
Hugo Locurcio
1b70def5c3 Update changelog to add the "Localization using gettext" page
This also infers page names automatically from the pages.
2019-06-20 09:58:13 +02:00
Michael Alexsander Silva Dias
63d8ee9a48 Fixes for the new Android tutorials 2019-04-24 22:49:00 -03:00
Michael Alexsander Silva Dias
1bc7398b05 Update doc changelog 2019-04-24 03:04:40 -03:00
clayjohn
b4fdd2b120 add basic changelog for docs 2019-03-13 23:17:53 -07:00