move exports to usage

This commit is contained in:
Josh Hawkins 2026-06-04 17:41:43 -05:00
parent 9487fcb9d8
commit 8e776eb9e2
6 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ New recording segments are written from the camera stream to cache, they are onl
:::tip
To keep a specific clip beyond your retention window, [export](/configuration/exports) it rather than increasing retention for the whole camera. Exports are saved separately and are never removed by retention.
To keep a specific clip beyond your retention window, [export](/usage/exports) it rather than increasing retention for the whole camera. Exports are saved separately and are never removed by retention.
:::

View File

@ -51,7 +51,7 @@ The **Detail View Settings** at the bottom let you toggle whether the active ite
On desktop, the **Actions** menu (the film icon) collects the things you can do with the footage you are viewing:
- **Export** — save a clip of a chosen time range so it is never removed by retention. The dialog pre-selects the last hour; adjust the range or drag the timeline handles, then export. See [Exports](/configuration/exports) for managing and downloading exports.
- **Export** — save a clip of a chosen time range so it is never removed by retention. The dialog pre-selects the last hour; adjust the range or drag the timeline handles, then export. See [Exports](/usage/exports) for managing and downloading exports.
- **Share Timestamp** — generate a link to the current moment (or a custom timestamp) to share with another Frigate user. This is an internal link, not a public share URL.
- **Motion Search** — scan this camera's recordings for changes in a region you draw. This is the same tool documented under [Reviewing Motion](/usage/review#motion-search).
- **Debug Replay** (admins) — replay a recorded range back through Frigate's detection pipeline to see how it would be processed.

View File

@ -109,7 +109,7 @@ The single-camera view can capture footage on demand:
- **Start on-demand recording** begins a manual recording based on the camera's recording retention settings (the button pulses while active). If recording is disabled for the camera, only a snapshot is saved. Use **End on-demand recording** to stop.
- **Download instant snapshot** saves a still image of the current frame.
See [Recording](/configuration/record) and [Snapshots](/configuration/snapshots) for how retention is configured, and [Exports](/configuration/exports) for keeping a clip permanently.
See [Recording](/configuration/record) and [Snapshots](/configuration/snapshots) for how retention is configured, and [Exports](/usage/exports) for keeping a clip permanently.
## PTZ controls

View File

@ -46,7 +46,7 @@ To act on several items at once, start a selection by **Ctrl/Cmd-clicking** a ca
With items selected, an action bar appears with options to:
- **Export** the selected items (a single item exports directly; multiple items open the batch [export](/configuration/exports) dialog),
- **Export** the selected items (a single item exports directly; multiple items open the batch [export](/usage/exports) dialog),
- **Mark as reviewed** or **Mark as unreviewed**, and
- **Delete** them (admins only).

View File

@ -26,6 +26,7 @@ const sidebars: SidebarsConfig = {
"usage/review",
"usage/history",
"usage/explore",
"usage/exports",
],
Configuration: [
"configuration/config",
@ -81,7 +82,6 @@ const sidebars: SidebarsConfig = {
"configuration/cameras",
"configuration/review",
"configuration/record",
"configuration/exports",
"configuration/snapshots",
"configuration/motion_detection",
"configuration/birdseye",