mirror of
https://github.com/penpot/penpot.git
synced 2026-06-01 05:00:17 +00:00
Memories use a system of progressive disclosure: Starting from a root memory, memories reference other memories using explicit references. The new system of hierarchical memories replaces AGENTS.md files. GitHub #9215 Co-authored-by: Michael Panchenko <michael.panchenko@oraios-ai.de> Co-authored-by: Codex <codex@openai.com>
673 B
673 B
Docs Workflow
docs/: Penpot documentation site; Eleventy.
Layout and Tooling
docs/package.json: Eleventy commands and documentation-site dependencies.docs/README.md: local setup and tooling notes.- Diagrams may use PlantUML, svgbob, mermaid, and C4/arc42 conventions depending on the existing page.
Commands
From docs/:
- Install deps if needed:
pnpm install. - Local server:
pnpm startorpnpm run serve(serves onhttp://localhost:8080). - Build:
pnpm run build. - Watch:
pnpm run watch.
Documentation changes should follow the existing page structure and rendered Help Center conventions rather than inventing a new style locally.