Skip to content

Commit 75a1a82

Browse files
committed
refactor(docs): Update typedoc, change documentation theme.
1 parent 173aa0c commit 75a1a82

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
{
22
"author": "Ayfri <pierre.ayfri@gmail.com>",
33
"dependencies": {
4-
"typedoc": "^0.21.9",
5-
"typedoc-darker-theme": "^1.2.1",
6-
"typedoc-plugin-sourcefile-url": "^1.0.6",
7-
"typescript": "^4.4.4"
4+
"typedoc": "0.25.8",
5+
"typedoc-darker-theme": "1.2.1",
6+
"typedoc-github-wiki-theme": "1.1.0",
7+
"typedoc-plugin-sourcefile-url": "1.0.6",
8+
"typescript": "5.3.3"
89
},
910
"description": "The official documentation for Advanced-Command-Handler.",
1011
"license": "GNU",
1112
"name": "docs",
1213
"private": true,
1314
"repository": "https://github.com/Advanced-Command-Handler/docs.git",
1415
"scripts": {
15-
"generateMaster": "typedoc --options typedoc_master.json --sourcefile-url-map mappings.json",
16-
"generateRelease": "typedoc --options typedoc_release.json --sourcefile-url-map mappings.json",
16+
"generateMaster": "typedoc --options typedoc_master.json",
17+
"generateRelease": "typedoc --options typedoc_release.json",
1718
"watch": "npm run generateMaster -- --watch"
1819
},
1920
"version": "1.1.0"

typedoc_master.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"source/src/index.ts"
44
],
55
"gitRemote": "https://github.com/Advanced-Command-Handler/Advanced-Command-Handler",
6-
"highlightTheme": "github-dark",
6+
"darkHighlightTheme": "github-dark",
77
"includeVersion": true,
88
"name": "Advanced Command-Handler",
99
"out": "docs-master",
10-
"readme": "https://github.com/Advanced-Command-Handler/Advanced-Command-Handler/README.md",
10+
"readme": "source/README.md",
1111
"sort": [
1212
"static-first",
1313
"visibility",
1414
"alphabetical",
1515
"enum-value-descending"
1616
],
17-
"theme": "./node_modules/typedoc-darker-theme/bin/default",
18-
"tsconfig": "source/src/tsconfig.json"
17+
"theme": "default",
18+
"tsconfig": "source/tsconfig.json"
1919
}

0 commit comments

Comments
 (0)