Skip to content

Commit

Permalink
refactor(docs): Update typedoc, change documentation theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayfri committed Mar 3, 2024
1 parent 173aa0c commit 75a1a82
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"author": "Ayfri <[email protected]>",
"dependencies": {
"typedoc": "^0.21.9",
"typedoc-darker-theme": "^1.2.1",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.4.4"
"typedoc": "0.25.8",
"typedoc-darker-theme": "1.2.1",
"typedoc-github-wiki-theme": "1.1.0",
"typedoc-plugin-sourcefile-url": "1.0.6",
"typescript": "5.3.3"
},
"description": "The official documentation for Advanced-Command-Handler.",
"license": "GNU",
"name": "docs",
"private": true,
"repository": "https://github.com/Advanced-Command-Handler/docs.git",
"scripts": {
"generateMaster": "typedoc --options typedoc_master.json --sourcefile-url-map mappings.json",
"generateRelease": "typedoc --options typedoc_release.json --sourcefile-url-map mappings.json",
"generateMaster": "typedoc --options typedoc_master.json",
"generateRelease": "typedoc --options typedoc_release.json",
"watch": "npm run generateMaster -- --watch"
},
"version": "1.1.0"
Expand Down
8 changes: 4 additions & 4 deletions typedoc_master.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"source/src/index.ts"
],
"gitRemote": "https://github.com/Advanced-Command-Handler/Advanced-Command-Handler",
"highlightTheme": "github-dark",
"darkHighlightTheme": "github-dark",
"includeVersion": true,
"name": "Advanced Command-Handler",
"out": "docs-master",
"readme": "https://github.com/Advanced-Command-Handler/Advanced-Command-Handler/README.md",
"readme": "source/README.md",
"sort": [
"static-first",
"visibility",
"alphabetical",
"enum-value-descending"
],
"theme": "./node_modules/typedoc-darker-theme/bin/default",
"tsconfig": "source/src/tsconfig.json"
"theme": "default",
"tsconfig": "source/tsconfig.json"
}

0 comments on commit 75a1a82

Please sign in to comment.