Skip to content

Latest commit

 

History

History

README.md

AIXCL Documentation

This directory contains all project-wide documentation organized by audience and purpose.

Documentation Structure

User Documentation (user/)

Documentation for end users and operators:

Developer Documentation (developer/)

Documentation for contributors and developers:

Operations Documentation (operations/)

Documentation for operations and performance tuning:

Architecture Documentation (architecture/)

Documentation about system architecture and design:

Reference Documentation (reference/)

Reference materials and specifications:

Configuration Documentation (config/)

Configuration templates and profiles:

  • .env.example - Environment configuration template
  • profiles/ - Profile-specific configurations (usr, dev, ops, sys)

GitHub Templates (.github/)

GitHub-specific templates:

  • PULL_REQUEST_TEMPLATE.md - Pull request template
  • ISSUE_TEMPLATE/ - Issue templates (bug report, feature request, task)

Component-Specific Documentation

Component-specific documentation remains with their respective components:

  • Tests: tests/README.md and component-specific test docs
  • Scripts: scripts/*/README.md files
  • Libraries: lib/README.md files

Root-Level Documentation

The following files remain at the project root (standard practice):

  • README.md - Main project overview and quick start
  • CHANGELOG.md - Project changelog
  • SECURITY.md - Security policy and practices

Quick Links