From 18b2a7dfad4a8925b2f56a5306271899c366eed7 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 4 Jun 2026 16:44:53 -0600 Subject: [PATCH] Make starts of usage pages consistent --- docs/docs/usage/exports.md | 2 +- docs/docs/usage/live.md | 2 +- docs/docs/usage/review.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/usage/exports.md b/docs/docs/usage/exports.md index 09cadddb2b..91b901c78c 100644 --- a/docs/docs/usage/exports.md +++ b/docs/docs/usage/exports.md @@ -3,7 +3,7 @@ id: exports title: Exports --- -Exports are how you keep a specific piece of footage permanently. +**Exports** are how you keep a specific piece of footage permanently. Frigate's recordings are governed by your [retention settings](/configuration/record): once footage ages past its retention window — or, depending on your configuration, once it is only kept where motion, alerts, or detections occurred — it is deleted to free up disk space. An **export** saves a copy of a chosen time range to a separate location that is **never removed by retention**, so it stays available until you delete it yourself. diff --git a/docs/docs/usage/live.md b/docs/docs/usage/live.md index 0dc1da66c3..2cd3da01ed 100644 --- a/docs/docs/usage/live.md +++ b/docs/docs/usage/live.md @@ -5,7 +5,7 @@ title: Live View import NavPath from "@site/src/components/NavPath"; -The **Live** view is Frigate's real-time dashboard and the page you land on by default. It shows all of your cameras at a glance, streams your most recent alerts across the top, and lets you open any camera in a full-resolution single-camera view with audio, two-way talk, PTZ, and on-demand recording controls. +**Live view** is Frigate's real-time dashboard and the page you land on by default. It shows all of your cameras at a glance, streams your most recent alerts across the top, and lets you open any camera in a full-resolution single-camera view with audio, two-way talk, PTZ, and on-demand recording controls. This page describes how to _use_ the Live view. For how to _configure_ live streaming — go2rtc, stream selection, smart streaming, WebRTC, and audio — see the [Live View configuration](/configuration/live) docs. diff --git a/docs/docs/usage/review.md b/docs/docs/usage/review.md index 2202e43271..8231976802 100644 --- a/docs/docs/usage/review.md +++ b/docs/docs/usage/review.md @@ -5,7 +5,7 @@ title: Review import NavPath from "@site/src/components/NavPath"; -The **Review** view is where you triage what happened on your cameras. It groups activity into **review items** — segments of time on a single camera that bundle together the objects and audio that were active at once — and sorts them into **Alerts**, **Detections**, and **Motion**. From here you can scrub through activity, mark items as reviewed, filter, export, and jump to the full recording in [History](/usage/history). +**Review** is where you triage what happened on your cameras. It groups activity into **review items** — segments of time on a single camera that bundle together the objects and audio that were active at once — and sorts them into **Alerts**, **Detections**, and **Motion**. From here you can scrub through activity, mark items as reviewed, filter, export, and jump to the full recording in [History](/usage/history). This page describes how to _use_ the Review view. For how alerts and detections are _configured_ (labels, zones, required zones, retention), see the [Review configuration](/configuration/review) docs.