docs: Improve doc interlinking (#2402)
This commit is contained in:
@@ -14,7 +14,7 @@ menu:
|
||||
|
||||
Clicking this button will allow you to choose a Google Cast device to cast the camera stream to, or the clip that is currently playing.
|
||||
|
||||
There are two different casting methods for cameras: `standard` and `dashboard` (see below).
|
||||
There are two different casting methods for cameras: `standard` and `dashboard` (see [Standard Casting](#standard-casting) and [Dashboard Casting](#dashboard-casting)).
|
||||
|
||||
## Standard Casting
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
There are two ways to have the card respond to key input:
|
||||
|
||||
- As a convenience, the card supports a small number of built in shortcuts with pre-defined default bindings. See below for these built in shortcuts. Use the [`keyboard_shortcuts`](../configuration/view.md?id=keyboard_shortcuts) configuration to change their bindings.
|
||||
- As a convenience, the card supports a small number of built in shortcuts with pre-defined default bindings. See [Built-in shortcuts](#built-in-shortcuts) for these built in shortcuts. Use the [`keyboard_shortcuts`](../configuration/view.md?id=keyboard_shortcuts) configuration to change their bindings.
|
||||
- More generally, _any_ [action](../configuration/actions/README.md) can be configured to run in response to keyboard input as part of an [automation](../configuration/automations.md), even if that action does not have a pre-defined shortcut. See [keyboard automation example](../examples.md?id=responding-to-key-input) to show how to execute any arbitrary action(s) in response to keyboard activity.
|
||||
|
||||
## Built-in shortcuts
|
||||
|
||||
@@ -32,11 +32,11 @@ To send an action to a specific named Advanced Camera Card:
|
||||
> [!NOTE]
|
||||
> For backwards compatibility, the card will also respond to `frigate-card-action` as a query-parameter with the same syntax.
|
||||
|
||||
| Parameter | Description |
|
||||
| --------- | ------------------------------------------------------------------------------------------------- |
|
||||
| `ACTION` | One of the supported Advanced Camera Card custom actions. See below. |
|
||||
| `CARD_ID` | When specified only cards that have a [`card_id`](../configuration/README.md) parameter will act. |
|
||||
| `VALUE` | An optional value to use with the `camera_select` and `live_substream_select` actions. |
|
||||
| Parameter | Description |
|
||||
| --------- | ------------------------------------------------------------------------------------------------------ |
|
||||
| `ACTION` | One of the supported Advanced Camera Card custom actions. See [Supported Actions](#supported-actions). |
|
||||
| `CARD_ID` | When specified only cards that have a [`card_id`](../configuration/README.md) parameter will act. |
|
||||
| `VALUE` | An optional value to use with the `camera_select` and `live_substream_select` actions. |
|
||||
|
||||
> [!TIP]
|
||||
> Both `.` and `:` may be used as the delimiter. If you use `:` some
|
||||
@@ -45,7 +45,7 @@ To send an action to a specific named Advanced Camera Card:
|
||||
> [!NOTE]
|
||||
> If a dashboard has multiple Advanced Camera Cards on it, even if they are on
|
||||
> different 'tabs' within that dashboard, they will all respond to the actions
|
||||
> unless the action is targeted with a `CARD_ID` as shown above.
|
||||
> unless the action is targeted with a `CARD_ID` as shown [above](#instructions).
|
||||
|
||||
## Supported Actions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user