docs/README.md
This directory contains comprehensive documentation for the eCapture project.
/)The project root contains standard GitHub community health files:
README.md - Project overview and quick startCONTRIBUTING.md - Contribution guidelinesCODE_OF_CONDUCT.md - Community code of conductSECURITY.md - Security policyCHANGELOG.md - Release history/docs)Technical documentation, guides, and API references are organized here.
/internal)Contains architecture documentation for internal packages (see internal/README.md).
All documentation files in this directory follow the lowercase-with-hyphens (kebab-case) naming convention for consistency and web compatibility.
Examples:
refactoring-guide.mde2e-tests.mdevent-forward-api.mdWhen adding new documentation:
/docs for technical docs, / for community files)Chinese versions of documents are indicated with a -zh_Hans suffix:
compilation.md (English) / compilation-zh_Hans.md (汉字)event-forward-api.md (English) / event-forward-api-zh_Hans.md (汉字)