mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-11 09:37:37 +03:00
This commit reverts the recent change that introduced the prefix to and in the . This was done to maintain backward/forward compatibility for existing user configurations. The file has been updated to rename back to and back to . The file has been adjusted to reflect these changes, primarily in the method, where inconsistent usage of and was causing issues. Additionally, the documentation in has been updated to reflect these reverted configuration keys. |
||
|---|---|---|
| .. | ||
| docs | ||
| plugins | ||
| src | ||
| static | ||
| .gitignore | ||
| babel.config.js | ||
| docusaurus.config.ts | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| sidebars.ts | ||
Website
This website is built using Docusaurus 3.5, a modern static website generator.
For installation and contributing instructions, please follow the Contributing Docs.
Development
- Run
npm ito install dependencies - Run
npm run startto start the website