Create server-side docLinks service#123818
Conversation
|
Pinging @elastic/kibana-core (Team:Core) |
| links: docLinks, | ||
| }; | ||
| return this.docLinks; |
There was a problem hiding this comment.
On the client, we're only exposing the docLinks from the start contract, however on the server-side, I think there's some scenarios where consumers will need to access it at setup too, so I exposed it from both lifecycles.
afharo
left a comment
There was a problem hiding this comment.
It looks good to me! Thanks for doing this @pgayvallet!
I just added a few nits for your consideration.
💚 Build SucceededMetrics [docs]Module Count
Public APIs missing comments
Async chunks
Public APIs missing exports
Page load bundle
Unknown metric groupsAPI count
History
To update your PR or re-run it, just comment with: |
Summary
Fix #95389
✔️ Depends on elastic/docs#2360
@kbn/doc-linkspackagesrc/core/public/doc_linksto itDocLinksserviceNote: due to the amount of docLinks changes, I will resolve all the conflict at the same time before merging once the PR gets approved
Checklist