Navbar actions next to breadcrumbs #11391
Unanswered
peterpeterparker
asked this question in
General
Replies: 1 comment 2 replies
-
We don't have any popover component in our theme currently, but you could provide one yourself and swizzle the breadcrumb component to display actions on the right. The closest you could use is our navbar dropdown. To get the link to a Markdown file, you can probably hack the "editUrl" feature to compute the raw Markdown file link from it:
Currently, we don't embed the source Markdown files on your static deployment, so you'd rather link to GitHub. However, you can configure your site to do so with the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
NextJS documentation (example) shows an action and a dropdown in the navbar next to the breadcrumbs.
Does anyone know if there's a way to replicate this in Docusaurus? Are there any built-in features, or would it require swizzling a few components? If so, which component would you use for the popover?
Beta Was this translation helpful? Give feedback.
All reactions