# Discourse Category Lockdown

**URL:** https://meta.discourse.org/t/discourse-category-lockdown/70649
**Category:** Plugin
**Tags:** pavilion
**Created:** [September 23, 2017, 9:26pm UTC](https://meta.discourse.org/t/discourse-category-lockdown/70649 "2017-09-23T21:26:39Z")
**Posts on this page:** 1
**Showing post:** 65

<div class="post-metadata">

### Author: ![jrgong](https://avatars.discourse-cdn.com/v4/letter/j/c57346/32.png) [@jrgong](https://meta.discourse.org/u/jrgong)
#### Post date: [November 24, 2021, 11:52am UTC](https://meta.discourse.org/t/discourse-category-lockdown/70649/65 "2021-11-24T11:52:24Z")

</div>

@fzngagan Would this plugin also work with the [Discourse Docs](https://meta.discourse.org/t/discourse-docs-documentation-management-plugin/130172) and [Discourse Docs Card Filter](https://meta.discourse.org/t/discourse-docs-card-filter-component/187947)? 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](https://meta.discourse.org/t/discourse-docs-card-filter-component/187947/3)):

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

```

---

_[View the full topic](https://meta.discourse.org/t/discourse-category-lockdown/70649)._
