Skip to content

Commit

Permalink
Fixing right nav on Get Started page (apache#23543)
Browse files Browse the repository at this point in the history
* Fixing right nav on Get Started page

* Removing whitespace
  • Loading branch information
rszper authored Oct 7, 2022
1 parent 903407b commit 5173e84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/www/site/content/en/get-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5173e84

Please sign in to comment.