You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No such file or has no access to /home/glunchadze/diplodoc-test-gen/.tmp_input/{{ url }}.md Error: ENOENT: no such file or directory, open '/home/glunchadze/diplodoc-test-gen/.tmp_input/{{ url }}.md'
at Object.openSync (node:fs:603:3)
at readFileSync (node:fs:471:35)
at /home/glunchadze/.nvm/versions/node/v18.18.2/lib/node_modules/@diplodoc/cli/build/index.js:2140:49
at Generator.next (<anonymous>)
at /home/glunchadze/.nvm/versions/node/v18.18.2/lib/node_modules/@diplodoc/cli/build/index.js:78:61
at new Promise (<anonymous>)
at __async (/home/glunchadze/.nvm/versions/node/v18.18.2/lib/node_modules/@diplodoc/cli/build/index.js:62:10)
at resolveMd2HTML (/home/glunchadze/.nvm/versions/node/v18.18.2/lib/node_modules/@diplodoc/cli/build/index.js:2130:10)
at /home/glunchadze/.nvm/versions/node/v18.18.2/lib/node_modules/@diplodoc/cli/build/index.js:2969:12
at Generator.next (<anonymous>) {
errno: -2,
syscall: 'open',
code: 'ENOENT',
path: '/home/glunchadze/diplodoc-test-gen/.tmp_input/{{ url }}.md'
}
ERR No such file or has no access to /{{ url }}.md
The text was updated successfully, but these errors were encountered:
iglunchadze
changed the title
Fix variable processing in href field in toc.yaml
Fix external URL variables in href field in toc.yamlDec 12, 2023
This works fine:
But when you create a variable for the URL,
url: https://example.com
, and use it in thehref
value, there's an error:The text was updated successfully, but these errors were encountered: