Skip to content

Commit

Permalink
fix(Docs): Substantially refactors and fixes docs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Jan 17, 2020
1 parent 1739412 commit b6c1775
Show file tree
Hide file tree
Showing 2 changed files with 198 additions and 175 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"build:r": "ts-node ts/bindings/r.ts",
"docs": "npm run docs:readme && npm run docs:build",
"docs:readme": "markdown-toc -i --maxdepth=4 README.md",
"docs:build": "npm run build:ts && ts-node ts/docs",
"docs:build": "ts-node ts/docs.ts",
"docs:serve": "npx browser-sync ./public -f ./public --directory --no-ui --reload-debounce 750",
"clean": "rimraf dist/* public/* ts/types.ts"
},
Expand Down
Loading

0 comments on commit b6c1775

Please sign in to comment.