v0.0.11
Public documentation system and localized documentation release for the Next.js application template.
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.
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
/docsdocumentation 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/searchfor 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
sharpfor local documentation content and generated documentation images. next.config.tsnow enables.mdand.mdxpage 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
.enand.rufilename suffixes while internal links stay canonical under/docs/.... /api/v1/documents-system/searchis 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.
Related pages
- Releases - release index.
- Weekly update - 6-13 July 2026 - week-level summary for this release window.
- Documentation home - public documentation entry point.