Skip to content

Latest commit

 

History

History
110 lines (81 loc) · 5.09 KB

File metadata and controls

110 lines (81 loc) · 5.09 KB

Documentation Index

This index helps you navigate all Forms Platform documentation.

Quick Start

New to the project? Start here:

  1. README.md - Project overview and setup
  2. AGENTS.md - AI agent guidelines and repository structure
  3. Quick Reference - Common commands and workflows
  4. Architecture Overview - System design and component relationships

Using Claude Code? See CLAUDE.md for Claude-specific guidance.

Documentation by Purpose

Understanding the System

Core Concepts

Patterns & Conventions

Building and Developing

Getting Started

Package Documentation

Application Documentation

Testing

Operations and Deployment

Release and Deployment

Infrastructure

Security

Architectural Decisions

All architectural decisions are documented as ADRs in documents/adr/. Key decisions:

System Architecture

Frontend & Design

Code Quality

Domain Logic

Reference

Sample Documents

Work in Progress

Documentation Maintenance

When making code changes:

  1. Update relevant documentation in the same PR
  2. Create ADR for significant architectural decisions
  3. Update package READMEs when public APIs change
  4. Keep this index current when adding new documentation

See ADR 0018: Documentation Strategy for complete guidelines.