Skip to content

Latest commit

 

History

History
56 lines (47 loc) · 4.18 KB

File metadata and controls

56 lines (47 loc) · 4.18 KB

MailStack user documentation

The documents/ directory is the canonical user-facing documentation baseline for MailStack. Every maintained feature phase must update its phase record and, when behavior changes, the relevant user manual, how-to guide, or administrator guide.

Documentation workflow

python scripts/manage_documents.py new-phase \
  --phase-id PHASE-007 \
  --title "Feature title" \
  --summary "What the phase changes for users"

# Complete the generated phase document and update the affected guides.
python scripts/manage_documents.py sync
python scripts/manage_documents.py check
python scripts/check_documentation_policy.py --base HEAD^ --head HEAD

sync regenerates this index and DOCUMENTATION_MANIFEST.json. CI fails when generated content is stale, a phase document remains in draft state, or a feature change lacks the required documentation update.

Maintained documents

Document Type Audience Status Version
MailStack Administrator Guide Admin Guide mailstack-administrators active 1.3.4-rc.2
MailStack Baseline Baseline maintainers-and-operators active 1.3.4-rc.2
MailStack Accessibility Specification Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack Future UI Roadmap Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack Responsive Specification Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack UI Component Matrix Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack UI Foundation Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack UI Implementation Status Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
MailStack UI Screen Catalog Design Reference designers-developers-and-maintainers active 1.3.4-rc.2
Documentation Policy Documentation Policy contributors-and-maintainers active 1.3.4-rc.2
How to Use MailStack How To mailbox-users-and-administrators active 1.3.4-rc.2
Documentation and Feature Baseline Phase users-operators-and-maintainers active 1.3.4-rc.2
Installation, Recovery and Inbound Delivery Reliability Phase users-operators-and-maintainers active 1.3.4-rc.2
Reader Integrity, Data Repair and Runtime Error Closure Phase users-operators-and-maintainers active 1.3.4-rc.2
Release, Upgrade and Operational Reliability Phase users-operators-and-maintainers active 1.3.4-rc.2
Shared UI Foundation and Application Shell Phase users-operators-designers-and-maintainers active 1.3.4-rc.2
UI Design Intake Baseline Phase users-operators-designers-and-maintainers active 1.3.4-rc.2
UI Navigation Reliability and Compact Mailbox Reader Phase users-operators-designers-and-maintainers active 1.3.4-rc.2
MailStack User Manual User Manual mailbox-users active 1.3.4-rc.2

Scope boundary

The files in this directory explain supported product behavior and operator workflows. The engineering, architecture, security, deployment, and release references remain in ../docs/. When these sources disagree, the implementation and verified release contracts are authoritative, and both documentation sets must be corrected in the same change.