Skip to content

Commit

Permalink
Remove nav_exclude from requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agnetemoos committed Nov 25, 2024
1 parent 0fd57f1 commit 289e5f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/teknisk dokumentation/script_metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ Script metadata variables
| `source` | The relative path to the script-file (.sh/.py) from the metadata-file. | Required |
| `parameters` | The list of parameters that the script expects to receive. <br> Each parameter is described by an array of 4 key/value pairs. <br> - `name`: The name of the parameter<br> - `type`: Supported values are `boolean`, `string`, `int`, `text_field`, `file`, `password`<br> - `default`: Default value of the parameter. `null` if none.<br> - `mandatory`: Required parameter? `true` or `false` <br> If the script expects leave the parameters-variable empty. | Required |
| `compatibility` | Info about image and version compatibility. Supported values are: `20.04`, `22.04`, `24.04`, `BorgerPC` and `Kiosk`. More than one value can be supplied.| Optional |
| `nav_exclude` | Should always be set to `true`. Needed by Just the docs for desired rendering. | Required |
|`in_image`| Sometimes scripts get absorbed by the images, meaning that the script functionality is built into the image (borgerpc/kiosk) thereby making the script obsolete. When this happens please provide the image name and version tag here.| Optional |


0 comments on commit 289e5f3

Please sign in to comment.