aboutsummaryrefslogtreecommitdiff
path: root/lib/websocket/BENCHMARK.html
AgeCommit message (Collapse)Author
2026-02-13lib/websocket: remove generated HTML filesShulhan
The generated HTML files is outdated and it is not referenced anywhere.
2026-01-03all: use SPDX license header formatShulhan
2019-08-28all: replace document generator from asciidoctor to ciigoShulhan
Previously, generating HTML files from asciidoc files require installing ruby, asciidoctor, and its dependency through Gemfile. To simplify this, we replace it with ciigo. Ciigo not only can convert the asciidoc files but it also support serving the file inside HTTP server and watching changes on asciidoc files during development for local previewing.