Next#85
Merged
Merged
Conversation
- 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.