Sign Up

Header

Header links and call to action buttonHeader links and call to action button

You can customize your header with external links and a call-to-action button to your header to guide your users towards an action, or other parts of your business.

Header links

You can add a list of links to your header in your doctave.yaml under the header field.

doctave.yaml
header:
  links:
    - label: Dashboard
      external: https://www.example.com
    - label: API Status
      external: https://www.example.com
    - label: Pricing
      external: https://www.example.com
    - label: Blog
      external: https://www.example.com

Call-to-action

You can also add one prominent call-to-action button in your header.

doctave.yaml
header:
  cta:
    label: Start Trial
    external: https://www.example.com

Was this page helpful?