-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: package docs content into npm package #14411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: package docs content into npm package #14411
Conversation
* Packages the Bazel generated docs content into the Bazel generated `ng_package` of the `material-examples`.
This is ready one is ready for review. We still need to package the API overviews into the docs-content, but that one will be a follow-up. I'm confident that packaging the docs content through Bazel will pay off in the long-term. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi @devversion! This PR has merge conflicts due to recent upstream merges. |
* build: package docs content into npm package * Packages the Bazel generated docs content into the Bazel generated `ng_package` of the `material-examples`. * Package overviews for CDK and Material into the docs content
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
ng_package
of thematerial-examples
.Note: In a follow-up I will try to wire this up in the publish script.