Skip to content

Commit d179a54

Browse files
committed
fix: vitepress failing to build docs
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
1 parent 4e97e7e commit d179a54

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"standard-version": "9.5.0",
167167
"tslib": "2.6.3",
168168
"typedoc": "0.26.2",
169-
"typedoc-plugin-markdown": "3.17.1",
169+
"typedoc-plugin-markdown": "4.1.0",
170170
"typescript": "5.5.2",
171171
"vitepress": "1.2.3"
172172
},
@@ -181,4 +181,4 @@
181181
"url": "https://github.com/hpcc-systems/hpcc-js-wasm/issues"
182182
},
183183
"homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/"
184-
}
184+
}

typedoc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"excludePrivate": true,
1515
"hideGenerator": true,
1616
"hideBreadcrumbs": true,
17-
"hideInPageTOC": true,
1817
"publicPath": "/",
1918
"sort": [
2019
"static-first",

0 commit comments

Comments
 (0)