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