Skip to content

Commit a95f8a0

Browse files
authored
Merge pull request #155 from raifdmueller/add-changelog
fix: render changelog.html in docs build
2 parents 765a195 + 0a2d565 commit a95f8a0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/render-docs.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* website/public/docs/about.de.html (if source exists)
1212
* website/public/CONTRIBUTING.html
1313
* website/public/CONTRIBUTING.de.html (if source exists)
14+
* website/public/docs/changelog.html
1415
* website/public/docs/all-anchors.html
1516
*
1617
* Usage: node scripts/render-docs.js
@@ -61,5 +62,7 @@ renderFile(path.join(ROOT, 'docs/about.de.adoc'), path.join(WEB_DOCS, 'about.de.
6162
renderFile(path.join(ROOT, 'CONTRIBUTING.adoc'), path.join(WEB_PUBLIC, 'CONTRIBUTING.html'))
6263
renderFile(path.join(ROOT, 'CONTRIBUTING.de.adoc'), path.join(WEB_PUBLIC, 'CONTRIBUTING.de.html'))
6364

65+
renderFile(path.join(ROOT, 'docs/changelog.adoc'), path.join(WEB_DOCS, 'changelog.html'))
66+
6467
// all-anchors.adoc uses include:: directives — resolved automatically in Node.js
6568
renderFile(path.join(ROOT, 'docs/all-anchors.adoc'), path.join(WEB_DOCS, 'all-anchors.html'))

0 commit comments

Comments
 (0)