Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 884 Bytes

File metadata and controls

25 lines (19 loc) · 884 Bytes

This is NOT the Next.js you know

This version has breaking changes - APIs, conventions, and file structure may all differ from your training data. Read the relevant guide in node_modules/next/dist/docs/ before writing any code. Heed deprecation notices.

Documentation Policy

During development, keep these docs continuously updated:

  • MANUAL.md
  • CHANGELOG.md
  • docs/DEVELOPMENT.md
  • docs/ADR/*
  • docs/ENVIRONMENT.md
  • docs/DEPLOYMENT.md
  • docs/INCIDENTS.md
  • docs/DEPENDENCIES.md

Any significant code change should include corresponding documentation updates.

Commit Message Policy

  • All commit messages must be written in Czech.
  • Use concise, meaningful summaries focused on the change intent.
  • Keep technical terms in English only where it is standard (e.g., Next.js, API, build).