Skip to content

Commit 13f8af4

Browse files
override titles
1 parent a5b9622 commit 13f8af4

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
"style-loader": "^3.3.1",
5959
"ts-loader": "^9.3.1",
6060
"typedoc": "^0.28.16",
61+
"typedoc-plugin-extras": "^4.0.1",
6162
"typescript": "^5.9.3",
6263
"webpack": "^5.95.0",
6364
"webpack-cli": "^4.10.0"

typedoc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3+
"name": "OllieOS API Documentation",
34
"entryPoints": ["src/api_docs/index.ts"],
45
"sort": ["required-first"],
56
"navigation": {
@@ -32,5 +33,9 @@
3233
"headings": {
3334
"readme": false
3435
},
35-
"router": "group"
36+
"router": "group",
37+
38+
"plugin": ["typedoc-plugin-extras"],
39+
"customTitle": "OllieOS",
40+
"customDescription": "Documentation for the APIs available to OllieOS programs."
3641
}

0 commit comments

Comments
 (0)