5 posts were split to a new topic: Highlight current doc topic in the sidebar identified by their slugs in the index
Is it normal that once I use Doc Categories, when Iâm viewing a topic in that category my sidebar navigation doesnât have the link to the admin anymore? I find that quite annoying but I donât know if itâs a general issue or my setup. Seems to me that access to âadmin stuffâ should be in a stable place for site admins?
Yes, thatâs normal. The usual sidebar is replaced by the Doc Categories sidebar. The admin stuff is in a stable place⊠once you go back:
Right â is there a way to customize this Doc Categories sidebar? I do like the doc listing a lot, but the fact that âusualâ sidebar stuff like âmy postsâ etc. suddenly disappears is confusing, particularly as the rest of the design doesnât really change. I guess if when viewing Doc Categories it looked overall very different, it wouldnât be so confusing. I know that when I first arrived on Meta the whole Documentation thing confused me and I stayed away from it for a bit because of that
(I was like âOMG where am I now?â)
A little CSS can give the docs sidebar a distinct background color â maybe that would help?
.discourse-docs-sidebar-panel {
background-color: darkmagenta;
}
Thatâs a good idea, thanks! Iâm going to look more closely into the different selectors for part of the Discourse page layout. I imagine thereâs a reference somewhere.
I canât remember if I asked the question or not before, but is there a way to apply a CSS rule according to group or TL the user belongs to?
Iâve spun off a topic with some hints: Finding CSS selectors for page layout, user groups
For posterity: I just did a new install following all the directions and still had to add and delete the index file using the steps of âadding index â save indexâ delete index â add index backâ to get the Docs category to show properly.
Perhaps that, or the Rake task could be added as a call out somewhere in the install instructions for the plugin.
Hi ![]()
Everything works great with this plugin, thanks for it! ![]()
Just one little thing⊠it kinds âbreaksâ the in-topic hyperkink anchor behaviour.
The view jumps correctly from A to B, but instead of the usual smooth page-scroll up and down, the page reloads (at the correct anchored position).
Is there a way to fix this?
Is there a way to display topics in a documentation category as âcardsâ like the category cards? (cf e.g. in Google Drive when you choose card view instead of list view for your documents)
Is there a branch that I should use for this plugin to be compatible with a self hosted instance running the v2026.1 Extended Support Release? I see d-compat branches for 2026.5, 2026.4, 2026.3, and 2026.2.
Thanks for any help!
The plugin doesnât support a card view yet. ![]()
A custom theme component probably could make it work, but AFAIK there isnât anything ready out of the box.
We changed to use compatibility branches after your release, but the plugin has a pinned commit hash in the .discourse-compatibility file:

