Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
/ DuGR Public archive

Commit

Permalink
4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Jul 18, 2022
1 parent 884a592 commit 0a34d39
Show file tree
Hide file tree
Showing 4 changed files with 3,820 additions and 6 deletions.
3 changes: 0 additions & 3 deletions tools/build/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ cd DuGR_Docs
cd src
mkdocs build
cd ..
cd docs
echo dugr.rxlab.guide > "CNAME"
cd ..
cd ..
cd tools
cd build
Expand Down
33 changes: 30 additions & 3 deletions tools/build/jsdoc_conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"plugins": [],
"plugins": [
"node_modules/better-docs/category"
],
"recurseDepth": 1,
"source": {
"include": [ "output/DuGR_API/DuAEF_DuGR_api.jsxinc" ],
Expand All @@ -16,15 +18,40 @@
"monospaceLinks": false,
"copyright" : "Copyright (c) 2017-2022 Nicolas Dufresne and contributors",
"includeDate" : true,
"search" : "true"
"search" : true,
"better-docs": {
"name": "DuGR API Reference",
"logo": "",
"title": "",
"css": "jsdoc.css",
"hideGenerator": false,
"navLinks": [
{
"label": "Website",
"href": "https://rxlaboratory.org/tools/dugr"
},
{
"label": "Source code",
"href": "https://github.com/RxLaboratory/DuGR"
},
{
"label": "User guide",
"href": "http://dugr.rxlab.guide"
},
{
"label": "Donate",
"href": "http://donate.rxlab.info"
}
]
}
},
"meta": {
"title": "DuGR",
"description": "Group your After Effects layers!",
"keyword": "ExtendScript, Adobe, After Effects, groups"
},
"opts": {
"template": "../../DuAEF/DuESF/tools/build/node_modules/jaguarjs",
"template": "node_modules/better-docs",
"recurse": false,
"destination": "../../docs"
}
Expand Down
Loading

0 comments on commit 0a34d39

Please sign in to comment.