docs: read-only links + other changes (#11878)

* docs: read-only links + other changes

* re-generate

* fix vale errors
This commit is contained in:
Shahed Nasser
2025-03-18 08:31:09 +02:00
committed by GitHub
parent c3440e5e38
commit bc3d04dac9
16 changed files with 9951 additions and 8976 deletions
@@ -123,7 +123,7 @@ async function getAutogeneratedTagSidebarItems(
return true
}
return existingItem.path !== tagItem.path
return !tagItem.path.endsWith(existingItem.path)
})
: true
})