pull/526/head
Cory LaViska 2021-09-08 07:18:23 -04:00
rodzic fc0475b2c5
commit 2d4a699790
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -36,7 +36,7 @@ console.log('Generating search index for documentation');
this.field('c'); // content
files.map((file, index) => {
const relativePath = path.relative('./docs', file);
const relativePath = path.relative('./docs', file).replace(/\\/g, '/');
const url = relativePath.replace(/\.md$/, '');
const filename = path.basename(file);