Logo and Link to a Website

By default, each catalog displays a Home button in the top-left corner. You can replace this button with your company's logo and configure it to link to an external resource, such as your company's website.

To customize this feature, set the following variables when deploying the documentation portal:

  • LOGO_IMAGE_URL — the URL of the image to be displayed instead of the Home button.

  • LOGO_LINK_URL — the URL readers will be redirected to when they click on the logo. If not specified, it will default to the root of the domain.

  • LOGO_LINK_TITLE — the tooltip displayed when hovering over the logo. If not specified, it defaults to «Go to LOGO_LINK_URL

The LOGO_LINK_URL and LOGO_LINK_TITLE parameters only work if LOGO_IMAGE_URL is specified.