We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc98b9b commit 0c0045aCopy full SHA for 0c0045a
1 file changed
docs/.vitepress/config.mts
@@ -89,7 +89,6 @@ export default withMermaid(defineConfig({
89
hostname: SITE_URL,
90
transformItems(items) {
91
return items
92
- .filter((item) => !String(item.url).startsWith('superpowers/'))
93
.map((item) => {
94
const alternates = getAlternatePages(getSourceRelativePath(String(item.url)))
95
if (alternates.length < 2) return item
0 commit comments