docs: Setup JSDoc build for monorepo#1184
Merged
maxreichmann merged 11 commits intomainfrom Nov 6, 2025
Merged
Conversation
+ Remove jsdoc-workspace artifacts
d22e9ef to
f25a536
Compare
f25a536 to
c679013
Compare
b257e7b to
3a943b5
Compare
d3xter666
reviewed
Nov 6, 2025
+ Set jsdoc output path to: /packages/documentation/dist/api
d13a863 to
f9de79c
Compare
e671f10 to
a5aaae3
Compare
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.
JIRA: CPOUI5FOUNDATION-1149

Decisions taken
All JSDoc-related artifacts have been consolidated and moved into a combined directory (
/packages/documentation/jsdoc).The page can be built by running
npm run jsdocin/packages/documentation/).The new build output path is
/packages/documentation/dist/api.The two layout/CSS files have been moved from root level to a new directory called "templates" under
/packages/documentation/jsdoc.