add the cookbook link (#27604)
* add the cookbook link
* Update website/www/site/content/en/get-started/beam-overview.md
Co-authored-by: Svetak Sundhar <svetaksundhar@google.com>
---------
Co-authored-by: xqhu <xqhu@google.com>
Co-authored-by: Svetak Sundhar <svetaksundhar@google.com>
diff --git a/website/www/site/content/en/get-started/beam-overview.md b/website/www/site/content/en/get-started/beam-overview.md
index c4f3eba..5a8fcd3 100644
--- a/website/www/site/content/en/get-started/beam-overview.md
+++ b/website/www/site/content/en/get-started/beam-overview.md
@@ -29,7 +29,6 @@
<img src="/images/learner_graph.png" width="800px" alt="Learner Graph">
</div>
-
## Apache Beam SDKs
The Beam SDKs provide a unified programming model that can represent and transform data sets of any size, whether the input is a finite data set from a batch data source, or an infinite data set from a streaming data source. The Beam SDKs use the same classes to represent both bounded and unbounded data, and the same transforms to operate on that data. You use the Beam SDK of your choice to build a program that defines your data processing pipeline.
@@ -76,6 +75,8 @@
1. Dive into the [Documentation](/documentation/) section for in-depth concepts and reference materials for the Beam model, SDKs, and runners.
+1. Dive into the [cookbook examples](https://github.com/GoogleCloudPlatform/dataflow-cookbook) for learning how to run Beam on Dataflow.
+
## Contribute
Beam is an <a href="https://www.apache.org" target="_blank">Apache Software Foundation</a> project, available under the Apache v2 license. Beam is an open source community and contributions are greatly appreciated! If you'd like to contribute, please see the [Contribute](/contribute/) section.
diff --git a/website/www/site/layouts/partials/section-menu/en/get-started.html b/website/www/site/layouts/partials/section-menu/en/get-started.html
index 32da03d..ec1712f 100644
--- a/website/www/site/layouts/partials/section-menu/en/get-started.html
+++ b/website/www/site/layouts/partials/section-menu/en/get-started.html
@@ -17,9 +17,9 @@
<span class="section-nav-list-title">Quickstarts</span>
<ul class="section-nav-list">
- <li><a href="https://tour.beam.apache.org">Tour of Beam (Beta)</a></li>
+ <li><a href="https://tour.beam.apache.org">Tour of Beam</a></li>
<li><a href="/get-started/try-apache-beam/">Try Apache Beam</a></li>
- <li><a href="/get-started/try-beam-playground/">Try Beam Playground (Beta)</a></li>
+ <li><a href="/get-started/try-beam-playground/">Try Beam Playground</a></li>
<li><a href="/get-started/quickstart/java/">Java quickstart</a></li>
<li><a href="/get-started/quickstart/python/">Python quickstart</a></li>
<li><a href="/get-started/quickstart/go/">Go quickstart</a></li>