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 7254be9 commit 1edb4f6Copy full SHA for 1edb4f6
1 file changed
plugins/docusaurus.llms.plugin.ts
@@ -62,7 +62,7 @@ export default function docusaurusPluginLLMs(
62
const allRoutes = Object.keys(routesBuildMetadata).filter(
63
(path) =>
64
path.startsWith(`/${docsDir}/`) &&
65
- [`/category/`, "/tags/", ...ignorePaths].find((pathToIgnore) =>
+ [`/category/`, "/tags", ...ignorePaths].find((pathToIgnore) =>
66
path.includes(pathToIgnore)
67
) === undefined
68
);
0 commit comments