We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c575e44 commit 3e39f51Copy full SHA for 3e39f51
docs/README.md
@@ -44,3 +44,8 @@ Quick links to system guides and diagrams. Each topic includes a process write
44
- Production: [Production](./production)
45
- Development: [Development](./development)
46
- Polymorphism / STI: [Polymorphic and STI](./polymorphic_and_sti.md)
47
+
48
+## Rendering Diagrams
49
+- Render only changed diagrams: `bin/render_diagrams`
50
+- Force re-render all: `bin/render_diagrams --force` (or `FORCE=1 bin/render_diagrams`)
51
+- CI fails if any diagram fails to render; see listed failed files in output.
0 commit comments