We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9d449 commit 5cee224Copy full SHA for 5cee224
docs/.vitepress/config.mts
@@ -1,4 +1,5 @@
1
import { defineConfig } from "vitepress";
2
+ // @ts-expect-error: linting before typedoc is generated will throw an error here
3
import typedocSidebar from "../api/typedoc-sidebar.json";
4
5
// https://vitepress.dev/reference/site-config
@@ -16,6 +17,7 @@ export default defineConfig({
16
17
sidebar: [
18
{
19
text: "API",
20
+ // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
21
items: typedocSidebar,
22
},
23
0 commit comments