Skip to content

Commit 67c3183

Browse files
authored
Revise title and header in YAML documentation (#37722)
Updated title and header for clarity.
1 parent e9f4c99 commit 67c3183

File tree

1 file changed

+4
-2
lines changed
  • website/www/site/content/en/documentation/sdks

1 file changed

+4
-2
lines changed

website/www/site/content/en/documentation/sdks/yaml.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
type: languages
3-
title: "Apache Beam YAML API"
3+
title: "Apache Beam YAML"
44
---
55
<!--
66
Licensed to the Apache Software Foundation (ASF) under one
@@ -21,12 +21,14 @@ title: "Apache Beam YAML API"
2121
under the License.
2222
-->
2323

24-
# Beam YAML API
24+
# Beam YAML
2525

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

30+
For a full transform API reference, see https://beam.apache.org/releases/yamldoc/current/
31+
3032
## Overview
3133

3234
Beam provides a powerful model for creating sophisticated data processing

0 commit comments

Comments
 (0)