Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 575 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 575 Bytes

typedocs

Vivliostyle source code documentation with typedoc

Vivliostyle.js Core

Making

TODO: This should be included in the CI of vivliostyle.js, but currenly making it manually:

$ cd vivliostyle.js/packages/core/
$ typedoc --out ../../../typedocs/core --entryPointStrategy expand ./src/vivliostyle
$ cd ../../../typedocs
$ git add .
$ git commit -m 'update core/'

More...

TODO: add other Vivliostyle products