You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you also share the version of clean-jsdoc-theme you are using? Do you mind testing it for version 4.3.0?
For theme:
clean-jsdoc-theme will use default_theme only if the user is visiting the webpage for the first time. After that clean-jsdoc-theme will look for theme in localStorage. Note that user can toggle theme using toggle theme button.
If you clear the localStorage then you will see the default theme.
For Sections:
It is working as expected. If possible could you share a repo that I can use to reproduce the bug/error.
default_theme & sections order setting is not effective
{
"source": {
"include": ["./Resources"],
"excludePattern": "(node_modules/|docs)",
"includePattern": ".js$"
},
"opts": {
"destination": "./docs",
"template": "./node_modules/clean-jsdoc-theme",
"encoding": "utf8",
"undocumented": "strict"
},
"plugins": [],
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"useLongnameInNav": false,
"showInheritedInNav": true,
"default": {
"outputSourceFiles": false
}
},
"theme_opts": {
"default_theme": "light", # not effective
"sort": false,
"search": true,
"meta": [{
"name": "author",
"content": "Hodor"
},
{
"name": "description",
"content": "Powered by JSDoc3"
}
],
"sections": [ # not effective
"Global",
"Classes"
]
}
}
The text was updated successfully, but these errors were encountered: