mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
[IMP] devtools: Add devtools documentation
This commit adds the documentation for the devtools extension.
This commit is contained in:
committed by
Géry Debongnie
parent
c0c40c0387
commit
b848a83777
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user