jex no longer uses the github readme for package docs

This commit is contained in:
2023-08-27 16:03:58 -06:00
parent b62d29127f
commit b3cbbba803
+1 -1
View File
@@ -586,7 +586,7 @@ mkdocs() ->
end. end.
mkdocs2() -> mkdocs2() ->
_ = cmd("npx typedoc --entryPointStrategy expand --sort source-order src"), _ = cmd("npx typedoc --entryPointStrategy expand --sort source-order src --readme none"),
ok. ok.