mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
# Godot Engine Contributing documentation
|
|
|
|
This repository contains the source files of [Godot Engine](https://godotengine.org)'s contributing documentation, in reStructuredText markup language (reST).
|
|
|
|
They are meant to be parsed with the [Sphinx](https://www.sphinx-doc.org/) documentation builder to build the corresponding HTML documentation on [Godot's website](https://contributing.godotengine.org).
|
|
|
|
## Theming
|
|
|
|
The Godot contributing documentation uses the default `sphinx_rtd_theme` with many
|
|
[customizations](_static/) applied on top. It will automatically switch between
|
|
the light and dark theme depending on your browser/OS' theming preference.
|
|
|
|
If you use Firefox and wish to use the dark theme regardless of your OS
|
|
configuration, you can install the
|
|
[Dark Website Forcer](https://addons.mozilla.org/en-US/firefox/addon/dark-mode-website-switcher/)
|
|
add-on.
|
|
|
|
## Contributing
|
|
|
|
All contributors are welcome to help on the Godot contributing documentation.
|
|
|
|
To get started, head to the [explainer article](https://contributing.godotengine.org/en/latest/documentation/contributing_to_the_contributing_docs.html).
|
|
|
|
## License
|
|
|
|
All the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license ([CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community".
|
|
See [LICENSE.txt](/LICENSE.txt) for details.
|