[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:
Denys Vuika
2024-01-25 15:15:29 -05:00
committed by GitHub
parent 2c627f1166
commit 3b2da78617
4 changed files with 2603 additions and 111 deletions

View File

@@ -60,6 +60,12 @@ module.exports = {
children: content
};
},
makeInlineCode: function (codeText) {
return {
"type": "inlineCode",
"value": codeText
}
},
makeImage: function (url, alt) {
return {
type: 'image',