Skip to content

refactor(diagrams): replace local SVG copies with raw GitHub URLs from axme-docs#16

Merged
George-iam merged 1 commit intomainfrom
fix/diagrams-raw-github-urls-20260309
Mar 9, 2026
Merged

refactor(diagrams): replace local SVG copies with raw GitHub URLs from axme-docs#16
George-iam merged 1 commit intomainfrom
fix/diagrams-raw-github-urls-20260309

Conversation

@George-iam
Copy link
Contributor

Summary

  • Replace all local SVG diagram copies with raw.githubusercontent.com URLs pointing to the canonical source in AxmeAI/axme-docs/docs/diagrams/
  • Removes the docs/diagrams/ directory from this repo (diagrams are no longer stored here)
  • Diagram images always reflect the latest version — no more stale copies

Why

Previously, each repo kept local copies of SVG diagrams from axme-docs. When a diagram was updated in axme-docs, all 14 other repos needed a manual sync. Two copies were already stale (axme-security-ops/01-authn-authz-enforcement-flow.svg, axme-control-plane/07-access-control-matrix.svg).

Single source of truth

All diagrams live in: AxmeAI/axme-docs/docs/diagrams/

Test plan

  • Verify diagram images render correctly in this repo's README on GitHub

Made with Cursor

Replace all local SVG copies with raw.githubusercontent.com URLs
pointing to the canonical source in axme-docs/docs/diagrams/.

- All diagram images now always reflect the latest version
- Removes 2-9 duplicate SVG files per repo
- No more stale copies when diagrams are updated in axme-docs
- The docs/diagrams/ directory is removed where it contained only SVGs

Diagrams source of truth: AxmeAI/axme-docs/docs/diagrams/

Made-with: Cursor
@George-iam George-iam merged commit 6146b3d into main Mar 9, 2026
1 check passed
@George-iam George-iam deleted the fix/diagrams-raw-github-urls-20260309 branch March 9, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant