script to build the docs website

This commit is contained in:
zadam
2023-01-12 16:37:30 +01:00
parent 7a457e4509
commit d7b0719788
3 changed files with 237 additions and 79 deletions

View File

@@ -254,9 +254,10 @@ async function exportToZip(taskContext, branch, format, res, setHeaders = true)
<link rel="stylesheet" href="${cssUrl}">
<base target="_parent">
</head>
<body class="ck-content">
<body>
<h1>${utils.escapeHtml(title)}</h1>
${content}
<div class="ck-content">${content}</div>
</body>
</html>`;
}