Skip to content
Discussion options

You must be logged in to vote

It's not possible, unfortunately. Plugins are sandboxed, and one docs plugin page doesn't see/receive data from another.

If you use 2 docs plugin instances, then the software page can't access the data and render the hardware sidebar items. In the future, with support for React Server Components (tracked in #9089, big 2025 project), we should be able to interleave and render data of multiple plugins more easily, but for now we can't do that. Even in the future, it's likely that such customization would require swizzling and a bit of React code, and does not come out of the box with a simple configuration item.

The only options now would be

  • to use a single docs plugin instance for both so…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Krzemien97
Comment options

Answer selected by Krzemien97
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants