Advertise activity in a private category (discourse-category-lockdown)

@fzngagan Would this plugin also work with the Discourse-docs: Documentation Management Plugin and Discourse Docs Card Filter Component? My idea is to have closed categories’ cards as well as their posts showing in /docs as well. so that users will be redirected to the URL.

Apparently the TC pulls the categories this way (source):

@discourseComputed("category")
  categoryInfo(category) {
    return this.site.categories.findBy("id", category.id);
  },
2 Likes