Create Edgetpu troubleshooting docs (#8827)

* Link to edgetpu troublehsooting

* Add troubleshooting docs for edgetpu

* Add to sidebar

* Add section about dual edge tpu
This commit is contained in:
Nicolas Mowen
2023-12-01 06:41:30 -07:00
committed by GitHub
parent f00ced5a33
commit 89051c1b90
3 changed files with 59 additions and 1 deletions

View File

@@ -60,7 +60,11 @@ module.exports = {
"integrations/third_party_extensions",
],
"Frigate+": ["plus/index"],
Troubleshooting: ["troubleshooting/faqs", "troubleshooting/recordings"],
Troubleshooting: [
"troubleshooting/faqs",
"troubleshooting/recordings",
"troubleshooting/edgetpu",
],
Development: [
"development/contributing",
"development/contributing-boards",