{
  "version": "https://jsonfeed.org/version/1",
  "title": "Semantic-docs on LLBBL Blog",
  "icon": "https://avatars.micro.blog/avatars/2023/40/125738.jpg",
  "home_page_url": "https://llbbl.blog/",
  "feed_url": "https://llbbl.blog/feed.json",
  "items": [
      {
        "id": "http://llbbl.micro.blog/2026/05/09/semantic-docs-spring-update-astro.html",
        "title": "Semantic Docs Spring Update: Astro 6, Auto-Releases, npm",
        "content_html": "<p>The last two months on Semantic Docs have mostly been maintenance work, but a few things I wanted to talk about. I pushed through a major framework upgrade, swapped out a vendored library for a real published package, and finally automated the release pipeline. Five tagged releases later, here&rsquo;s where we are.</p>\n<h2 id=\"the-headlines\">The Headlines</h2>\n<ul>\n<li>Upgraded to <strong>Astro 6</strong></li>\n<li>Switched from a vendored logger to the published <strong><code>logan-logger</code></strong> npm package</li>\n<li>Shipped an <strong>auto-release workflow</strong> driven by Conventional Commits</li>\n<li>Three rounds of dependency updates plus a security-focused sweep</li>\n<li>Five tagged releases, <code>v1.3.3</code> through <code>v1.5.0</code></li>\n</ul>\n<h2 id=\"astro-6\">Astro 6</h2>\n<p>The Astro 6 upgrade was easy. Semantic Docs runs a hybrid setup, static article pages plus a server-rendered search endpoint, and that part barely needed any attention. Most of the work was in the dependency layout, not the application code.</p>\n<p>One note if you&rsquo;re forking or syncing this theme: if you&rsquo;re upgrading from <code>v1.3.5</code> or earlier (anything pre-Astro-6, which landed in <code>v1.4.0</code>), delete your <code>node_modules</code> and your lockfile and do a clean install. Skip that step and you&rsquo;ll get weird errors that look like your code is broken when it&rsquo;s really just leftover state.</p>\n<h2 id=\"a-real-npm-package-instead-of-a-vendored-logger\">A Real npm Package Instead of a Vendored Logger</h2>\n<p>For a while, the project was using a logger I wrote to experiment with publishing to both npm and JSR. It was a useful exercise. I wanted to see what a clean foundational package looked like across both registries, and I think it turned out well.</p>\n<p>But for this repo, I wanted consistency over experimentation. So I swapped the vendored copy for the published <code>logan-logger</code> npm package. Behavior is the same, the surface area is the same, it&rsquo;s just back on the npm registry.</p>\n<h2 id=\"automated-releases\">Automated Releases</h2>\n<p>I&rsquo;ve liked using Conventional Commits to drive automated releases. When a PR merges to main, the workflow figures out the next version from the commit messages, tags it, and publishes a GitHub release with a generated changelog.</p>\n<p>The commit type determines the version bump. <code>feat:</code> bumps the minor, <code>fix:</code> bumps the patch, breaking changes bump the major. The changelog falls out of the same metadata. More automation here the better.</p>\n<p>If you&rsquo;ve been on the fence about Conventional Commits, this is the use case that sold me.</p>\n<h2 id=\"whats-next-embedding-quality\">What&rsquo;s Next: Embedding Quality</h2>\n<p>The reference implementation uses TEI for search embeddings, and that&rsquo;s been fine. But &ldquo;fine&rdquo; is not the same as &ldquo;good,&rdquo; and I want to actually compare quality across providers before I commit to anything long term.</p>\n<p>Two I want to test:</p>\n<ul>\n<li><strong>Jina</strong> (now owned by Elastic)</li>\n<li><strong>Mistral</strong>, which has been putting out genuinely strong embedding models</li>\n</ul>\n<p>The goal is to run the same corpus through each, evaluate the search results, and figure out which one earns a highlight. Whatever I learn from that work will get folded back into the open source Semantic Docs repo so anyone running their own instance can make an informed choice instead of just trusting my defaults.</p>\n<p>I&rsquo;d appreciate a follow. You can subscribe with your email below. The emails go out once a week, or you can find me on Mastodon at <a href=\"https://micro.blog/llbbl?remote_follow=1\">@logan@llbbl.blog</a>.</p>\n",
        "date_published": "2026-05-09T10:00:00-05:00",
        "url": "https://llbbl.blog/2026/05/09/semantic-docs-spring-update-astro.html",
        "tags": ["DevOps","Open-source","Astro","Semantic-docs"]
      }
  ]
}
