Files
redis/gendocs.carp
T
2026-04-03 10:57:06 +02:00

17 lines
424 B
Plaintext

(load "redis.carp")
(Project.config "title" "redis")
(Project.config "docs-directory" "./docs/")
(Project.config "docs-logo" "")
(Project.config "docs-url" "https://git.veitheller.de/carpentry/redis")
(Project.config "docs-styling" "../style.css")
(Project.config "docs-prelude" "is a Redis client library for Carp.
```
(load \"https://git.veitheller.de/carpentry/redis.git@master\")
```
")
(save-docs RESP Redis)
(quit)