mirror of
https://github.com/Karaka-Management/User-Guide.git
synced 2026-01-11 04:18:42 +00:00
Merge branch 'develop' of https://github.com/Orange-Management/Documentation into develop
This commit is contained in:
commit
2f827ea3bf
24
.github/workflows/image.yml
vendored
Normal file
24
.github/workflows/image.yml
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
name: Compress images
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- '**.jpg'
|
||||||
|
- '**.png'
|
||||||
|
- '**.webp'
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '**.jpg'
|
||||||
|
- '**.png'
|
||||||
|
- '**.webp'
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
name: calibreapp/image-actions
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout Repo
|
||||||
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Compress Images
|
||||||
|
uses: calibreapp/image-actions@master
|
||||||
|
with:
|
||||||
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
vendor
|
||||||
33
SUMMARY.md
33
SUMMARY.md
|
|
@ -1,24 +1,27 @@
|
||||||
# Summary
|
# Summary
|
||||||
* [Introduction]({%}?page=README)
|
* [Introduction]({%}&page=README)
|
||||||
|
|
||||||
|
## UI
|
||||||
|
* [Hotkeys]({%}&page=ui/hotkeys)
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
* [Server]({%}?page=setup/server)
|
* [Server]({%}&page=setup/server)
|
||||||
* [WebApplication]({%}?page=setup/webapplication)
|
* [WebApplication]({%}&page=setup/webapplication)
|
||||||
* [SocketApplication]({%}?page=setup/socketapplication)
|
* [SocketApplication]({%}&page=setup/socketapplication)
|
||||||
* [ConsoleApplication]({%}?page=setup/consoleapplication)
|
* [ConsoleApplication]({%}&page=setup/consoleapplication)
|
||||||
|
|
||||||
## Administration
|
## Administration
|
||||||
* [Accounts]({%}?page=administration/accounts)
|
* [Accounts]({%}&page=administration/accounts)
|
||||||
* [Groups]({%}?page=administration/groups)
|
* [Groups]({%}&page=administration/groups)
|
||||||
* [Modules]({%}?page=administration/modules)
|
* [Modules]({%}&page=administration/modules)
|
||||||
* [Jobs]({%}?page=administration/jobs)
|
* [Jobs]({%}&page=administration/jobs)
|
||||||
|
|
||||||
## Maintenance
|
## Maintenance
|
||||||
* [Backup]({%}?page=maintenance/backup)
|
* [Backup]({%}&page=maintenance/backup)
|
||||||
* [Updates]({%}?page=maintenance/updates_patches)
|
* [Updates]({%}&page=maintenance/updates_patches)
|
||||||
* [Monitoring]({%}?page=maintenance/monitoring)
|
* [Monitoring]({%}&page=maintenance/monitoring)
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
* [Server]({%}?page=security/server)
|
* [Server]({%}&page=security/server)
|
||||||
* [Application]({%}?page=security/application)
|
* [Application]({%}&page=security/application)
|
||||||
* [Mentality]({%}?page=security/mentality)
|
* [Mentality]({%}&page=security/mentality)
|
||||||
|
|
|
||||||
30
ui/hotkeys.md
Normal file
30
ui/hotkeys.md
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
# Hotkeys
|
||||||
|
|
||||||
|
## Page Navigation
|
||||||
|
|
||||||
|
The following hotkeys allow you to navigate the application.
|
||||||
|
|
||||||
|
| Element | Hotkey | Action |
|
||||||
|
| ----------------- | ------------------ | --------------------------------------------------- |
|
||||||
|
| Global | Ctrl + P | Jump to search bar |
|
||||||
|
| Global | Ctrl + Right Arrow | Jump to next UI element |
|
||||||
|
| Global | Ctrl + Left Arrow | Jump to previous UI element |
|
||||||
|
| Global | Ctrl + B | Go to previous page (back) |
|
||||||
|
| Link or Tab | Enter | Activate/execute/follow link |
|
||||||
|
|
||||||
|
## Form Interaction
|
||||||
|
|
||||||
|
The following hotkeys provide form interactions.
|
||||||
|
|
||||||
|
| Element | Hotkey | Action |
|
||||||
|
| ----------------- | ------------------ | --------------------------------------------------- |
|
||||||
|
| Form | Ctrl + Enter | Submit form |
|
||||||
|
|
||||||
|
## Table Interaction
|
||||||
|
|
||||||
|
The following hotkeys provide table interactions.
|
||||||
|
|
||||||
|
| Element | Hotkey | Action |
|
||||||
|
| ----------------- | ------------------ | --------------------------------------------------- |
|
||||||
|
| Table | Ctrl + A | Select all table elements |
|
||||||
|
| Table | Ctrl + E | Export selected elements to excel |
|
||||||
Loading…
Reference in New Issue
Block a user