Skip to content

Conversation

@sgort
Copy link
Collaborator

@sgort sgort commented Nov 27, 2025

Closes #48
Replaces #51 and #52

Apologies if it seems a bit messy.

BPMN diagram viewer

I'm in the middle of testing my migration efforts and came accross this issue.

The special tag <div data-bpmn-diagram="../bpmn/catchandthrowpattern"></div> in docs\documentation\reference\bpmn20\events\error-events.md is meant to render it as an interactive BPMN diagram in the browser.

Operaton docs

For Operaton docs state to date, that is not the case though. See screenshot from live.

image

Camunda docs

On still existing Camunda docs it is working...

image

Known issue

Is this a known issue? Will I give it a try to get this fixed while testing my migration efforts?

sgort added 12 commits November 27, 2025 13:14
Migration Changes:
- Migrated 630 assets from docs/ to static/img/
- Organized assets by documentation section (documentation, get-started, security)
- Converted all relative paths (./img/) to absolute paths (/img/)
- Moved 90 unreferenced assets to /examples/ directories

Post-Migration Fixes:
- Fixed 16 path references that needed manual correction
- Updated BPMN event symbol paths (removed symbols/events subdirectory)
- Fixed plugin overlay image paths (extend vs plugin-points)
- Corrected variables-3.png and start-form-generic.png references

Results:
- Total references: 541
- Working references: 541 (100%)
- Broken references: 0
- Build: Successful
- Assets organized: documentation/, get-started/, security/, shared/

Testing:
- All pages load correctly
- All images display properly
- Build completes with 0 errors
- Documentation fully functional
@a-m-zill
Copy link
Contributor

@sgort i know about the issue with BPMN diagram rendering.
You can give this a trial or we can put them in an own issue.

Thx

@sgort
Copy link
Collaborator Author

sgort commented Nov 28, 2025

@sgort i know about the issue with BPMN diagram rendering. You can give this a trial or we can put them in an own issue.

Thx

I created #56 for this and will give it a try.

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.

Reorganize images into a structured hierarchy that mirrors the documentation structure

2 participants