Header
Last update: 4 days ago by Mateusz FilipowiczReading time: 2 min
Metadata base configuration can be set in config.yaml
under header
key.
Property | Description | Default value |
---|---|---|
header.enabled | Set to true to enable (show) header. | true |
header.logo | URL (relative or absolute) to logo. Example: /assets/logo.png | |
header.logoLink | URL to page showed when clicked on logo. | / |
header.helpUrl | URL to help page. When set, help icon will be visible in header. | |
header.links | List of links visible in header. | |
header.links[].text | Text of a header link. | |
header.links[].link | URL associated with header link. | |
header.links[].external | Set to true if link should be open in a separate browser tab. |
Other configuration, that has impact on header look are:
Full example:
header:enabled: truelogo: "/assets/mylogo.png"logoLink: "/"helpUrl: "https://somehelp.mycompany.com"links:- text: BooGilink: https://github.com/filipowm/boogiexternal: true- text: Another Linklink: /somethinghere