diff options
author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 21:16:03 -0800 |
---|---|---|
committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-19 21:16:03 -0800 |
commit | e39b314a3fdbc78833cdfa16e0395c64f00b1b45 (patch) | |
tree | 853528f9bd268f0cd55e36e6b3b1df43b1b9ce2d /docs/index.html | |
parent | 7bbacce30d6717228d39f787103f5b72f4eb7bfa (diff) |
Update docs for release 1.2.01.2.0
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index bf1c9bc..2b24c2b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -66,6 +66,7 @@ <div class="tsd-panel tsd-typography"> <h1 id="naive">naive</h1> <p><img src="https://api.travis-ci.org/nvandoorn/naive.svg?branch=master" alt="build status" title="Build Status"></p> + <p><a href="https://nvandoorn.github.io/naive/">Read the docs</a></p> <p>A small NoSQL database with an API similar to Firebase backed by a static JSON file.</p> <p>Useful for prototyping or situations where size is small and data integrity is not that important</p> </div> @@ -89,6 +90,9 @@ <a href="modules/_database_test_.html">"database.test"</a> </li> <li class=" tsd-kind-external-module"> + <a href="modules/_error_model_.html">"error.model"</a> + </li> + <li class=" tsd-kind-external-module"> <a href="modules/_util_.html">"util"</a> </li> </ul> |