mirror of
https://github.com/Dokploy/website.git
synced 2026-06-19 06:05:27 +02:00
Merge pull request #56 from bobbymannino/application-keyboard-navigation
add docs for keyboard shortcuts on application page
This commit is contained in:
@@ -54,5 +54,25 @@ This section provides advanced configuration options for experienced users. It i
|
||||
- **Ports**: Expose your application to the internet by configuring network ports.
|
||||
- **Traefik**: Modify Traefik settings to manage HTTP request handling for your application.
|
||||
|
||||
## Keyboard Shortcuts
|
||||
|
||||
To help speed up navigating there are some built in shortcuts when browsing a
|
||||
specific application. 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 |
|
||||
| `p` | Preview Deployments |
|
||||
| `s` | Schedules |
|
||||
| `v` | Volume Backups |
|
||||
| `d` | Deployments |
|
||||
| `l` | Logs |
|
||||
| `m` | Monitoring |
|
||||
| `a` | Advanced |
|
||||
|
||||
### Note
|
||||
|
||||
Adjust these settings carefully as incorrect configurations can significantly impact your application’s functionality and availability.
|
||||
|
||||
Reference in New Issue
Block a user