mirror of
https://github.com/Dokploy/website.git
synced 2026-06-15 20:25:25 +02:00
add keyboard shortcuts for database/docker compose page
This commit is contained in:
@@ -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 |
|
||||
|
||||
@@ -74,3 +74,22 @@ volumes:
|
||||
```
|
||||
|
||||
</Callout>
|
||||
|
||||
## 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 |
|
||||
|
||||
Reference in New Issue
Block a user