This is an automated email from the ASF dual-hosted git repository. Gerrrr pushed a commit to branch playground in repository https://gitbox.apache.org/repos/asf/otava-website.git
commit 71d06393d744beaaf17b3aeb96c3b5b376e66b99 Author: Alex Sorokoumov <[email protected]> AuthorDate: Sun Jun 7 19:19:45 2026 -0700 Add references to Playground --- docs/getting-started.md | 4 ++++ src/components/HomepageFeatures/index.tsx | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/docs/getting-started.md b/docs/getting-started.md index a624de3..4835a44 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -23,6 +23,10 @@ under the License. # Getting Started +:::tip Prefer to try before installing? +Run Otava in your browser at the [Otava Playground](http://playground.otava.apache.org/) — no install required. +::: + ## Installation Otava requires Python 3.8. If you don't have Python 3.8, use pyenv to install it. diff --git a/src/components/HomepageFeatures/index.tsx b/src/components/HomepageFeatures/index.tsx index e2368fc..15d3ce8 100644 --- a/src/components/HomepageFeatures/index.tsx +++ b/src/components/HomepageFeatures/index.tsx @@ -39,6 +39,12 @@ export default function HomepageFeatures(): JSX.Element { > Get Started </a> + <a + href="http://playground.otava.apache.org/" + className="button button--secondary button--lg" + > + Try in Browser + </a> <a href="https://github.com/apache/otava" className="button button--secondary button--lg"
