Replies: 2 comments 1 reply
-
|
Docusaurus generates static files and does not have a "server" which means that we have 2 choices:
Emitting 2 files is likely to increase build times significantly (unless you can choose specifically for which docs 2 files must be emitted, with a frontmatter flag?), it complicates things a little bit (need to be built for each content plugin?) and the embedded form we render may be too opinionated to all use-cases. What I suggest is that you inject some JS script into your doc, so that a Then you can hide the elements that you want to remove from this embedded view with plain CSS selectors/rules like This may be a bit hacky but can probably solve your use-case for now |
Beta Was this translation helpful? Give feedback.
-
|
Backlinking related issue: #7480 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to open a single article in popup, without header, sidebar, and footer. Is there any way to show an article with navigation hidden?
Beta Was this translation helpful? Give feedback.
All reactions