@fzngagan 这个插件是否也适用于 Discourse Docs 和 https://meta.discourse.org/t/discourse-docs-card-filter-component/187947?我的想法是让已关闭分类的卡片及其帖子也显示在 /docs 中,以便用户可以重定向到该 URL。
显然,TC 是这样获取分类的(来源):
@discourseComputed("category")
categoryInfo(category) {
return this.site.categories.findBy("id", category.id);
},