Replies: 4 comments 8 replies
-
Would also like to know. At first glance, seems like we could possibly re-use the search-related code from |
Beta Was this translation helpful? Give feedback.
-
I would also be interesed by using the integrated search, but only to have it display in the body of a given page. |
Beta Was this translation helpful? Give feedback.
-
Here's how I got it working so far:
const withNextra = require("nextra")({
theme: "./CustomNextraTheme.tsx",
flexsearch: true,
});
|
Beta Was this translation helpful? Give feedback.
-
Experiencing issues with @alexrabin 's approach...having to copy a lot of code. Perhaps i'm going about it the wrong way? I'm using the nextra docs theme, but I've integrated Nextra with an existing NextJS app. Therefore, I have an existing Navbar that I'd like to keep, but I'd like to integrate the search functionality from Nextra into it. Ideally I could simply import a search component and drop it in my Navbar. Any thoughts? |
Beta Was this translation helpful? Give feedback.
-
Hey there 👋 I'd like to ask how can we adopt the built-in search functionality when using custom themes. Ty!
Beta Was this translation helpful? Give feedback.
All reactions