chore: remove go to docs search entry and update i18n
This commit is contained in:
@@ -643,7 +643,7 @@
|
|||||||
"general": {
|
"general": {
|
||||||
"help_menu": "Open help and support menu",
|
"help_menu": "Open help and support menu",
|
||||||
"chat": "Chat with support",
|
"chat": "Chat with support",
|
||||||
"open_docs": "Open documentation",
|
"open_docs": "Read Documentation",
|
||||||
"open_keybindings": "Open keyboard shortcuts",
|
"open_keybindings": "Open keyboard shortcuts",
|
||||||
"social": "Social links and GitHub",
|
"social": "Social links and GitHub",
|
||||||
"title": "General"
|
"title": "General"
|
||||||
|
|||||||
@@ -52,11 +52,6 @@ export class NavigationSpotlightSearcherService extends StaticSpotlightSearcherS
|
|||||||
alternates: ["navigation", "realtime", "socket", "ws"],
|
alternates: ["navigation", "realtime", "socket", "ws"],
|
||||||
icon: markRaw(IconArrowRight),
|
icon: markRaw(IconArrowRight),
|
||||||
},
|
},
|
||||||
documentation: {
|
|
||||||
text: this.t("shortcut.navigation.documentation"),
|
|
||||||
alternates: ["navigation", "documentation", "docs"],
|
|
||||||
icon: markRaw(IconArrowRight),
|
|
||||||
},
|
|
||||||
profile: {
|
profile: {
|
||||||
text: this.t("shortcut.navigation.profile"),
|
text: this.t("shortcut.navigation.profile"),
|
||||||
alternates: ["navigation", "profile", "account"],
|
alternates: ["navigation", "profile", "account"],
|
||||||
|
|||||||
Reference in New Issue
Block a user