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 145548c commit 634285aCopy full SHA for 634285a
.github/workflows/preview-build.yml
@@ -251,7 +251,7 @@ jobs:
251
.replace('docs/', '')
252
.replace('/index.md', '')
253
.replace('.md', '');
254
- return `https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path}`;
+ return `[${file}](https://docs-v3-preview.elastic.dev${process.env.PATH_PREFIX}/${path})`;
255
}
256
257
const links = changedMdFiles.map(toLink)
0 commit comments