Skip to content

Commit

Permalink
Add better docs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
olegbl committed Jun 11, 2024
1 parent ef6c006 commit af9fecb
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 7 deletions.
6 changes: 3 additions & 3 deletions DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

The runtime of any D2RMM mod is provided with these additional global variables:

- [`D2RMM: ModAPI`](ModAPITypes/interfaces/ModAPI.md)
- [`config: ModConfigValue`](ModConfigTypes/interfaces/ModConfigValue.md)
- [`console: ConsoleAPI`](ConsoleAPITypes/interfaces/ConsoleAPI.md)
- [`D2RMM: ModAPI`](types/ModAPITypes.ModAPI.html)
- [`config: ModConfigValue`](types/ModConfigTypes.ModConfigValue.html)
- [`console: ConsoleAPI`](types/ConsoleAPITypes.ConsoleAPI.html)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"regenerator-runtime": "^0.13.9",
"typedoc": "^0.25.13"
"typedoc": "^0.25.13",
"typedoc-material-theme": "^1.0.2"
},
"devEngines": {
"node": ">=14.x",
Expand Down
5 changes: 3 additions & 2 deletions typedoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"src/renderer/ModConfigTypes.d.ts"
],
"out": "docs",
"plugin": [],
"githubPages": false
"githubPages": false,
"plugin": ["typedoc-material-theme"],
"themeColor": "#33CCFF"
}
Loading

0 comments on commit af9fecb

Please sign in to comment.