Skip to content

Commit e25c83a

Browse files
committed
tsc fix
1 parent c96d903 commit e25c83a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/quickstart/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ const StepNavigationMenu: React.FC<{
108108
// Fallback: Import files directly from build output if props don't contain them
109109
async function loadFilesDirectly() {
110110
try {
111-
// Use dynamic import to avoid linting issues with build-time generated files
112-
// @ts-ignore - This file is generated at build time
111+
// Use dynamic import to load build-time generated files
113112
const filesModule = await import(
114113
'../../../.docusaurus/docusaurus-plugin-virtual-files/default/files.json'
115114
)

src/utils/example-maps.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export interface ExamplesInterface {
5959
link: string
6060
githubLink: string
6161
qsLink?: string
62+
guideLink?: string
6263
}
6364

6465
export const tags = {

0 commit comments

Comments
 (0)