Skip to content

Commit

Permalink
restructured files
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Floh committed May 23, 2024
1 parent 61176c9 commit 4fbd3df
Show file tree
Hide file tree
Showing 7 changed files with 453 additions and 453 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
8 changes: 4 additions & 4 deletions jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"source": {
"include": [
"index.js"
"./src/index.js"
],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
Expand All @@ -10,15 +10,15 @@
"destination": "./docs",
"recurse": false,
"readme": "./README.md",
"package": "./info.json",
"package": "./src/info.json",
"template": "./node_modules/foodoc/template"
},
"templates": {
"systemName": "Vampire Survivors Support",
"systemSummary": "Vortex modding support for Vampire Survivors",
"systemLogo": "gameart-cover.jpg",
"systemLogo": "./img/gameart-cover.jpg",
"inlineNav": true,
"favicon": "gameart-cover.jpg",
"favicon": "./img/gameart-cover.jpg",
"systemColor": "#383838",
"footer": "<a href=\"https://der-floh.github.io/Vampire-Survivors-Support-for-Vortex/global.html\">Vampire Survivors Support Code Documentation</a>"
},
Expand Down
File renamed without changes
Loading

0 comments on commit 4fbd3df

Please sign in to comment.