}
dependencies {
- http-server "0.3.0" git="https://github.com/onyx-lang/pkg-http-server"
- otmp "0.0.34" git="https://github.com/onyx-lang/pkg-otmp"
+ http-server "0.3.1" git="https://github.com/onyx-lang/pkg-http-server"
+ otmp "0.0.36" git="https://github.com/onyx-lang/pkg-otmp"
}
build {
<div>
<a target="_blank" href="https://try.onyxlang.io"><span>Try Onyx</span></a>
+ <a href="/examples"><span {{ if navbar_page == "examples" }} class="active" {{ endif }}>Examples</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="/community"><span {{ if navbar_page == "community" }} class="active" {{ endif }}>Community</span></a>