Skip to content

Next#85

Merged
serhiipylypchuk1991 merged 5 commits into
masterfrom
next
Jun 22, 2026
Merged

Next#85
serhiipylypchuk1991 merged 5 commits into
masterfrom
next

Conversation

@serhiipylypchuk1991

Copy link
Copy Markdown
Contributor

No description provided.

- move all images from docs/assets to static/img (preserve subfolders)
- repoint markdown image refs to root-absolute /img/... paths
- convert require()-based JSX image refs to useBaseUrl('/img/...')
- add useBaseUrl import to affected editbar complex controls and editor overview
- rewrite doc-to-doc links as root-relative `path.md` (drop `../`
  climbing, trailing-slash dir style, absolute and stray `/diagram/`
  prefixes, and `.md/` before anchors)
- point homepage links/anchors at absolute `/` and `/#anchor`
- emit category index targets as root-absolute `/dir/` routes
- switch overview tables to root-relative empty-label links, keep
  `@getshort(...)` file-relative
- update `onEmptyLinkMatch` to resolve empty-label targets from docs
  root and emit root-absolute href without `.md`
- fix broken "AI integration" link in whats_new to ai-demo page
- verified via Docusaurus build: no broken links or anchors
- API names in prose (methods, properties, events, parameters,
  dot-paths) wrapped in backticks across docs/api, docs/guides and
  the shapes/lines/groups/swimlanes/line_titles reference folders
- bold/bold-italic removed from API names; bold-in-link text and
  ***foo*** forms normalized to `foo`
- string literal values ("default", "radial", "left", paper formats,
  etc.) wrapped in backticks per the chosen scope
- kept bold for non-API items: products, file names, UI labels,
  control names, mode display labels (org chart, PERT), keyboard keys
  and descriptive phrases; structural labels (Change log, Related…)
  left untouched
- empty-text links [](path) in running text replaced with the
  target's sidebar_label as link text, wrapped in backticks:
  [`paint()`](api/diagram/paint_method.md)
- covers guides, shapes/custom_shape, lines/index prose and the
  editor parse/import method articles (58 links, 11 files)
- overview tables, images and table rows left untouched (empty
  links there are auto-filled by the onEmptyLinkMatch build plugin)
[update] consolidate images into static/img
@serhiipylypchuk1991 serhiipylypchuk1991 self-assigned this Jun 22, 2026
@serhiipylypchuk1991 serhiipylypchuk1991 merged commit 4929bd9 into master Jun 22, 2026
2 checks passed
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