Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions website/www/site/content/en/documentation/sdks/yaml.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
type: languages
title: "Apache Beam YAML API"
title: "Apache Beam YAML"
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand All @@ -21,12 +21,14 @@ title: "Apache Beam YAML API"
under the License.
-->

# Beam YAML API
# Beam YAML

Beam YAML is a declarative syntax for describing Apache Beam pipelines by using
YAML files. You can use Beam YAML to author and run a Beam pipeline without
writing any code.

For a full transform API reference, see https://beam.apache.org/releases/yamldoc/current/

## Overview

Beam provides a powerful model for creating sophisticated data processing
Expand Down