Hypertext documentation system based on html-inspector-views
https://hyperdoc.khinsen.net/
- Common Lisp 79.4%
- HTML 19.5%
- CSS 0.8%
- JavaScript 0.3%
HyperDoc
Hypertext documentation system based on html-inspector-views.
Running a Web server for the HyperDoc catalog
The basic command for SBCL is:
sbcl --no-userinit \
--eval '(require :asdf)' \
--eval '(asdf:load-system "hyperdoc")' \
--eval '(asdf:load-system "hyperbook/server")' \
--eval '(hyperbook/server:serve-catalog)'
This will serve a catalog containing a single HyperDoc, the one for HyperDoc itself. In practice, you will load additional systems providing HyperDocs, before the last --eval line.
License
Copyright (c) 2025 Konrad Hinsen
The SVG icons in the directory assets/hyperdoc/icons are from the Font Awesome collection, and are subject to its license.