315 Commits

Author SHA1 Message Date
siralin
bf43e8aabc Remove dead link to tutorial
The FinePointCGI website no longer exists.
2026-08-20 22:50:27 -04:00
Micky
20754d2843 Fix accidental usages of RST's default role 2026-08-17 13:15:44 +02:00
Micky
63f43ab082 Fix more miscellaneous oddities around the manual 2026-08-06 13:41:05 +02:00
Micky
ecf7d701a0 Remove trailing whitespace 2026-08-04 19:34:06 +02:00
Micky
56cf54652c Fix miscellaneous oddities around the manual 2026-07-28 16:03:36 +02:00
skyace65
3eb52d4a9a Replace references to the asset library 2026-06-20 07:10:46 -04:00
Matthew
53ba2db274 Update documentation for the Asset Store (#12033) 2026-06-18 13:49:02 +02:00
skyace65
01f2e3a565 Remove dead tutorial link 2026-06-07 14:44:18 -04:00
Raphael Goulais
846df3adec fix: Remove Night Quest Games Blog from resources
Removed Night Quest Games Blog link from tutorials since the blog does no longer exists
2026-02-17 09:18:22 +01:00
Hugo Locurcio
e5bd72825a Replace Harvard course recommendation with Learn GDScript from Zero
This resource didn't exist back when the Harvard course was added
as a recommendation in 2020. It's much easier to follow
(shorter, uses less technical terms) and is arguably more motivating
for newcomers.
2025-11-04 18:35:56 +01:00
Matthew
a15f86bc03 Merge branch 'master' into patch-1 2025-04-08 22:08:59 -04:00
Rinevard
78d2ddb14c Update screenshots and descriptions in Asset Library docs (#10665)
* doc: update support level and screenshots in Asset Library docs
2025-02-12 19:40:53 -05:00
Max Hilbrunner
e7cea212a4 Merge pull request #10459 from tetrapod00/typo-tutorials
Fix grammar in Tutorials and resources
2025-01-03 09:32:34 +01:00
Max Hilbrunner
80bbbde0c4 Merge pull request #10443 from JamesC01/patch-2
Add Catlike Coding to tutorials.rst
2025-01-03 09:31:35 +01:00
tetrapod00
6e2adaa301 Fix grammar in Tutorials and resources 2025-01-02 12:20:52 -08:00
James
3d524f1273 Add Catlike Coding to tutorials.rst
I originally made this for the 4.3 branch by accident, so I'm doing it again for the master branch.
2024-12-29 10:55:58 +00:00
tetrapod00
4e0bdbbb6f Remove links to YouTube devlogs 2024-12-20 12:21:37 -08:00
tetrapod00
9bcc7524bc Remove link to Reddit list of tutorials 2024-11-23 22:55:15 -08:00
tetrapod00
31723d8fcf Remove note in Submitting to Asset Library 2024-10-15 19:16:39 -07:00
skyace65
88782e0ca4 Remove individual youtube channel links from tutorials page 2024-10-01 21:07:08 -04:00
Max Hilbrunner
5009868942 Update Discord, refer to website for communities 2024-09-06 09:14:56 +02:00
Volkan Gezer
b08d7fea84 First look at editor's interface iteration 2024-07-27 14:02:02 +02:00
Trevor
3ae1fb6924 Update tutorials.rst
typo fix
2024-07-16 20:32:48 -07:00
Hugo Locurcio
e7fdb120c7 Fix dead links in the documentation
Command used:

    lychee **/*.rst --github-token="..." --accept="100..=103,200..=299,429"

429 error codes were allowed due to a high number of false positives,
even with a GitHub token specified.
2024-07-01 18:55:30 +02:00
Bastiaan Olij
9eb7467328 Adding a next steps page to the XR documentation 2024-06-17 11:03:03 +10:00
Pablo Farias
dd8e682ecc Update tutorials.rst - added free Zenva resources 2024-04-11 15:19:58 +10:00
Nova
8520601b13 Update the community channels
This PR removes the linkin.bio link with the new official links subdomain.
2024-03-30 22:49:21 +01:00
Nolan Woods
1c09d6a704 Add note for hosting asset icons on GitHub (#9125)
* Add note for hosting asset icons on GitHub

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2024-03-25 13:20:16 +01:00
Max Hilbrunner
aa76ea2930 Update community tutorials and resources for 4.0+
Co-authored-by: Radiant <69520693+RadiantUwU@users.noreply.github.com>
2024-01-24 19:23:47 +01:00
Max Hilbrunner
16394136b0 Merge pull request #8766 from mhilbrunner/community-channels-update
Update community channels
2024-01-24 11:02:52 +01:00
Max Hilbrunner
46b65b1a15 Update community channels 2024-01-24 10:58:47 +01:00
QuebleGameDev
0c17120012 Update tutorials.rst
Added my (Queble) YouTube link.
Contains general Godot tutorials.
2024-01-17 12:11:24 -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
Matthew
5966ffdca4 Merge pull request #8364 from JohnSmith757/patch-1
Add 'Night Quest Games Blog' to tutorials.rst
2023-11-24 16:17:47 -05:00
Filip Rachůnek
023d3c0051 Add FencerDevLog to the list of video tutorials in tutorials.rst 2023-11-14 15:31:49 +01:00
Rahmat Nazali Salimi
954658fa1b Add video tutorial reference (#8138)
Add video tutorial reference that talks about introduction to Godot 4 and Godot in general.
2023-11-11 02:36:37 +01:00
JohnSmith757
58563b2ad5 Add 'Night Quest Games Blog' to tutorials.rst
Add the 'Night Quest Games Blog' website link to tutorials.rst, under the Text Tutorials section.
2023-10-31 11:13:56 +02:00
Braydee Johnson
64d44971bf Add Video and Text tutorial links for tutorials.rst (#8335)
* Add Video and Text tutorial links for tutorials.rst

* Added punctuation to properly format.
2023-10-29 16:37:49 +01:00
skyace65
83346a6a5a Update remaining QA links 2023-10-15 19:08:48 -04:00
sainthDE
5201efb43e Add text tutorial 2023-07-12 15:08:18 +02:00
dani-swordfish
e0227200c4 Update community/tutorials.rst
Co-authored-by: Matthew <matthewehr@hotmail.com>
2023-06-21 01:21:43 +01:00
dani-swordfish
5351d51aed Update tutorials.rst
I removed two dead links and added two resources I found helpful when learning.

A possible improvement could be to label 4.0 tutorials and remove or archive pages which have had no new content in 3-4 years.
2023-06-14 10:00:47 +01:00
toafloast
d21e992878 Update submitting_to_assetlib.rst (#7339)
Co-authored-by: Aaron Franke <arnfranke@yahoo.com>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-05-15 01:45:16 +02:00
Adam Stankiewicz
3a7e86f77e Gwizz YT Channel Added
Hello! I make high quality Godot 4 Tutorials, I have linked my channel, please consider making it part of the main branch
2023-04-18 21:20:27 -04:00
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
John Veness
08498ef96a Change capitalization of Project Manager 2023-03-13 20:08:49 +00:00
Daniel Johnson
58d9682c1f Updates all "Templates Tab" references to "Asset Library Projects Tab"
There were a few places in docs that still referenced "Templates Tabs"
and needed updated to the new name "Asset Library Projects Tab".

I also converted any images I touched from png to webp and compressed
them using sqoosh.app.
2023-03-09 21:37:59 -08:00
Hugo Locurcio
87298c021f Update FAQ for Godot 4.0
- Link to Console support in Godot documentation.
  - In the Console support in Godot page, link to the
    "Godot and consoles, all you need to know" blog post as it contains
    additional context.
- Link to Importing 3D scenes documentation directly to avoid copypasting
  the answer.
- Replace uses of "open-source" with "open source" for consistency.
2023-02-13 00:12:37 +01:00
Chris
a2c072e3e0 Fix broken link to Godot Recipes text tutorial (#6685)
* Make link to Godot Recipes text tutorial use https
2023-01-28 08:27:57 -05:00
Mart
8407419700 Added DevDuck to devlogs list 2023-01-25 21:15:13 +01:00