Skip to main content

v0.0.11

Public documentation system and localized documentation release for the Next.js application template.

SectionHistory / Releases
UpdatedJul 7, 2026
AuthorTemplate Maintainers
Versionv0.0.11
Reading time3 min

v0.0.11

v0.0.11 makes /docs a full public documentation center for the template. It adds localized Markdown and MDX content, documentation search, release and changelog pages, and OpenSpec-backed requirements for the documentation runtime.

Release focus

This release is about discoverability. Template users can now read product, API, workspace, developer, release, and weekly-change documentation from one public docs surface.

Highlights

  • Added a public /docs documentation system with a shared shell, sidebar, breadcrumb, page actions, table of contents, theme controls, canonical routes, and generated share images.
  • Added locale-aware Markdown and MDX document resolution, so English and Russian content variants share stable canonical URLs and fall back deterministically when a page is missing in the selected locale.
  • Published bilingual documentation for account management, API access, application settings, workspace flows, developer guidance, release history, and weekly change summaries.
  • Added /api/v1/documents-system/search for locale-aware page and heading search.
  • Added MDX components for callouts, tabs, link grids, code-copy controls, heading anchors, local images, and safe internal links.

What changed for template users

  • The template now has a public documentation surface at /docs.
  • Documentation pages use a shared shell with sidebar navigation, breadcrumbs, search, page actions, and table of contents support.
  • Documentation routes are public and can be read without an authenticated browser session.

Upgrade notes

  • No Prisma migration is required for this release.
  • The package metadata reports 0.0.11.
  • The template now includes MDX-related dependencies and sharp for local documentation content and generated documentation images.
  • next.config.ts now enables .md and .mdx page extensions and wraps the Next.js config with @next/mdx.
  • Public documentation content lives under src/features/documents-system/content/.
  • Localized documentation variants should use .en and .ru filename suffixes while internal links stay canonical under /docs/....
  • /api/v1/documents-system/search is public and does not require a browser session.

Quality

This release adds documents-system Jest coverage for document registry loading, locale parsing, fallback selection, link validation, search behavior, page metadata, sidebar data, table of contents, and scroll-spy behavior. It also adds OpenSpec requirements for public routes, shell behavior, registry metadata, locale variants, visibility rules, navigation, static params, MDX rendering, internal links, search, metadata images, and caching modes.