72 Commits

Author SHA1 Message Date
Rémi Verschelde
7a86ac6a30 Add caution message that this is outdated documentation
And further cleanup intro text which is outdated.
2023-02-15 17:37:32 +01:00
Rémi Verschelde
2500fc0dca Remove info box about other versions as it always gets outdated
(cherry picked from commit 916ad43e52)
2022-10-14 18:07:18 +02:00
zacryol
991f10077d Remove deprecated Discord link on homepage (#5506)
(cherry picked from commit eae575a99b)
2022-03-11 14:22:57 +01:00
Nathan Lovato
e2d349c116 fix warnings with files not appearing in any table of contents 2021-11-24 20:52:30 -06:00
Nathan Lovato
356079cb38 Move assets section to a new assets pipeline section 2021-11-24 10:32:53 -06:00
Nathan Lovato
70fac762dc Move the best practices section to tutorials/ 2021-11-24 10:32:29 -06:00
Nathan Lovato
5da94fcf78 Move the export section to tutorials/ 2021-11-24 10:32:24 -06:00
Nathan Lovato
cb50a226c2 Move editor manual 2021-11-24 10:31:50 -06:00
Nathan Lovato
c6fdd5147b Move pages out of the tutorials/content section
Remove the section
2021-11-24 10:31:25 -06:00
Nathan Lovato
dacee416da Move debug section to Scripting
Closes #4110
2021-11-24 10:30:21 -06:00
Nathan Lovato
1778b89945 Rename GUI to User Interface (UI) 2021-11-24 10:29:34 -06:00
Nathan Lovato
77e3fc97dc Rename shading section into shaders
Closes #4155
Closes #4154
2021-11-24 10:28:02 -06:00
Nathan Lovato
e3def678fe Remove misc/ section and state_design_pattern 2021-11-24 10:27:21 -06:00
Nathan Lovato
8a1a649a48 Move tutorials/assetlib to community/
Closes #4109
2021-11-24 10:25:15 -06:00
Nathan Lovato
6d8fbe38ea Move scripting section to tutorials/
Closes #4113
2021-11-24 10:25:06 -06:00
Nathan Lovato
9495cdb945 Remove tutorials/legal, move complying_with_licenses
Closes #4111
2021-11-24 10:24:59 -06:00
Nathan Lovato
b96ce2914d Move viewport pages
Closes #4180
2021-11-24 10:24:00 -06:00
Nathan Lovato
d08da200d4 Add rendering section
pre-requisite for multiple PRs and changes I need to make in parallel
2021-11-24 10:23:54 -06:00
Rémi Verschelde
ba65652fae Mark 3.4 branch as stable, release is imminent 2021-11-04 17:01:32 +01:00
skyace65
a9420ea749 Add navigation section and document 3D navigation (3.4) 2021-08-18 20:02:58 -04:00
Rémi Verschelde
382d2960ec Update branch version to 3.4 2021-07-26 16:45:49 +02:00
Hugo Locurcio
382d623541 Update URL for offline documentation HTML build
The stable documentation is now built on the `master` branch.
2021-05-20 01:31:24 +02:00
Hugo Locurcio
cc18f02b4a Use a separate GitHub Actions workflow to build offline documentation (#4733)
This is required to get a permalink using https://nightly.link
as we need the workflow containing the offline docs ZIP artifact
to always be the latest one. Creating a second workflow is a good
way to solve this.

This also makes it easier to distinguish between linting checks
and offline documentation builds in the repository's Actions tab.
2021-03-28 23:46:34 +02:00
Rémi Verschelde
82d5e444ed Bump version to 3.3 2021-03-19 14:04:54 +01:00
Rémi Verschelde
c0cc4698f8 Merge branch 'master' into 3.2 2020-04-27 09:58:35 +02:00
Hugo Locurcio
f8926dd25c Link back to the Godot website on the documentation homepage
This closes #3435.
2020-04-25 14:39:45 +02:00
Rémi Verschelde
553e37985b Bump version to 3.2 2020-01-29 02:14:36 +01:00
Andrii Doroshenko (Xrayez)
209af20763 Describe the process of creating editor icons globally and per module
Also created a new `Editor development` chapter/section to encompass
C++ editor development side specifically which is not necessarily
related to pure core development, generic types and patterns.
2019-09-01 23:41:48 +03:00
Hugo Locurcio
589282d90b Fix Sphinx Weblate widget warning
The `weblate_widget` substitution is now always defined.
This also makes it possible to remove some duplication in `index.rst`.
2019-07-28 05:24:56 +02:00
Rémi Verschelde
a39d8f4c80 index: Localize Weblate badge on i18n instances
It will now show the translation status for the used language instead
of the overall completion for all languages.
The badge widget's text is also in the used language.

The drawback is that to do this I had to inject the localized image
directive in the `rst_epilog` for all pages, even though we only need
it for the index.
2019-06-18 15:09:30 +02:00
Juan Linietsky
dbf5a855d5 Added documentation on optimization.
Added missing containers files.
2019-04-22 16:57:36 -03:00
Juan Linietsky
035b0fa89e Added tutorial for complying with licenses. 2019-04-17 10:00:13 -03:00
Michael Alexsander Silva Dias
b7d1863c72 Remove old "Resources" reference in main index 2019-03-11 18:59:01 -03:00
Rémi Verschelde
433f6513de Move Creating Content section to Tutorials 2019-03-11 13:53:31 +01:00
Rémi Verschelde
4960089d95 Make Community sections more prominent
Also merge Tutorials and Resources docs.
The new Tutorials doc could do with an update.
2019-03-11 13:01:42 +01:00
Rémi Verschelde
d7612e13a2 Fix directive, should be note:: 2019-01-20 10:29:19 +01:00
Rémi Verschelde
28a175cb8c index: Add i18n-specific paragraph and info about localized instances 2019-01-20 10:20:07 +01:00
Rémi Verschelde
a95cd08285 Use HTTPS for links which support it 2018-12-13 12:06:02 +01:00
corrigentia
99d5a2468f Fix minor grammar mistakes
(cherry picked from commit 8c040fe97e)
2018-11-28 14:48:44 +01:00
Juan Linietsky
7b32fa3c8e Add a tutorial about which APIs are thread safe (please review!) 2018-07-30 16:04:11 -03:00
Juan Linietsky
5ab7c232bd Adding a small tutorial about making trees. 2018-07-22 15:06:14 -03:00
Omicron
86843ca3b5 Fixes typo for IRC channel 2018-05-06 17:56:17 +02:00
Max Hilbrunner
46ab0a546d Index: Small fixes 2018-05-06 17:49:37 +02:00
Michael Alexsander Silva Dias
6825ee476c Fixed Weblate link, made the Discord link go directly to it, and added IRC channel. 2018-05-05 19:49:08 -03:00
Omicron
37e2e2e8b9 Adding Weblate widget on homepage
Translators may change widget image link to match their specific language progression state. Like https://hosted.weblate.org/widgets/godot-engine/fr/godot-docs/287x66-white.png
2018-05-05 18:27:41 +02:00
Neil Moore
5ce57724d8 Merge branch 'master' into issue-1023 2018-04-10 19:09:47 -04:00
Rémi Verschelde
e07b7b0494 Index: Link to Discord docs channel 2018-04-10 09:33:42 +02:00
Neil Moore
dc7463f7dc Moved certain tutorials to better-named subfolders from 'Misc' 2018-04-04 23:23:11 -04:00
ZX-WT
d191b743a6 added debug overview 2018-03-20 22:45:51 +08:00
Geoffrey
effa6d7c8e Added documentation on the basic structure of the TSCN file format 2018-03-09 11:57:00 +01:00