23 Commits

Author SHA1 Message Date
tetrapod00
40bdaac499 Remove note in Submitting to Asset Library 2024-11-30 06:56:49 +01:00
Volkan Gezer
b08d7fea84 First look at editor's interface iteration 2024-07-27 14:02:02 +02: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
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
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
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
Johan H. W. Basberg
8a540a9b36 Moved icon spec to itemised list (#6266)
* Moved icon spec to itemised list

The icon specifications should not be considered a recommendation, but rather a requirement. Either way, the details of its ratio and size should be included with each form entry is described - as that is the natural place to look for it.

* Update community/asset_library/submitting_to_assetlib.rst

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
2022-10-07 16:14:27 +02:00
Nathan Franke
8f6cfa5e12 Simplify .gitattributes in Submitting to the Asset Library (#5908) 2022-07-19 22:12:23 +02:00
Hugo Locurcio
0bf732a3c0 Update List of features for 4.0alpha4 2022-03-22 19:39:33 +01:00
Sander Vanhove
943b1bf4d7 Add link to Asset Library to submission guide (#5678) 2022-03-17 13:41:23 +01:00
Hugo Locurcio
9ca89cdb9a Rename instances of "Contributors Chat" to "Godot Contributors Chat" 2022-01-26 01:33:27 +01:00
Hugo Locurcio
81fea66371 Document that .gdignore files' contents are ignored 2021-10-11 23:36:17 +02:00
Aaron Franke
5c7f653347 Optimize PNG and SVG images using oxipng and svgcleaner (#5254) 2021-09-14 17:50:17 +02:00
Aaron Franke
0cf59aa5f1 Tweak the Submitting to the Asset Library article (#5187) 2021-08-22 00:09:18 +02:00
hpnrep6
e6c7dacc43 Use oxford commas consistently in About the Asset Library (#5183) 2021-08-19 10:00:08 +02:00
Yuri Sizov
f035fe9e20 Add a .gitattributes recommendation to the AssetLib guidelines 2021-07-13 17:20:26 +03:00
Mr. XiXu
4652ac27f2 Remove extraneous "from" in Using the Asset Library (#5054) 2021-06-28 19:14:08 +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
Hugo Locurcio
8da06bd7c7 Clarify the 2 editor assetlib browsers displaying different categories (#4633)
This closes #4630.
2021-02-13 02:11:15 +01:00
Aaron Franke
7f3b35ce43 Rename file for Submitting to the Asset Library 2020-10-12 05:26:02 -04:00
Nathan Lovato
4dc71e9579 Move tutorials/assetlib to community/
Closes #4109
2020-10-07 21:03:38 -06:00