Skip to main content

Disabling Related Articles

Related articles are calculated automatically and inserted at the bottom of your articles. We're always trying to improve the suggestions, but if they aren't what you'd hoped for, you can disable them completely.

Taylor Sloane
Updated by Taylor Sloane
We are currently working on upgrading the related articles experience, so the related articles feature may not appear on all your docs. We're looking forward to shipping the new experience to you soon 🤩

Related articles are calculated automatically and inserted at the bottom of your articles. We're always trying to improve the suggestions but if they aren't what you'd hoped for, you can disable them completely.

We don't offer a native way to disable the related articles section but you can do it with a small amount of CSS.

You'll need to paste all your CSS into the Custom CSS box in SettingsCode > CSS.

V4

/* Disable related articles */
          #relatedArticles {
              display: none;
          }

V3

Here's the CSS you'll need to disable all authorship:

/* Disable related articles */
          #related {
              display: none !important;
          }

What did you think of this doc?

Using HelpDocs with RTL Languages

Making Your Printed HelpDocs Look Nicer

Get in touch

This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.