Skip to content

Commit fdf6b97

Browse files
committed
build, doc: move to redesign
Signed-off-by: avivkeller <me@aviv.sh>
1 parent a9b0a83 commit fdf6b97

5 files changed

Lines changed: 355 additions & 341 deletions

File tree

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,14 +888,13 @@ $(apidocs_html) $(apidocs_json) out/doc/api/all.html out/doc/api/all.json &: $(a
888888
else \
889889
$(call available-node, \
890890
$(DOC_KIT) generate \
891-
-t legacy-html-all \
891+
-t web \
892892
-t legacy-json-all \
893893
-i doc/api/*.md \
894894
--ignore $(skip_apidoc_files) \
895895
-o out/doc/api \
896896
-c ./CHANGELOG.md \
897897
-v $(VERSION) \
898-
--index doc/api/index.md \
899898
--type-map doc/type-map.json \
900899
) \
901900
fi

test/doctool/test-make-doc.mjs

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)