Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ paths-ignore:
- "examples/jsm/loaders/ifc/**/*.*"
- "build/*.*"
- "manual/3rdparty/**/*.*"
- "utils/docs/template/static/scripts/fuse/**/*.*"
- "utils/docs/template/static/scripts/prettify/**/*.*"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-terser": "^0.4.0",
"chalk": "^5.2.0",
"clean-jsdoc-theme": "^4.3.0",
"concurrently": "^9.0.0",
"dpdm": "^3.14.0",
"eslint": "^8.37.0",
Expand Down
33 changes: 0 additions & 33 deletions utils/docs/custom/three.css

This file was deleted.

11 changes: 1 addition & 10 deletions utils/docs/jsdoc.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"encoding": "utf8",
"package": "package.json",
"recurse": true,
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"homepageTitle": "three.js docs",
"sections": ["Classes"],
"include_css": ["utils/docs/custom/three.css"]
}
"template": "utils/docs/template"
},
"plugins": [ "plugins/markdown" ],
"source": {
Expand All @@ -21,9 +16,5 @@
"src/renderers/common",
"src/renderers/webgpu"
]
},
"markdown": {
"hardwrap": false,
"idInHeadings": true
}
}
6 changes: 6 additions & 0 deletions utils/docs/template/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "three-template",
"version": "1.0.0",
"description": "Custom JSDoc template for three.js",
"license": "MIT"
}
Loading