Use internal xrefs in docs code gen script (#1588)
This commit is contained in:
@ -222,7 +222,7 @@ function generateApiDoc (spec) {
|
||||
doc += `link:${documentationUrl}[Documentation] +\n`
|
||||
}
|
||||
if (codeExamples.includes(name)) {
|
||||
doc += `{jsclient}/${name.replace(/\./g, '_')}_examples.html[Code Example] +\n`
|
||||
doc += `<<${name.replace(/\./g, '_')}_examples,Code Example>> +\n`
|
||||
}
|
||||
|
||||
if (params.length !== 0) {
|
||||
|
||||
Reference in New Issue
Block a user