Add corpus release notes page

Mirrors the release log introduced for DeLiKo@DNB: the notes are
maintained as Markdown in docs/corpus-releaselog.{de,en}.md and rendered
by scripts/render-corpus-releaselog.sh (pandoc) into the doc page
templates/custom/doc/corpus/releases.html.ep, which is committed so
deployment never needs pandoc. Run `make corpus-releaselog` after
editing the Markdown.

The render step is explicitly temporary: once Kalamar converts Markdown
doc pages to HTML on the fly, the script, the Makefile target and the
generated .html.ep can be dropped and the Markdown served directly. This
is noted in the script header, the Makefile and the maintenance notes of
both Markdown files.

The page is reachable as "Releases / Ausgaben" under the Corpus menu and
is linked from the corpus page in both languages.

Past releases (2020-I through 2026-I) are reconstructed from the news
page; the DeReKo-2026-II section is a scaffold with TODOs for the
release date, token and text counts, and the actual changes.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Change-Id: Id2d52119cf4870c3e7cd5e5afb13e123c0340a88
diff --git a/kalamar.ids-mannheim.conf b/kalamar.ids-mannheim.conf
index e61bfda..34004e7 100644
--- a/kalamar.ids-mannheim.conf
+++ b/kalamar.ids-mannheim.conf
@@ -14,6 +14,10 @@
   Kalamar => {
     # Removed for docker compliance
     # api_path => 'http://10.0.10.51:9000/api/',
+    # Render Markdown doc pages (*.html.md) with headings at their literal
+    # level, so "##" in the corpus release log is an <h2> (matches the rest
+    # of the doc pages) rather than being pushed down by the default offset.
+    Markdown => { heading_offset => 0 },
     log_path => $app->home . '/log',
     secure_cookie => 1,
     https_only => 1,
@@ -33,6 +37,10 @@
         "class" => "folded",
         "items" => [
           {
+            "title" => "releases",
+            "id" => "releases"
+          },
+          {
             "title" => "composition",
             "id" => "composition"
           },
@@ -110,6 +118,8 @@
       de_Nav_useful_subcorpora => 'Nützliche Subkorpora',
       en_Nav_named_vc => 'Named VC',
       de_Nav_named_vc => 'Benamte VC',
+      en_Nav_releases => 'Release Log',
+      de_Nav_releases => 'Versionsverlauf',
     }
   },
   'TagHelpers-ContentBlock' => {