render()

in content/frontend/default/default.js [28:38]


      render(createElement) {
        return createElement(DocsBanner, {
          props: {
            text: `This is <a href="https://docs.gitlab.com/archives">archived documentation</a> for GitLab. Go to
          <a href="${latestURL}">the latest</a>.`,
            isSticky: true,
            variant: 'tip',
            dismissible: false,
          },
        });
      },