added docs

This commit is contained in:
2020-02-10 00:10:44 +01:00
parent e58dcbe479
commit 5a6edcf580
7 changed files with 5836 additions and 11 deletions

17
gendocs.carp Normal file
View File

@@ -0,0 +1,17 @@
(load "redis.carp")
(Project.config "title" "redis")
(Project.config "docs-directory" "./docs/")
(Project.config "docs-logo" "")
(Project.config "docs-url" "https://veitheller/git/carpentry/redis")
(Project.config "docs-styling" "style.css")
(Project.config "docs-prelude" "is a collection of modules for talking
to Redis.
```
(load \"https://veitheller/git/carpentry/redis@master\")
```
")
(save-docs RESP Redis)
(quit)