Release Notes

Version 1.0.0-beta #

Enhancement

Initial release of the Better Static Sites documentation site and the astro-better-* package family.

New Feature

astro-better-nav-bar — configurable sticky top navigation bar with theme selector, mobile hamburger menu, and dropdown support.

New Feature

astro-better-steps — numbered step sequences with a vertical connector line, CSS custom property theming, and MDX slot content per step.

New Feature

astro-better-tabs — pure-CSS tabbed content panels with CSS custom property theming and no JavaScript required.

New Feature

astro-better-cards — link card grid component for docs landing pages and package overviews.

New Feature

astro-better-admonitions — callout/admonition blocks (note, tip, warning, danger) with icon and color theming.

New Feature

astro-better-details — accessible expandable sections (<details>/<summary>) with animated open/close transitions and CSS custom property theming.

New Feature

astro-better-release-notes — versioned changelog with category filter chips, sticky version selector dropdown, and CSS custom property theming.

New Feature

astro-better-docs-sidebar — sidebar nav auto-generated from a content collection, with folder grouping, active state, and dark mode support.

New Feature

astro-toc-smol — server-side table of contents with scroll-spy active highlighting.

New Feature

astro-better-code-blocks — rehype plugin for Prism syntax highlighting, copy button, line highlights, collapsible regions, and shell-session prompt handling.

New Feature

astro-better-code-snippet-extractor — extract named code snippets from source files for use in docs pages.

New Feature

astro-mermaid-renderer-cli-smol — server-side Mermaid diagram rendering to inline SVG at build time.

New Feature

astro-link-checker — build-time broken link detection across internal routes and anchors.

New Feature

astro-refs — cross-reference system for docs pages; define named anchors and reference them by ID across files.

New Feature

astro-gen-markdown-pages — generates .md endpoints and llms.txt from content collections for LLM-friendly access.

New Feature

astro-better-tables — enhanced table component with sorting, filtering, and responsive overflow handling.