Skip to content

Commit

Permalink
docs: migrate from default template to clean-jsdoc-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dbayarchyk authored and Dzmitry Bayarchyk committed Aug 10, 2024
1 parent b2a073d commit 09b5f58
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 2 deletions.
37 changes: 35 additions & 2 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,42 @@
},
"opts": {
"readme": "README.md",
"template": "templates/default",
"template": "node_modules/clean-jsdoc-theme",
"encoding": "utf8",
"destination": "./docs",
"recurse": true
"recurse": true,
"theme_opts": {
"homepageTitle": "Remote Date",
"menu": [
{
"title": "Home",
"link": "./"
},
{
"title": "Github",
"link": "https://github.com/dbayarchyk/remote-date",
"target": "_blank"
},
{
"title": "npm",
"link": "https://www.npmjs.com/package/remote-date",
"target": "_blank"
}
],
"meta": [
{
"name": "author",
"content": "Dzmitry Bayarchyk"
},
{
"name": "description",
"content": "A JavaScript library for synchronizing local time with a remote server."
}
]
}
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}
Loading

0 comments on commit 09b5f58

Please sign in to comment.