Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

eCapture Documentation

This directory contains comprehensive documentation for the eCapture project.

Documentation Index

Getting Started

Architecture & Development

Testing

Security & Operations

API Documentation

Integration

Examples

Document Organization

Root Directory (/)

The project root contains standard GitHub community health files:

  • README.md - Project overview and quick start
  • CONTRIBUTING.md - Contribution guidelines
  • CODE_OF_CONDUCT.md - Community code of conduct
  • SECURITY.md - Security policy
  • CHANGELOG.md - Release history

Docs Directory (/docs)

Technical documentation, guides, and API references are organized here.

Internal Directory (/internal)

Contains architecture documentation for internal packages (see internal/README.md).

Naming Convention

All documentation files in this directory follow the lowercase-with-hyphens (kebab-case) naming convention for consistency and web compatibility.

Examples:

  • refactoring-guide.md
  • e2e-tests.md
  • event-forward-api.md

Contributing to Documentation

When adding new documentation:

  1. Place it in the appropriate directory (/docs for technical docs, / for community files)
  2. Use lowercase with hyphens for file names
  3. Update this README to include your new document
  4. Ensure proper cross-references to related documents

Language Versions

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 (汉字)