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 53961f7 commit e6bfe8cCopy full SHA for e6bfe8c
packages/cursorless-org-docs/docusaurus.config.mts
@@ -45,7 +45,9 @@ function remarkPluginFixLinksToRepositoryArtifacts(): Transformer<Root> {
45
const artifactRelative = relative(repoRoot, artifact).replace(/\\/g, "/");
46
47
// We host all files under docs, will resolve as a relative link
48
- if (artifactRelative.startsWith("docs/")) {
+ if (
49
+ artifactRelative.startsWith("packages/cursorless-org-docs/src/docs/")
50
+ ) {
51
return;
52
}
53
0 commit comments