39 Commits

Author SHA1 Message Date
Lukas Tenbrink
faa2eb7951 Update "Contributing" section description in introduction.rst to "Engine details". 2025-09-11 22:19:01 +02:00
Lukas Tenbrink
0855668721 Migrate contributing contents to a separate documentation site. 2025-09-11 17:59:08 +02:00
tetrapod00
9ffbae745e Improve links to Step by step 2025-02-09 09:47:04 -08:00
tetrapod00
5128ef53da Replace broken link to official discord 2024-11-02 12:29:29 -07:00
Rémi Verschelde
934a3e252c Merge pull request #9716 from mhilbrunner/website-communities
Refer to official Godot website for community list, update Discord
2024-09-06 09:15:21 +02:00
Max Hilbrunner
5009868942 Update Discord, refer to website for communities 2024-09-06 09:14:56 +02:00
Shawn Hardern
e09439a4e0 Add missing C# code examples to documentation
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-27 11:14:49 +01: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
Nova
d774910c3b Update introduction.rst
Changed Q&A to forum.
2024-01-02 11:31:26 +01:00
skyace65
83346a6a5a Update remaining QA links 2023-10-15 19:08:48 -04: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
Max Hilbrunner
485116d8a3 Character and typo fixes 2023-05-31 18:07:27 +02:00
Max Hilbrunner
295d118492 Improve About > Introduction 2023-04-21 03:40:40 +02:00
Max Hilbrunner
64a3b465c2 Update SFC to Godot Foundation, old URLs 2023-04-17 23:53:52 +02:00
Yuri Sizov
02d1e1b5e2 Fix links to sections in the Introduction 2023-01-10 02:47:41 +03: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
Jason Yundt
5175fb8256 Use official CC BY 3.0 terminology and resources
This change makes the docs repo always use the official abbreviation (CC BY 3.0)
for its license. Previously, it would sometimes use “CC-BY 3.0” or
“CC-BY-3.0”. This change also make the docs repo always point to the
official Commons deed [1] for more information about CC BY 3.0.
Previously, it would sometimes link to an unofficial source [2].

[1]: <https://creativecommons.org/licenses/by/3.0/>
[2]: <https://tldrlegal.com/license/creative-commons-attribution-(cc)>
2022-09-13 14:05:04 -04:00
Lalit Shankar Chowdhury
a960495139 Fix minor grammatical errors (#5302)
* Update introduction.rst

* Update list_of_features.rst

* Update release_policy.rst

* Update troubleshooting.rst

* Update faq.rst

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Yuri Sizov <pycbouh@users.noreply.github.com>
2021-11-03 19:09:33 +01:00
Aaron Franke
4060179184 Remove trailing space characters (#5251) 2021-09-13 14:52:39 +02:00
Yuri Sizov
761592598f Remove mentions of IRC in favor of the new Contributors Chat platform (#4644) 2021-02-13 17:27:41 +01:00
Rémi Verschelde
1298ed2ea0 Merge pull request #4302 from NathanLovato/content/getting-started
Rewrite of the getting started introduction
2020-12-02 20:32:04 +01:00
Nathan Lovato
d475940178 Update references to the docs guidelines
We split some pages into two and some remaining references were leading to an
irrelevant page.
2020-11-13 11:05:40 -06:00
Nathan Lovato
3fafc6335b Write introduction_to_godot.rst
Closes #4177
2020-10-28 15:37:01 -06:00
Yuri Sizov
135b33b768 Replace British spelling and fix various typos 2020-04-27 12:18:52 +03:00
jtoar
4302dd2f37 Remove redundant adjective in introduction.rst
The adjective "main" before "raison d'etre" in the second bullet of the last section (Organization of the documentation) is redundant. 

"raison d'etre" means "the most important reason for something's existence", so to say "the main raison d'etre" is to say "the main most important reason..."

I know this is pedantic, but I wanted to start contributing so I figured I'd tackle something easy the first time.
2019-10-27 13:01:56 -04:00
Max Hilbrunner
439ebe8a7d Introduction: Add "Before you start" 2019-05-28 18:26:47 +02:00
Phill Spiess
17c1225ecc Editing pass for the introduction
Minor editing changes to some of the language in the introduction.
2019-01-11 22:08:38 -08:00
Rémi Verschelde
17f94a8b4f Add missing word in introduction
Fixes #1969.
2018-12-04 21:49:26 +01:00
Max Hilbrunner
1447e9ed1f Introduction: Organisation -> Organization 2018-10-21 21:58:32 +02:00
mhilbrunner
f215a0cf26 Proofing/review: Remove filler words, adhere to style guide 2018-05-06 05:23:37 +02:00
Yuri Chornoivan
11d534015d Fix minor typos 2018-04-18 21:44:15 +03:00
Kisaragi Hiu
fa65d94618 Add reference to documentation translation 2018-04-19 00:27:34 +09:00
Max Hilbrunner
ca090396d8 Introduction: point to demos, update community 2018-03-12 21:40:11 +01:00
Andrew Conrad
8ed6212186 Small changes to wording in "Introduction" 2018-03-03 11:40:24 -06:00
Matthieu Huvé
0cb5b6e41e Updated the introduction page to fit with the new organisation.
It is in the continuation of "1015
2018-01-26 00:21:36 +01:00
Hugo Locurcio
ee7849d180 Update build instructions to mention support for Python 3.5 and later
- Fix grammar and wording in many areas of the documentation
2017-12-30 14:18:40 +01:00
Timo
8241cfee61 use new get_node ($) in intro 2017-09-14 04:32:55 +02:00
Poommetee Ketson
74536c0dcc Update some pages for Godot 3 2017-07-16 22:41:42 +07:00
Rémi Verschelde
cc27e12768 Add introduction page and rework index text 2017-04-03 23:41:36 +02:00