</p>
<p>
-Note, at the time of writing, there is no way to enable the <code>--stack-trace</code> compiler flag on the <a href="https://onyxlang.io/playground">Onyx Playground</a>. This will be addressed soon.
+Note, at the time of writing, there is no way to enable the <code>--stack-trace</code> compiler flag on the <a href="https://try.onyxlang.io/">Onyx Playground</a>. This will be addressed soon.
</p>
</div>
</div>
- <!--<div style="text-align: center;">
- <div style="margin-bottom: 26px">
- Install in one command, or build <a href="/docs/install">from source</a>.
- </div>
- <div>
- <span style="font-size: 16pt; font-family: monospace; padding: 20px; color: var(--header-text); background: var(--primary); border-radius: 8px; box-shadow: 0px 1px 12px 2px rgba(200, 200, 230, 0.4)">
- sh <(curl https://get.onyxlang.io -sSfL)
- </span>
- </div>
- <div style="margin-top: 40px">
- Alternatively, try Onyx online and read the docs!
- </div>
- <div style="margin-top: 26px; display: flex; flex-direction: row; gap: 40px;">
- <a class="cta-button" href="/playground">TRY ONLINE</a>
- <a class="cta-button" href="/docs">READ THE DOCS</a>
- </div>
- </div>-->
-
<div class="container card" id="install-card">
<div style="font-size: 14pt; font-family: fira; padding: 20px;">
<div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Install Onyx in one command</span></div>
<div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Read the docs</span></div>
<div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="/docs">onyxlang.io/docs</a></div>
<div><span style="color: #444;">$</span> <span style="font-style: italic; color: #99a;"># Try Onyx in your browser</span></div>
- <div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="/playground">onyxlang.io/playground</a></div>
+ <div><span style="color: #444;">$</span> <span style="color: var(--accent)">curl</span> <a style="text-decoration: underline" href="https://try.onyxlang.io/">try.onyxlang.io</a></div>
</div>
</div>
</div>
<div>
<a href="/"><span {{ if navbar_page == "home" }} class="active" {{ endif }}>Home</span></a>
- <a target="_blank" href="/playground/"><span>Try Online</span></a>
+ <a target="_blank" href="https://try.onyxlang.io"><span>Try Online</span></a>
<a href="/docs"><span {{ if navbar_page == "docs" }} class="active" {{ endif }}>Docs</span></a>
<a href="/news"><span {{ if navbar_page == "news" }} class="active" {{ endif }}>News</span></a>
<a href="https://github.com/onyx-lang/onyx" target="_blank"><span>GitHub</span></a>