Core
Getting Started
To generate markdown pages from toc, run:
npm run build-pages-generate
To generate json pages from markown file, run:
npm run build-pages
Cook
To run both of the operation above, run:
npm run cook
TOC
To generate prev/next url in markown file, run:
npm run build-toc
Run
To run both of the operation above, run:
npm run start