docs(requirements): split htmx equivalent coverage

Split htmx_equivalents/002 into core interaction, navigation/live-update, gallery, and component-shape rows.

req: htmx_equivalents/002

req: htmx_equivalents/004

req: htmx_equivalents/005

req: htmx_equivalents/006
This commit is contained in:
slhx agent
2026-06-25 13:53:15 +02:00
parent edf632a11e
commit 120268acc1
5 changed files with 14 additions and 5 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ impl Drop for HtmlExamplesServer {
}
fn run_html_examples_smoke() -> ExitCode {
// req: examples/001 req: htmx_equivalents/002 req: test/006
// req: examples/001 req: htmx_equivalents/005 req: test/006
let port = match pick_unused_port() {
Ok(port) => port,
Err(code) => return code,