Skip to content

Latest commit

 

History

History
101 lines (72 loc) · 5.15 KB

File metadata and controls

101 lines (72 loc) · 5.15 KB

Navet Documentation

This directory is the index for active Navet documentation. The goal of this index is to point to the docs that are meant to describe the current codebase rather than historical snapshots.

Start Here

Documentation Map

Product, deployment, and operations

Architecture and implementation

Branding and legal

Historical references

Current Codebase Reference Points

Use these directories when docs need to be checked against the live implementation:

Recommended Reading Paths

New contributor

  1. ../README.md
  2. technical/REACT_ZUSTAND.md
  3. ../design-system/README.md
  4. ../design-system/FEATURES.md

Working on shared UI

  1. ../design-system/README.md
  2. ../design-system/UI-GUIDELINES.md
  3. STORYBOOK_WORKFLOW.md
  4. ../README.md for current command and review workflow

Working on dashboard, state, or section flows

  1. technical/REACT_ZUSTAND.md
  2. ../design-system/FEATURES.md
  3. WIDGETS.md
  4. ../src/test/ for test harness helpers

Writing or updating tests

  1. ../README.md for current test commands and active __tests__/ directories
  2. ../src/test/ for shared test utilities
  3. technical/REACT_ZUSTAND.md for store/service behavior expectations

Working on deployment

  1. ../README.md
  2. DOCKER_HOME_ASSISTANT_ADDON.md
  3. VERSIONING.md

Maintenance Rules

  • Keep active docs aligned with the codebase when architecture, setup, commands, or product surface changes
  • Prefer updating existing active docs over adding duplicate scratch notes
  • Treat docs/archive/ as historical material, not the current source of truth
  • When top-level sections, shared stores, widget types, or test locations change, update README.md and design-system/FEATURES.md
  • When Storybook ownership, UI-layer boundaries, token helpers, or ui-kit/ exports change, update design-system/README.md and STORYBOOK_WORKFLOW.md
  • When the Home Assistant service split or typed event flow changes, update README.md and technical/REACT_ZUSTAND.md
  • When setup scripts or test commands change, update README.md

Last updated: May 17, 2026