Skip to content

Commit

Permalink
docs(website): Switch to clean-jsdoc-theme (#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Jan 9, 2021
1 parent 9f9b493 commit a336301
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
npm-debug.log
.DS_Store
/.netlify/
/coverage/
/docs/
3 changes: 2 additions & 1 deletion jsdoc-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"opts": {
"destination": "docs",
"readme": "Readme.md",
"recurse": true
"recurse": true,
"template": "node_modules/clean-jsdoc-theme"
},
"plugins": ["plugins/markdown"],
"markdown": {
Expand Down
51 changes: 51 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"devDependencies": {
"@types/node": "^14.14.20",
"benchmark": "^2.1.4",
"clean-jsdoc-theme": "^3.0.6",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-jest": "^24.1.3",
Expand Down

0 comments on commit a336301

Please sign in to comment.