We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It appears the content inside tabs are not indexed. I'm unable to search for content in tab[1-3].mdx.
tab[1-3].mdx
https://docusaurus.io/docs/markdown-features/tabs
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import Tab1 from './tab1.mdx'; import Tab2 from './tab2.mdx'; import Tab3 from './tab3.mdx'; <Tabs> <TabItem value="Tab1" label="Tab1" default> <Tab1 /> </TabItem> <TabItem value="Tab1" label="Tab1"> <Tab2 /> </TabItem> <TabItem value="Tab1" label="Tab1"> <Tab3 /> </TabItem> </Tabs>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It appears the content inside tabs are not indexed. I'm unable to search for content in
tab[1-3].mdx
.https://docusaurus.io/docs/markdown-features/tabs
The text was updated successfully, but these errors were encountered: