chore: remove go to docs search entry and update i18n

This commit is contained in:
Andrew Bastin
2023-08-22 01:09:48 +05:30
parent 6efae3a395
commit 191fa376d2
2 changed files with 1 additions and 6 deletions

View File

@@ -643,7 +643,7 @@
"general": {
"help_menu": "Open help and support menu",
"chat": "Chat with support",
"open_docs": "Open documentation",
"open_docs": "Read Documentation",
"open_keybindings": "Open keyboard shortcuts",
"social": "Social links and GitHub",
"title": "General"

View File

@@ -52,11 +52,6 @@ export class NavigationSpotlightSearcherService extends StaticSpotlightSearcherS
alternates: ["navigation", "realtime", "socket", "ws"],
icon: markRaw(IconArrowRight),
},
documentation: {
text: this.t("shortcut.navigation.documentation"),
alternates: ["navigation", "documentation", "docs"],
icon: markRaw(IconArrowRight),
},
profile: {
text: this.t("shortcut.navigation.profile"),
alternates: ["navigation", "profile", "account"],