mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Remove Request Docs button in the script editor due to various issues
The Request Docs button is partly responsible for layout overflow
issues on narrow displays, such as #31133.
It also tended to attract spam and low-effort issues that were
difficult to act upon. A "Send Docs Feedback" menu option has been added
to replace it.
(cherry picked from commit 2f6f029a75
)
This commit is contained in:
parent
2ec4af6f16
commit
b5d41bb517
5 changed files with 11 additions and 20 deletions
|
@ -39,8 +39,6 @@
|
|||
#include "editor_settings.h"
|
||||
|
||||
#define CONTRIBUTE_URL "https://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html"
|
||||
#define CONTRIBUTE2_URL "https://github.com/godotengine/godot-docs"
|
||||
#define REQUEST_URL "https://github.com/godotengine/godot-docs/issues/new"
|
||||
|
||||
DocData *EditorHelp::doc = NULL;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue