From 8e776eb9e2553d747e6b764fb4db1dfba23d6112 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Thu, 4 Jun 2026 17:41:43 -0500 Subject: [PATCH] move exports to usage --- docs/docs/configuration/record.md | 2 +- docs/docs/{configuration => usage}/exports.md | 0 docs/docs/usage/history.md | 2 +- docs/docs/usage/live.md | 2 +- docs/docs/usage/review.md | 2 +- docs/sidebars.ts | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename docs/docs/{configuration => usage}/exports.md (100%) diff --git a/docs/docs/configuration/record.md b/docs/docs/configuration/record.md index 8ef110a261..4ce55e2ee1 100644 --- a/docs/docs/configuration/record.md +++ b/docs/docs/configuration/record.md @@ -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. ::: diff --git a/docs/docs/configuration/exports.md b/docs/docs/usage/exports.md similarity index 100% rename from docs/docs/configuration/exports.md rename to docs/docs/usage/exports.md diff --git a/docs/docs/usage/history.md b/docs/docs/usage/history.md index a596af786a..c0ffe0fd9c 100644 --- a/docs/docs/usage/history.md +++ b/docs/docs/usage/history.md @@ -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. diff --git a/docs/docs/usage/live.md b/docs/docs/usage/live.md index 58f6481068..0dc1da66c3 100644 --- a/docs/docs/usage/live.md +++ b/docs/docs/usage/live.md @@ -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 diff --git a/docs/docs/usage/review.md b/docs/docs/usage/review.md index bd8bccdd7c..2202e43271 100644 --- a/docs/docs/usage/review.md +++ b/docs/docs/usage/review.md @@ -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). diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 5b2ebad9e6..14fb5ed413 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -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",