在主题中用自定义图标替换 Discourse 的默认 SVG 图标

I’d hide it with CSS and add a new button for it.

Common / CSS

.sidebar-section-wrapper {
  li[data-list-item-name=docs] {
    display: none !important;
  }
}

Add a new button in More > Customize this section
Screenshot 2024-08-23 at 9.45.46

3 个赞