Skip to content

docs: quickstart + glossary + architecture + trace format + CLI reference + scenarios#46

Merged
sepehr-safari merged 1 commit into
mainfrom
docs/v0.1-content
Jul 8, 2026
Merged

docs: quickstart + glossary + architecture + trace format + CLI reference + scenarios#46
sepehr-safari merged 1 commit into
mainfrom
docs/v0.1-content

Conversation

@sepehr-safari

Copy link
Copy Markdown
Member

Summary

Adds documentation content to the web app — 7 doc pages covering all key topics for v0.1.0.

Closes #31

Changes

New pages

  • /docs — index with navigation sidebar and links to all doc pages
  • /docs/quickstart — CLI install, inspect, report, scenario commands, web inspector, programmatic core library usage
  • /docs/glossary — OCPP, CSMS, Charge Point, Connector, Transaction, Call/CallResult/CallError, idTag, Trace, Direction
  • /docs/architecture — package structure, dependency graph, data flow (parse → analyze → report), browser-local processing, tech stack
  • /docs/trace-format — JSON Object, JSONL, bare array formats, OCPP message structure, timestamp formats, limits, direction inference
  • /docs/cli — full CLI reference: inspect, report, scenario list, scenario run, options, security
  • /docs/scenarios — 5 built-in scenarios, 3 failure detection rules, running scenarios, synthetic data policy

Layout

  • /docs/layout.tsx — shared docs layout with navigation sidebar

Verification

  • pnpm lint — ✅
  • pnpm typecheck — ✅
  • pnpm test — ✅ (196 tests)
  • pnpm build — ✅ (10 routes prerendered)
  • pnpm format:check — ✅

…ence + scenarios

- /docs index with navigation sidebar
- /docs/quickstart: install, inspect, report, scenario, web inspector, programmatic use
- /docs/glossary: OCPP, CSMS, Charge Point, Connector, Transaction, Call types, idTag, Trace, Direction
- /docs/architecture: package structure, dependency graph, data flow, browser-local processing, tech stack
- /docs/trace-format: JSON Object, JSONL, bare array, message structure, timestamps, limits, direction inference
- /docs/cli: install, inspect, report, scenario list, scenario run, options, security
- /docs/scenarios: 5 built-in scenarios, failure detection rules, running scenarios, synthetic data

Closes #31
@sepehr-safari sepehr-safari added this to the v0.1.0 — Inspector MVP milestone Jul 8, 2026
@sepehr-safari sepehr-safari added type:docs Documentation improvements package:app apps/web — single Next.js app labels Jul 8, 2026
@sepehr-safari sepehr-safari merged commit d88e010 into main Jul 8, 2026
1 check passed
@sepehr-safari sepehr-safari deleted the docs/v0.1-content branch July 8, 2026 00:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

package:app apps/web — single Next.js app type:docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: quickstart + glossary + architecture + trace format + CLI reference + API reference

1 participant