20 Commits

Author SHA1 Message Date
Hugo Locurcio
3f87039c94 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.

(cherry picked from commit e7fdb120c7)
2024-07-24 21:08:21 +02:00
Joel Kuntz
40a7154e4c Add note about class reference generated XML descriptions
Co-Authored-By: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
(cherry picked from commit 67eff82f63)
2024-07-24 20:59:41 +02:00
skyace65
177c1b34a8 Replace "alt" with "opt" for macOS shortcuts
(cherry picked from commit 175524548c)
2024-07-24 20:50:35 +02:00
Max Hilbrunner
8d9af1aa97 Merge pull request #9260 from melquiadess/fix-typos
Fix various minor typos

(cherry picked from commit 9237eb804c)

# Conflicts:
#	contributing/documentation/docs_image_guidelines.rst
#	tutorials/export/one-click_deploy.rst
#	tutorials/xr/openxr_settings.rst
2024-05-07 15:15:03 +02:00
skyace65
83346a6a5a Update remaining QA links 2023-10-15 19:08:48 -04:00
skyace65
df73737a7a Add compression guidelines to doc image guide 2023-06-22 20:01:36 -04:00
Rémi Verschelde
c0761647f4 Tweak Vector math page (style, links, more notes)
Also cleanup style issues in the docs image guidelines.
2023-06-12 14:51:16 +02:00
Hugo Locurcio
0a1bd872a2 Document -j auto in Building the manual 2023-06-06 00:15:34 +02:00
Max Hilbrunner
485116d8a3 Character and typo fixes 2023-05-31 18:07:27 +02:00
Danil Alexeev
d8e71f7453 Update info about BBCode in doc comments and Class Reference 2023-05-29 21:43:10 +03:00
Yuri Sizov
0606a8ed38 Move tutorial ZIPs to a dedicated repository 2023-04-26 10:42:20 +02:00
Unai Martinez-Corral
e7cd5e5a92 [contributing/documentation/building_the_manual] fix headings 2023-04-18 17:57:08 +02:00
Unai Martinez-Corral
f85fa75561 [contributing/documentation/building_the_manual] use tabs and admonitions (#7074)
* [contributing/documentation/building_the_manual] use tabs and admonitions

---------

Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
2023-04-18 05:13:51 +02:00
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Max Hilbrunner
057d8b97f1 Merge pull request #7031 from wlsnmrk/sphinx-build-dir
Corrected directory for HTML documentation output
2023-03-23 06:39:14 +01:00
Mark Wilson
24bc17efe3 Provide correct directory for HTML documentation output
Updated output directory in tutorial for manual sphinx-build operations
on godot-docs. It now matches the output directory used by the make
command for godot-docs.
2023-03-20 13:57:35 -04:00
Justin McGettigan
7f7042c515 Updated instances of onready to @onready. 2023-03-18 16:06:11 -04:00
Hana
64476d96b4 update references 2023-02-10 19:13:03 +01:00
skyace65
bde912b341 Add a guide for creating documentation images 2023-01-18 19:43:04 -05: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