update nav

This commit is contained in:
Blake Blackshear 2024-01-28 19:41:58 -06:00
parent 1cbced2820
commit 5a9195c96c
2 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
--- ---
id: objects id: objects
title: Objects title: Available Objects
--- ---
import labels from "../../../labelmap.txt"; import labels from "../../../labelmap.txt";
@ -8,8 +8,9 @@ import labels from "../../../labelmap.txt";
Frigate includes the object models listed below from the Google Coral test data. Frigate includes the object models listed below from the Google Coral test data.
Please note: Please note:
- `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused.
- `person` is the only tracked object by default. See the [full configuration reference](index.md#full-configuration-reference) for an example of expanding the list of tracked objects. - `car` is listed twice because `truck` has been renamed to `car` by default. These object types are frequently confused.
- `person` is the only tracked object by default. See the [full configuration reference](index.md#full-configuration-reference) for an example of expanding the list of tracked objects.
<ul> <ul>
{labels.split("\n").map((label) => ( {labels.split("\n").map((label) => (

View File

@ -20,6 +20,7 @@ module.exports = {
Configuration: { Configuration: {
"Configuration Files": [ "Configuration Files": [
"configuration/index", "configuration/index",
"configuration/reference",
{ {
type: "link", type: "link",
label: "Go2RTC Configuration Reference", label: "Go2RTC Configuration Reference",
@ -43,9 +44,9 @@ module.exports = {
], ],
Objects: [ Objects: [
"configuration/masks", "configuration/masks",
"configuration/zones",
"configuration/objects", "configuration/objects",
"configuration/stationary_objects", "configuration/stationary_objects",
"configuration/zones",
], ],
"Extra Configuration": [ "Extra Configuration": [
"configuration/hardware_acceleration", "configuration/hardware_acceleration",