docs(auto-jobs): implementing markdown table instead of image

This commit is contained in:
miguel 2023-03-28 13:53:32 +01:00 committed by MSilva95
parent 3e263ba8c8
commit e3ab75f892
2 changed files with 8 additions and 1 deletions

View File

@ -58,7 +58,14 @@ You can use the `crontab` command to manage your jobs. This command can be calle
##### Table: Crontab Fields (Linux Crontab Syntax):
![Table: Crontab Fields](resources/cronTasks-Table.png)
| Field | Description | Allowed Value |
| ----: | ------------ | --------------------------: |
| MIN | Minute field | 0 to 59 |
| HOUR | Hour field | 0 to 23 |
| DOM | Day of month | 1-31 |
| MON | Month field | 1-12 |
| DOW | Day Of Week | 0-6 |
| CMD | Command | Any command to be executed. |
##### Examples:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB