diff --git a/apps/docs/content/docs/core/databases/index.mdx b/apps/docs/content/docs/core/databases/index.mdx index 6df61c3..41a77fb 100644 --- a/apps/docs/content/docs/core/databases/index.mdx +++ b/apps/docs/content/docs/core/databases/index.mdx @@ -50,3 +50,18 @@ This section provides advanced configuration options for experienced users. It i - **Volumes**: To ensure data persistence across deployments, configure storage volumes for your application. - **Resources**: Adjust the CPU and memory allocation for your application. - **Danger Zone**: If for some reason you want to start again and delete all the data, tables, etc. you can do it here. + +## Keyboard Shortcuts + +To help speed up navigating there are some built in keyboard shortcuts for +navigating tabs on database pages. Similar to GitHub these are all prefixed +with the `g` key so to use them press `g` and then the shortcut key. + +| Key | Tab | +| --- | ------------------- | +| `g` | General | +| `e` | Environment | +| `l` | Logs | +| `m` | Monitoring | +| `b` | Backups | +| `a` | Advanced | diff --git a/apps/docs/content/docs/core/docker-compose/index.mdx b/apps/docs/content/docs/core/docker-compose/index.mdx index 20f2fec..5d24dd6 100644 --- a/apps/docs/content/docs/core/docker-compose/index.mdx +++ b/apps/docs/content/docs/core/docker-compose/index.mdx @@ -74,3 +74,22 @@ volumes: ``` + +## Keyboard Shortcuts + +To help speed up navigating there are some built in keyboard shortcuts for +navigating tabs on docker compose pages. Similar to GitHub these are all prefixed +with the `g` key so to use them press `g` and then the shortcut key. + +| Key | Tab | +| --- | ------------------- | +| `g` | General | +| `e` | Environment | +| `u` | Domains | +| `d` | Deployments | +| `b` | Backups | +| `s` | Schedules | +| `v` | Volume Backups | +| `l` | Logs | +| `m` | Monitoring | +| `a` | Advanced |