add some more doc links

This commit is contained in:
Scott Lamb 2021-04-01 15:40:31 -07:00
parent 31ce270007
commit 9d6a3f815c
2 changed files with 5 additions and 1 deletions

View File

@ -97,6 +97,9 @@ other work on a development branch. You have to start over.
The [Building Moonfire NVR](guide/build.md) and [Working on UI
development](guide/developing-ui.md) guides should help you get started.
The [design documents](design/) will help you fit your work into the whole.
The wiki has a page to help you find copies of [standards and
specifications](https://github.com/scottlamb/moonfire-nvr/wiki/Standards-and-specifications)
that Moonfire NVR interacts with.
Please tell me when you get stuck! Every software developer knows in theory
there's parts of their code that aren't as clear and well-documented as they

View File

@ -65,6 +65,7 @@ could use to make this possible:
[GPL-3.0-or-later](https://spdx.org/licenses/GPL-3.0-or-later.html)
with [https://spdx.org/licenses/GPL-3.0-linking-exception.html](GPL-3.0-linking-exception)
for OpenSSL.
* [Change log](CHANGELOG.md) / release notes.
* [Guides](guide/)
* [Installing](guide/install.md)
* [Building from source](guide/build.md)
@ -72,4 +73,4 @@ could use to make this possible:
* [Troubleshooting](guide/troubleshooting.md)
* [Design documents](design/)
* [Wiki](https://github.com/scottlamb/moonfire-nvr/wiki) has hardware
recommendations and notes on several camera models. Please add yours!
recommendations, notes on several camera models, etc. Please add more!