config file reference and doc reorganization

This commit is contained in:
Scott Lamb
2023-01-06 11:40:41 -06:00
parent abcb26b281
commit a4bc7f5218
16 changed files with 116 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
/**
* @file Convenience wrapper around the Moonfire NVR API layer.
*
* See <tt>design/api.md</tt> for a description of the API. Some of the
* See <tt>ref/api.md</tt> for a description of the API. Some of the
* documentation is copied into the docstrings here for convenience, but
* that doc is authoritative.
*

View File

@@ -4,7 +4,7 @@
/**
* @file Types from the Moonfire NVR API.
* See descriptions in <tt>design/api.md</tt>.
* See descriptions in <tt>ref/api.md</tt>.
*/
export type StreamType = "main" | "sub";