mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[APPS-2230] fix documentation tools builds (#9277)
* fix typescript version * fix package versions * fix package versions * [ci:force] fix code
This commit is contained in:
@@ -60,6 +60,12 @@ module.exports = {
|
||||
children: content
|
||||
};
|
||||
},
|
||||
makeInlineCode: function (codeText) {
|
||||
return {
|
||||
"type": "inlineCode",
|
||||
"value": codeText
|
||||
}
|
||||
},
|
||||
makeImage: function (url, alt) {
|
||||
return {
|
||||
type: 'image',
|
||||
|
Reference in New Issue
Block a user