File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -106,28 +106,3 @@ cd project/js
106106npm install
107107npm run build
108108```
109-
110- ## Building the documentation
111-
112- ### Generating the Tutorial
113-
114- The documentation is generated from the tutorial Markdown files.
115-
116- ```
117- cd docs/generator
118- npm install
119- node gendoc.js
120- ```
121-
122- After the static part of the site generated, it can be tested by opening the docs/index.html after hosting the docs folder on localhost.
123-
124- ### Generating the Reference
125-
126- The reference documentation is generated using TypeDoc from the API TypeScript declaration file.
127-
128- ```
129- cd tools/refgen
130- npm install
131- typedoc --theme ./node_modules/typedoc-neo-theme/bin/default --out ../../docs/reference ../../src/apps/weblib/js-api/vizzu.d.ts
132- ```
133-
You can’t perform that action at this time.
0 commit comments