This documentation lives in the microgrid/ directory of the enxpower/docs-energize-v2 repository, which serves docs.energizeos.com via GitHub Pages. Pages are plain static HTML generated from a single build script — no runtime build pipeline is required.
| Path | Content |
|---|---|
| microgrid/index.html | Homepage and positioning |
| microgrid/*.html | One page per documentation section |
| microgrid/style.css | Shared stylesheet (EnergizeOS Slate&Volt design tokens) |
| microgrid/og-image.png | 1200×630 social preview image |
API references will be added under microgrid/api/ when the Phase 2 Copilot prototype exposes its first read-only endpoints. If documentation volume grows beyond static pages, migration to a generator (e.g., VitePress) will be evaluated in a separate source repository with built output published into this directory.