This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 67c3183913a Revise title and header in YAML documentation (#37722)
67c3183913a is described below
commit 67c3183913af13afa3c98d219f8882e278cdea0b
Author: Danny McCormick <[email protected]>
AuthorDate: Thu Feb 26 15:11:37 2026 -0600
Revise title and header in YAML documentation (#37722)
Updated title and header for clarity.
---
website/www/site/content/en/documentation/sdks/yaml.md | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/website/www/site/content/en/documentation/sdks/yaml.md
b/website/www/site/content/en/documentation/sdks/yaml.md
index ef50e3065b4..589679d3e50 100644
--- a/website/www/site/content/en/documentation/sdks/yaml.md
+++ b/website/www/site/content/en/documentation/sdks/yaml.md
@@ -1,6 +1,6 @@
---
type: languages
-title: "Apache Beam YAML API"
+title: "Apache Beam YAML"
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
@@ -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