Skip to content

fix: render changelog.html in docs build#155

Merged
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:add-changelog
Mar 9, 2026
Merged

fix: render changelog.html in docs build#155
rdmueller merged 1 commit into
LLM-Coding:mainfrom
raifdmueller:add-changelog

Conversation

@raifdmueller

@raifdmueller raifdmueller commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add docs/changelog.adoc to render-docs.js so the changelog page renders on the deployed site
  • Without this, the changelog page shows "Failed to Load Documentation"

Test plan

  • node scripts/render-docs.js generates website/public/docs/changelog.html
  • Verify #/changelog loads correctly on deployed site

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Dokumentation
    • Changelog ist nun als HTML-Dokumentation in der öffentlichen Dokumentationssammlung verfügbar und kann direkt aufgerufen werden.

The changelog page failed to load on the deployed site because
render-docs.js was not generating docs/changelog.html.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yml

Review profile: CHILL

Plan: Pro

Run ID: c57395f5-2247-4683-ab78-f073f1e7187d

📥 Commits

Reviewing files that changed from the base of the PR and between 765a195 and 0a2d565.

📒 Files selected for processing (1)
  • scripts/render-docs.js

Walkthrough

Das Skript scripts/render-docs.js wurde erweitert, um docs/changelog.adoc in HTML zu konvertieren und in website/public/docs/changelog.html zu speichern. Der Kopfkommentar wurde aktualisiert, um die Changelog-Datei zu erwähnen. Es wurden keine Änderungen an der Fehlerbehandlung oder bestehenden Kontrollflusslogik vorgenommen.

Changes

Cohort / File(s) Zusammenfassung
Build-Skript-Erweiterung
scripts/render-docs.js
Neue renderFile-Anweisung hinzugefügt, um docs/changelog.adoc zu website/public/docs/changelog.html zu rendern. Kopfkommentar aktualisiert, um die Changelog-Datei in der Liste der vorgerenderten Dokumentationen zu erwähnen.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed Der Titel beschreibt klar und spezifisch die Hauptänderung: das Rendering von changelog.html im Dokumentations-Build-Prozess.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rdmueller rdmueller merged commit a95f8a0 into LLM-Coding:main Mar 9, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants