---
title: Article
framework: docc
role: symbol
role_heading: Directive
path: docc/article
---

# Article

Displays a tutorial article page that teaches a conceptual topic about your Swift framework or package.

## Declaration

```swift
@Article(...) {
    ...
}
```

## Parameters

- `time`: An integer value that represents the estimated time it takes to complete the tutorial, in minutes. (optional)

## Overview

Overview The Article directive defines the structure of an individual tutorial article page that teaches a conceptual topic about your Swift framework or package. A tutorial article supports many of the same directives as a Tutorial directive but doesn’t teach its content through interactive exercise. Contained Elements A tutorial page can contain the following items:

## Topics

### Providing an Introduction

- [Intro](docc/intro.md)

### Customizing Page Layout

- [ContentAndMedia](docc/contentandmedia.md)
- [Stack](docc/stack.md)

### Displaying Images

- [Image](docc/image.md)

### Testing Reader Knowledge

- [Assessments](docc/assessments.md)

## See Also

### Adding Tutorial Pages

- [Tutorial](docc/tutorial.md)
