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 The [Building Moonfire NVR](guide/build.md) and [Working on UI
development](guide/developing-ui.md) guides should help you get started. 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 [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 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 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) [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) with [https://spdx.org/licenses/GPL-3.0-linking-exception.html](GPL-3.0-linking-exception)
for OpenSSL. for OpenSSL.
* [Change log](CHANGELOG.md) / release notes.
* [Guides](guide/) * [Guides](guide/)
* [Installing](guide/install.md) * [Installing](guide/install.md)
* [Building from source](guide/build.md) * [Building from source](guide/build.md)
@ -72,4 +73,4 @@ could use to make this possible:
* [Troubleshooting](guide/troubleshooting.md) * [Troubleshooting](guide/troubleshooting.md)
* [Design documents](design/) * [Design documents](design/)
* [Wiki](https://github.com/scottlamb/moonfire-nvr/wiki) has hardware * [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!