This is an automated email from the ASF dual-hosted git repository. damccorm pushed a commit to branch users/damccorm/clarify in repository https://gitbox.apache.org/repos/asf/beam.git
commit 585e4b75adffc49785496c71eaeef135a4613fb3 Author: Danny McCormick <[email protected]> AuthorDate: Thu Feb 26 14:33:27 2026 -0500 Revise title and header in YAML documentation 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
