Skip to content

ci: Add npm script for docs in root - #1554

Open
maxreichmann wants to merge 1 commit into
mainfrom
dev/npm-script-for-docs-in-root
Open

ci: Add npm script for docs in root#1554
maxreichmann wants to merge 1 commit into
mainfrom
dev/npm-script-for-docs-in-root

Conversation

@maxreichmann

Copy link
Copy Markdown
Member

Adds a simple dev script in root for generating the docs and starting the dev server.

Adds a simple dev script **in root** for **generating the docs and starting the dev server**.
@maxreichmann
maxreichmann requested a review from a team August 28, 2026 12:05
Comment thread package.json
Comment on lines 36 to 37
"schema-generate": "npm run schema-generate --workspace=@ui5/documentation",
"generate-cli-doc": "npm run generate-cli-doc --workspace=@ui5/documentation",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For me it would be fine to remove those two from the root package. I assume that the common use case is npm run docs:dev, and for anything else, you can run the scripts in documentation.
Or if we want a script here, I would propose one script to build all documentation without starting the server. This would also be essential for agents that want to build and check the output without running a server.

What do you think?

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.

2 participants