Skip to content

Commit 6146b3d

Browse files
authored
refactor(diagrams): switch to raw GitHub URLs from axme-docs (#16)
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
1 parent 12d9664 commit 6146b3d

3 files changed

Lines changed: 2 additions & 392 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Full runnable scenario set lives in:
140140

141141
The SDK covers the full public API surface:
142142

143-
![API Method Family Map](docs/diagrams/01-api-method-family-map.svg)
143+
![API Method Family Map](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/api/01-api-method-family-map.svg)
144144

145145
*D1 families (intents, inbox, approvals) are the core integration path. D2 adds schemas, webhooks, and media. D3 covers enterprise admin. The Java SDK implements all three tiers.*
146146

@@ -150,7 +150,7 @@ The SDK covers the full public API surface:
150150

151151
Cursor-based list endpoints are available for inbox change streams:
152152

153-
![Pagination, Filtering, and Sorting Patterns](docs/diagrams/03-pagination-filtering-sorting-patterns.svg)
153+
![Pagination, Filtering, and Sorting Patterns](https://raw.githubusercontent.com/AxmeAI/axme-docs/main/docs/diagrams/api/03-pagination-filtering-sorting-patterns.svg)
154154

155155
*All list methods return a `cursor` field for the next page. Pass it as `after` in the next call. Filter and sort parameters are typed per endpoint.*
156156

@@ -288,7 +288,6 @@ axme-sdk-java/
288288
├── examples/
289289
│ └── BasicSubmit.java # Minimal language-native quickstart
290290
└── docs/
291-
└── diagrams/ # Diagram copies for README embedding
292291
```
293292

294293
---

docs/diagrams/01-api-method-family-map.svg

Lines changed: 0 additions & 276 deletions
This file was deleted.

0 commit comments

Comments
 (0)