feat: add complete DOM implementation with Document, Element, and NodeList classes to html module
CI / build-linux (push) Successful in 1m39s
CI / build-linux (push) Successful in 1m39s
This commit is contained in:
Vendored
+1
-1
@@ -23,7 +23,7 @@ all.add(" - websocket library")
|
||||
all.add("")
|
||||
all.add("## Documentation")
|
||||
|
||||
for (path in Path.new("manual").rglob("*.html")) {
|
||||
for (path in Path.new("bin/manual").rglob("*.html")) {
|
||||
all.add("### " + path.name)
|
||||
all.add("```html```")
|
||||
all.add(path.readText())
|
||||
|
||||
Reference in New Issue
Block a user