From be9a144f477e865080a89a8a8918db1548816965 Mon Sep 17 00:00:00 2001 From: Anatoliy Chakkaev Date: Sun, 24 Mar 2013 04:43:47 +0400 Subject: [PATCH] Added docs --- docs/adapter.md | 2 + docs/hooks.md | 2 + docs/html/index.html | 50 +++++++++++++---- docs/index.txt | 15 ++++++ docs/jugglingdb.md | 28 ++++++++-- docs/model.md | 15 ++++++ docs/schema.md | 126 +++++++++++++++++++++++++++++++++++++++++++ docs/validations.md | 2 + scripts/doc.sh | 2 +- 9 files changed, 228 insertions(+), 14 deletions(-) create mode 100644 docs/adapter.md create mode 100644 docs/hooks.md create mode 100644 docs/model.md create mode 100644 docs/schema.md create mode 100644 docs/validations.md diff --git a/docs/adapter.md b/docs/adapter.md new file mode 100644 index 00000000..c2fdd6cd --- /dev/null +++ b/docs/adapter.md @@ -0,0 +1,2 @@ +jugglingdb-adapter(3) - Adapter API explained. +==================== diff --git a/docs/hooks.md b/docs/hooks.md new file mode 100644 index 00000000..0026eb8e --- /dev/null +++ b/docs/hooks.md @@ -0,0 +1,2 @@ +jugglingdb-hooks(3) - Hooks and object lifecycle. +================== diff --git a/docs/html/index.html b/docs/html/index.html index be1ed638..981f993a 100644 --- a/docs/html/index.html +++ b/docs/html/index.html @@ -41,6 +41,12 @@ ol.man-decor li.tc {text-align:center;letter-spacing:4px} ol.man-decor li.tr {text-align:right;float:right} +