Skip to content
New issue

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

Cannot index content embedded in Tabs #73

Open
yulius-take2 opened this issue Aug 16, 2023 · 0 comments
Open

Cannot index content embedded in Tabs #73

yulius-take2 opened this issue Aug 16, 2023 · 0 comments

Comments

@yulius-take2
Copy link

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

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant