Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

Commit

Permalink
jsdoc: jsdoc tutorial support
Browse files Browse the repository at this point in the history
  • Loading branch information
zleyyij committed Aug 15, 2023
1 parent d39c9a7 commit 4a31e08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
"opts": {
"encoding": "utf8",
"readme": "./README.md",
"destination": "docs/jsdoc/",
"destination": "docs/jsdoc",
"recurse": true,
"verbose": true,
"template": "./node_modules/clean-jsdoc-theme",
"theme_opts": {
"default_theme": "dark"
}
},
"tutorials": "./docs/guides"
},
"templates": {
"cleverLinks": true
Expand Down

0 comments on commit 4a31e08

Please sign in to comment.