···1616 currentTopic = getCurrentTopic(config, sidebar, slug, entry)
1717 if (!currentTopic)
1818 throwPluginError(
1919- 'Failed to find the topic for the current page.',
2020- `Either include the page in the sidebar configuration of the desired topic using the \`items\` property or to associate an unlisted page with a topic, use the \`topic\` frontmatter property and set it to the desired topic ID.
1919+ `Failed to find the topic for the \`${slug}\` page.`,
2020+ `Either include this page in the sidebar configuration of the desired topic using the \`items\` property or to associate an unlisted page with a topic, use the \`topic\` frontmatter property and set it to the desired topic ID.
2121Learn more about unlisted pages in the ["Unlisted pages"](https://starlight-sidebar-topics.netlify.app/docs/guides/unlisted-pages/) guide.`,
2222 )
2323 currentSidebar = currentTopic.sidebar