Skip to content
Snippets Groups Projects
Commit e194b4e6 authored by Loïc Correnson's avatar Loïc Correnson Committed by Michele Alberti
Browse files

[ivette] fix typedoc output

parent a440eb16
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,6 @@ yarn.lock
yarn-error.log
/bin
/dist
/build
/doc/html
/doc/typedoc
# --------------------------------------------------------------------------
......@@ -28,17 +28,9 @@ lint: dome-pkg dome-templ
# --- Ivette Documentation
# --------------------------------------------------------------------------
# can also use dome-doc to generate Dome-only documentation
D_ICONS=$(addprefix $(DOME)/doc/template/gallery-, head.html icons.html tail.html)
D_OUT=doc/html
doc:
@echo "[Ivette] documentation"
@rm -fr $(D_OUT)
@mkdir -p $(D_OUT)
@yarn run typedoc
@echo "[Ivette] $(D_OUT)/index.html"
# --------------------------------------------------------------------------
# --- Ivette Plugins
......
......@@ -83,7 +83,7 @@
"includeVersion": true,
"disableSources": true,
"mode": "modules",
"out": "doc/typedoc",
"out": "doc/html",
"excludePrivate": true,
"stripInternal": true,
"readme": "./README.md",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment