Skip to content

Commit a984e68

Browse files
authored
Removed duplicated documentation generation desc.
1 parent 2ad808f commit a984e68

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

project/build.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -106,28 +106,3 @@ cd project/js
106106
npm install
107107
npm 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-

0 commit comments

Comments
 (0)