diff options
author | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-01-29 23:10:09 +0100 |
---|---|---|
committer | Hugo Locurcio <hugo.locurcio@hugo.pro> | 2020-04-02 14:07:03 +0200 |
commit | 2f6f029a7526b57e14ff9eab8bc60e1eb1112868 (patch) | |
tree | 8e12a17556870b8651933ebf285e16f79caa0f6c /editor/editor_help.cpp | |
parent | 5f11e1557156617366d2c316a97716172103980d (diff) | |
download | redot-engine-2f6f029a7526b57e14ff9eab8bc60e1eb1112868.tar.gz |
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.
Diffstat (limited to 'editor/editor_help.cpp')
-rw-r--r-- | editor/editor_help.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.cpp b/editor/editor_help.cpp index 9d8c46cc2d..131415c0c4 100644 --- a/editor/editor_help.cpp +++ b/editor/editor_help.cpp @@ -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; |