From a94a5430ecaf574fd0de6fc7669bf50a59aa33b7 Mon Sep 17 00:00:00 2001 From: choir27 Date: Mon, 17 Jun 2024 17:19:15 -0400 Subject: [PATCH] docs: update redirect.json and move command center section under global shortcuts section --- src/redirects.json | 2 +- src/routes/docs/advanced/platform/shortcuts/+page.markdoc | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/redirects.json b/src/redirects.json index beb228575a..93661701ff 100644 --- a/src/redirects.json +++ b/src/redirects.json @@ -661,7 +661,7 @@ }, { "link": "/keyboard", - "redirect": "/docs/tooling/command-center/the-appwriter" + "redirect": "/docs/tooling/appwriter" }, { "link": "/careers", diff --git a/src/routes/docs/advanced/platform/shortcuts/+page.markdoc b/src/routes/docs/advanced/platform/shortcuts/+page.markdoc index 13e41918fe..0732d244d2 100644 --- a/src/routes/docs/advanced/platform/shortcuts/+page.markdoc +++ b/src/routes/docs/advanced/platform/shortcuts/+page.markdoc @@ -23,13 +23,13 @@ Developers can also utilize global shortcuts anywhere in the Appwrite Console, a ## Command center +All the Appwrite shortcuts can be found in the [command center](https://appwrite.io/docs/tooling/command-center). +Use the command center to search for commands or the current page's content. + |PC (Windows / Linux)|macOS|Action| |----|----|----| |`Ctrl` + `K`|`⌘` + `K`|Access Command Center| -All the Appwrite shortcuts can be found in the [command center](https://appwrite.io/docs/tooling/command-center). -Use the command center to search for commands or the current page's content. - ## Project shortcuts {% #project-shortcuts %} Within the context of a project, developers can utilize project shortcuts. These shortcuts are automatically enabled once a project is selected on the Console. These shortcuts allow quick access to the project's database, storage, messaging, auth, settings, and overview pages.