File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -108,8 +108,7 @@ const StepNavigationMenu: React.FC<{
108108// Fallback: Import files directly from build output if props don't contain them
109109async 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 )
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ export interface ExamplesInterface {
5959 link : string
6060 githubLink : string
6161 qsLink ?: string
62+ guideLink ?: string
6263}
6364
6465export const tags = {
You can’t perform that action at this time.
0 commit comments