You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2022/10/07 21:05:05 UTC

[beam] branch master updated: Fixing right nav on Get Started page (#23543)

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 5173e8434ad Fixing right nav on Get Started page (#23543)
5173e8434ad is described below

commit 5173e8434ada3987d0a7c011cd4c0d20d1f7fcee
Author: Rebecca Szper <98...@users.noreply.github.com>
AuthorDate: Fri Oct 7 14:04:57 2022 -0700

    Fixing right nav on Get Started page (#23543)
    
    * Fixing right nav on Get Started page
    
    * Removing whitespace
---
 website/www/site/content/en/get-started/_index.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/www/site/content/en/get-started/_index.md b/website/www/site/content/en/get-started/_index.md
index d6e072fc7b9..a49900cbe44 100644
--- a/website/www/site/content/en/get-started/_index.md
+++ b/website/www/site/content/en/get-started/_index.md
@@ -27,10 +27,14 @@ Learn to use Beam to create data processing pipelines that run on supported proc
 
 Learn about the Beam model, the currently available Beam SDKs and Runners, and Beam's native I/O connectors.
 
-#### Quickstart for [Java](/get-started/quickstart-java), [Python](/get-started/quickstart-py) or [Go](/get-started/quickstart-go)
+#### Quickstarts for Java, Python, and Go
 
 Learn how to set up a Beam project and run a simple example Beam pipeline on your local machine.
 
+* [Java quickstart](/get-started/quickstart-java)
+* [Python quickstart](/get-started/quickstart-py)
+* [Go quickstart](/get-started/quickstart-go)
+
 #### Example Walkthroughs
 
 See detailed walkthroughs of complete Beam pipelines.