docs: Several refactorings - #1473
Open
maxreichmann wants to merge 1 commit into
Open
Conversation
Member
Author
|
Edit Aug 13: Unblocked now |
maxreichmann
added a commit
that referenced
this pull request
Jul 22, 2026
maxreichmann
added a commit
that referenced
this pull request
Jul 22, 2026
maxreichmann
added a commit
that referenced
this pull request
Jul 22, 2026
maxreichmann
added a commit
that referenced
this pull request
Jul 22, 2026
maxreichmann
added a commit
that referenced
this pull request
Jul 24, 2026
maxreichmann
force-pushed
the
docs-refactor
branch
2 times, most recently
from
July 24, 2026 09:19
0a3898c to
79efef7
Compare
maxreichmann
added a commit
that referenced
this pull request
Jul 28, 2026
maxreichmann
added a commit
that referenced
this pull request
Aug 3, 2026
maxreichmann
added a commit
that referenced
this pull request
Aug 3, 2026
maxreichmann
force-pushed
the
docs-refactor
branch
2 times, most recently
from
August 13, 2026 14:05
b70e8e6 to
af7d27c
Compare
This PR includes the outsourced "Side tasks done" from original PR #1453. Following changes have been made: * docs: Replace hardcoded URLs (ui5.github.io/..) with dynamic links * docs: Replace dead "API Reference" links * Guide the reader to use the new sidebar menu * Add "📚" emoji to "API" in sidebar to mimic depr. API Reference button * docs: Add links to all Builder tasks in Standard Tasks table * refactor(internal/documentation): Remove of npm script `jsdoc` (deprecated & not used in CI) * Remove now unused dep `open-cli`
maxreichmann
force-pushed
the
docs-refactor
branch
from
August 13, 2026 14:08
af7d27c to
29a62b1
Compare
maxreichmann
marked this pull request as ready for review
August 13, 2026 14:18
matz3
reviewed
Aug 14, 2026
| // This function builds the tree for the api docs | ||
| const tree = { | ||
| text: "API", | ||
| text: "📚 API", |
Member
There was a problem hiding this comment.
So far, we do not use emojis for the sidebar headings. This would be the first and only one, so to me it now looks inconsistent. What do you think? I would also be interested in @KlattG's feedback on this PR.
Member
Author
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.


This PR includes the outsourced "Side tasks done" from original PR #1453.
Following changes have been made:
jsdoc(deprecated & not used in CI)open-cli