[IMP] devtools: Add devtools documentation

This commit adds the documentation for the devtools extension.
This commit is contained in:
Julien Carion (juca)
2023-04-06 13:18:31 +02:00
committed by Géry Debongnie
parent c0c40c0387
commit b848a83777
20 changed files with 157 additions and 1 deletions
+4
View File
@@ -92,6 +92,10 @@ export function isLinkValid(link: MarkDownLink, current: FileData, files: FileDa
// no check on external links
return true;
}
if (current.name.endsWith(".png")) {
// no check on png files
return true;
}
// Step 1: extract path, name, hash
// path = ['doc', 'architecture]
// name = 'rendering.md'