We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d094ea3 commit 1f5b9e8Copy full SHA for 1f5b9e8
docusaurus.config.js
@@ -354,6 +354,11 @@ const config = {
354
// Content cleaning options
355
excludeImports: true,
356
removeDuplicateHeadings: true,
357
+ // Path transformation to fix URL construction
358
+ // Since docsDir is '.', we need to remove 'docs/' prefix and handle src/pages paths
359
+ pathTransformation: {
360
+ ignorePaths: ['docs', 'src/pages'],
361
+ },
362
// Generate separate files for each section
363
// Files will be organized into subdirectories by the post-build script
364
customLLMFiles: [
0 commit comments