---
title: TitleHeading
framework: docc
role: symbol
role_heading: Directive
path: docc/titleheading
---

# TitleHeading

A directive that specifies a title heading for a given documentation page.

## Declaration

```swift
@TitleHeading(_ heading: String)
```

## Parameters

- `heading`: The text for the custom title heading.

## Overview

Overview Place the TitleHeading directive within a Metadata directive to configure a documentation page to show a custom title heading. Custom title headings, along with custom PageImage and PageColor, allow for the creation of custom kinds of pages beyond just articles. A title heading is also known as a page eyebrow or kicker. # ``SlothCreator``

@Metadata {     @TitleHeading("Release Notes") } A custom title heading appears in place of the page kind at the top of the page. Containing Elements The following items can include a title heading element: Metadata

## See Also

### Customizing the Presentation of a Page

- [DisplayName](docc/displayname.md)
- [PageImage](docc/pageimage.md)
- [PageKind](docc/pagekind.md)
- [PageColor](docc/pagecolor.md)
- [CallToAction](docc/calltoaction.md)
